Merge "rbd: Get rbd_utils unit tests running again" into stable/wallaby

This commit is contained in:
Zuul 2021-06-03 17:42:00 +00:00 committed by Gerrit Code Review
commit 6271c91db3
2 changed files with 1 additions and 1 deletions

View File

View File

@ -110,7 +110,7 @@ class RbdTestCase(test.NoDBTestCase):
self.rbd_pool = 'rbd'
self.rbd_connect_timeout = 5
self.flags(
images_rbd_pool=self.images_rbd_pool,
images_rbd_pool=self.rbd_pool,
images_rbd_ceph_conf='/foo/bar.conf',
rbd_connect_timeout=self.rbd_connect_timeout,
rbd_user='foo', group='libvirt')