Create subnet and net within the same project 19/51319/1
authorLinda Wang <wangwulin@huawei.com>
Mon, 29 Jan 2018 01:39:58 +0000 (01:39 +0000)
committerCédric Ollivier <cedric.ollivier@orange.com>
Mon, 29 Jan 2018 17:05:25 +0000 (18:05 +0100)
It is required to create a network and subnet within the same project
for some SUTs.

Change-Id: Icd02edb0aebee93713f315cdbbeb021e9ae82dae
Signed-off-by: Linda Wang <wangwulin@huawei.com>
(cherry picked from commit f06d3e13cdee669e53f6a1c75039c9b3c3430a8a)

functest/opnfv_tests/openstack/tempest/tempest.py

index f4b7793..fed4c7c 100644 (file)
@@ -371,6 +371,7 @@ class TempestResourcesManager(object):
                 subnet_settings=[SubnetSettings(
                     name=CONST.__getattribute__(
                         'tempest_private_subnet_name') + self.guid,
+                    project_name=project_name,
                     cidr=CONST.__getattribute__('tempest_private_subnet_cidr'))
                 ]))
         if network_creator is None or network_creator.get_network() is None: