openstack-ansible/releasenotes/notes/add-network-name-variables-d658745d7113110e.yaml
Jesse Pretorius 851ac188d8 Fix role SHA's for Newton-3 release
Change-Id: Iac3fec6f70963e97d12cbe4fd8cafb05a99c56a2
2016-08-31 10:46:18 +01:00

9 lines
484 B
YAML

---
fixes:
- This role assumes that there is a network named "public|private" and a
subnet named "public|private-subnet". These names are made configurable
by the addition of two sets of variables; ``tempest_public_net_name``
and ``tempest_public_subnet_name`` for public networks and
``tempest_private_net_name`` and ``tempest_private_subnet_name`` for
private networks This addresses `bug 1588818 <https://bugs.launchpad.net/openstack-ansible/+bug/1588818>`_