]> 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
authorIlya Dryomov <idryomov@gmail.com>
Tue, 4 Nov 2025 12:02:46 +0000 (13:02 +0100)
committerDavid Galloway <david.galloway@ibm.com>
Mon, 12 Jan 2026 21:12:29 +0000 (16:12 -0500)
commita3da1fd64b9f3ed49006e6c573e80423a367ae4c
treec7eebecceeaac98f8285d838de5bb2e695671e04
parentb15dc4f9e4b6ec540d86e1e575bd86b903e7ee30
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