]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/rgw: install s3cmd with extra_system_packages 44856/head
authorCasey Bodley <cbodley@redhat.com>
Mon, 31 Jan 2022 23:08:02 +0000 (18:08 -0500)
committerCasey Bodley <cbodley@redhat.com>
Tue, 1 Feb 2022 15:39:18 +0000 (10:39 -0500)
this was preventing installation on ubuntu because of
https://tracker.ceph.com/issues/25026

Fixes: https://tracker.ceph.com/issues/54103
Signed-off-by: Casey Bodley <cbodley@redhat.com>
qa/suites/rgw/verify/0-install.yaml

index b93212d30cc32d6aa22e828b4679f96b5d6c3213..186c13ab64d39f3ff097c8b59da5204778a64ea1 100644 (file)
@@ -1,7 +1,7 @@
 tasks:
 - install:
       # extra packages added for the rgw-datacache task
-      extra_packages:
+      extra_system_packages:
         deb: ['s3cmd']
         rpm: ['s3cmd']
 - ceph: