summaryrefslogtreecommitdiffstats
path: root/snaps/openstack/tests/create_qos_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'snaps/openstack/tests/create_qos_tests.py')
-rw-r--r--snaps/openstack/tests/create_qos_tests.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/snaps/openstack/tests/create_qos_tests.py b/snaps/openstack/tests/create_qos_tests.py
index 1d7fbd0..b3d7979 100644
--- a/snaps/openstack/tests/create_qos_tests.py
+++ b/snaps/openstack/tests/create_qos_tests.py
@@ -126,7 +126,8 @@ class CreateQoSTests(OSIntegrationTestCase):
name=self.__class__.__name__ + '-' + str(guid),
consumer=Consumer.both)
- self.cinder = cinder_utils.cinder_client(self.admin_os_creds)
+ self.cinder = cinder_utils.cinder_client(
+ self.admin_os_creds, self.admin_os_session)
self.qos_creator = create_qos.OpenStackQoS(
self.admin_os_creds, qos_settings)