]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commit
task/install: don't attempt to handle strings for extra_system_packages 2103/head
authorIlya Dryomov <idryomov@gmail.com>
Tue, 4 Nov 2025 12:02:46 +0000 (13:02 +0100)
committerIlya Dryomov <idryomov@gmail.com>
Tue, 4 Nov 2025 12:15:54 +0000 (13:15 +0100)
commit60632a67fa1d45d3b1a5ae5302aa1421117f46e4
treef0ce557ab3962c3b920beb2c31ad30669aa77444
parent46012fc980da2a3772b31c964a8f20c83fd102aa
task/install: don't attempt to handle strings for extra_system_packages

To the best of my knowledge, extra_system_packages has never accepted
a string as a value -- whether at the top level (i.e. on the install
task itself) or on a particular project (e.g. ceph).

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
teuthology/task/install/__init__.py