openstack-ansible-os_tempest/releasenotes/notes/neutron-network-variables-ff6d2c7f8c7c3ccd.yaml
Jacob Wagner f57ef996a2 Allow tempest network overrides for public and private net
Added default variables to allow for individual overrides of
the public and private networks that will be created. This required
seperate blocks for different net types.

Change-Id: I177a41fc8134cb916de38989c1a702028633fa06
Closes-bug: 1580292
2016-05-18 11:36:00 -05:00

11 lines
600 B
YAML

---
features:
- Deployers can now configure tempest public and private networks by setting
the following variables, 'tempest_private_net_provider_type' to either vxlan
or vlan and 'tempest_public_net_provider_type' to flat or vlan. Depending on
what the deployer sets these variables to, they may also need to update other
variables accordingly, this mainly involves 'tempest_public_net_physical_type'
and 'tempest_public_net_seg_id'. Please refer to
http://docs.openstack.org/mitaka/networking-guide/intro-basic-networking.html
for more neutron networking information.