Don't manage bridge mappings in scenario file

The bridge mappings should be managed in the standalone parameters. This
bridge mapping prevents us from being able to change the datacentre
mapping in CI.

Change-Id: I6b5b9db75a11c2347720258a39b03aa28702dbf1
Related-Bug: #1895822
(cherry picked from commit c86fa4fb4e)
This commit is contained in:
Alex Schultz 2020-10-13 09:42:28 -06:00
parent 6e1433dd31
commit f07ca38a82
1 changed files with 0 additions and 1 deletions

View File

@ -32,4 +32,3 @@ parameter_defaults:
NeutronFlatNetworks: datacentre
NeutronNetworkVLANRanges: 'datacentre:500:599,tenant:300:399'
ML2HostConfigs: { "net-ans-br": { "ansible_network_os": "openvswitch", "ansible_host": "127.0.0.1", "ansible_user": "root", "ansible_ssh_private_key_file": "/etc/puppet/ci-key"}}
NeutronBridgeMappings: 'datacentre:br-ex,tenant:br-tenant'