Fixed bug with regards to subnet lookups.
[snaps.git] / snaps / openstack / utils / tests / settings_utils_tests.py
index 14af990..3d080d4 100644 (file)
@@ -196,6 +196,7 @@ class SettingsUtilsVmInstTests(OSComponentTestCase):
 
             # First network is public
             self.pub_net_config = openstack_tests.get_pub_net_config(
+                project_name=self.os_creds.project_name,
                 net_name=guid + '-pub-net', subnet_name=guid + '-pub-subnet',
                 router_name=guid + '-pub-router',
                 external_net=self.ext_net_name)