Skip to content

Commit 4bb2338

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "rbd: Get rbd_utils unit tests running again" into stable/victoria
2 parents f7d84db + 0405709 commit 4bb2338

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

nova/tests/unit/storage/__init__.py

Whitespace-only changes.

nova/tests/unit/storage/test_rbd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def setUp(self):
110110
self.rbd_pool = 'rbd'
111111
self.rbd_connect_timeout = 5
112112
self.flags(
113-
images_rbd_pool=self.images_rbd_pool,
113+
images_rbd_pool=self.rbd_pool,
114114
images_rbd_ceph_conf='/foo/bar.conf',
115115
rbd_connect_timeout=self.rbd_connect_timeout,
116116
rbd_user='foo', group='libvirt')

0 commit comments

Comments
 (0)