diff options
author | Juha Kosonen <juha.kosonen@nokia.com> | 2016-02-09 14:04:17 +0000 |
---|---|---|
committer | Juha Kosonen <juha.kosonen@nokia.com> | 2016-02-09 14:04:17 +0000 |
commit | 41eaec87fe939a8511dc6c0ec63976b53cbf5578 (patch) | |
tree | 9a6c0cd97cf4228a7f982adfe18d45a34c1d4f4b /testcases/config_functest.yaml | |
parent | 8d7f1158885ca2d880811747b07f34ab50d2031d (diff) |
Remove obsolete public network definitions
Use functest_utils.py routines in run_rally-cert.py to retrive external
network name instead of static definition in config_functest.yaml. Also
change the network name and id setting in task arguments.
Change-Id: Iced9e9a28e79d6ac6ddd2f9f593481949f5fc8a0
Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com>
Diffstat (limited to 'testcases/config_functest.yaml')
-rw-r--r-- | testcases/config_functest.yaml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/testcases/config_functest.yaml b/testcases/config_functest.yaml index f32314ac..2f034f94 100644 --- a/testcases/config_functest.yaml +++ b/testcases/config_functest.yaml @@ -49,12 +49,6 @@ general: image_file_name: cirros-0.3.4-x86_64-disk.img image_disk_format: qcow2 - #Public network. Optional - neutron_public_net_name: net04_ext - neutron_public_subnet_name: net04_ext__subnet - neutron_public_subnet_cidr: 172.16.9.0/24 - neutron_public_subnet_start: 172.16.9.130 - neutron_public_subnet_end: 172.16.9.254 #Private network for functest. Will be created by config_functest.py neutron_private_net_name: functest-net neutron_private_subnet_name: functest-subnet |