openstack-ansible/releasenotes/notes/neutron-network-variables-ff6d2c7f8c7c3ccd.yaml
Jesse Pretorius bb69b667f0 Update all SHAs for Newton-1 2016-06-02
This patch updates all the roles to the latest available SHA's,
updates all the OpenStack Service SHA's and also updates the
appropriate python requirements pins.

Change-Id: Ifc77c02d456500651e8adcaf9338f81601e2c148
2016-06-02 21:05:45 +00: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.