Merge "Added method to return OpenStackVmInstance from Heat."
[snaps.git] / snaps / openstack / utils / tests / keystone_utils_tests.py
index 29cd8af..bd0086b 100644 (file)
@@ -75,8 +75,8 @@ class KeystoneUtilsTests(OSComponentTestCase):
         if self.project:
             neutron = neutron_utils.neutron_client(self.os_creds)
             default_sec_grp = neutron_utils.get_security_group(
-                neutron, 'default',
-                tenant_id=self.project.id)
+                neutron, sec_grp_name='default',
+                project_id=self.project.id)
             if default_sec_grp:
                 try:
                     neutron_utils.delete_security_group(