Merge "rbd: Get rbd_utils unit tests running again"

This commit is contained in:
Zuul 2021-05-11 21:03:48 +00:00 committed by Gerrit Code Review
commit 78a6a13f96
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')