From 65a10e62469673d740b5e51b8890f518172bfe10 Mon Sep 17 00:00:00 2001 From: John Spray Date: Thu, 10 Nov 2016 15:28:03 +0000 Subject: [PATCH] teuthology/nuke: update for python-rgw Signed-off-by: John Spray --- teuthology/nuke/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/nuke/actions.py b/teuthology/nuke/actions.py index acfd8dbfbb..2de8b49a7d 100644 --- a/teuthology/nuke/actions.py +++ b/teuthology/nuke/actions.py @@ -246,7 +246,7 @@ def remove_ceph_packages(ctx): log.info("Force remove ceph packages") ceph_packages_to_remove = ['ceph-common', 'ceph-mon', 'ceph-osd', 'libcephfs1', 'libcephfs2', - 'librados2', 'librgw2', 'librbd1', + 'librados2', 'librgw2', 'librbd1', 'python-rgw', 'ceph-selinux', 'python-cephfs', 'ceph-base', 'python-rbd', 'python-rados', 'ceph-mds', 'ceph-mgr', 'libcephfs-java', 'libcephfs-jni', -- 2.39.5