diff options
author | Cedric Ollivier <cedric.ollivier@orange.com> | 2018-01-29 15:29:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-01-29 15:29:56 +0000 |
commit | 8e416aee220bf6959e2e21f18a5ebfec1421858b (patch) | |
tree | 48f059b75e54c0b594950c53c4831c538b44135b /functest/opnfv_tests | |
parent | 1bdcc57b5ccdc97486c9a9a9363f3195c1904cfe (diff) | |
parent | f06d3e13cdee669e53f6a1c75039c9b3c3430a8a (diff) |
Merge "Create subnet and net within the same project"
Diffstat (limited to 'functest/opnfv_tests')
-rw-r--r-- | functest/opnfv_tests/openstack/tempest/tempest.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/functest/opnfv_tests/openstack/tempest/tempest.py b/functest/opnfv_tests/openstack/tempest/tempest.py index 5481b13b..4361784b 100644 --- a/functest/opnfv_tests/openstack/tempest/tempest.py +++ b/functest/opnfv_tests/openstack/tempest/tempest.py @@ -389,6 +389,7 @@ class TempestResourcesManager(object): subnet_settings=[SubnetConfig( 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: |