openstack-ansible-os_tempest/releasenotes/notes/add-network-name-variables-d658745d7113110e.yaml
Mike Carden b558fa4413
Add variables for network names
This role contains a network named "public" and a subnet named
"public-subnet". This patch adds variables to make the two names
configurable.

Change-Id: I7958e84bf1e4bb10541fb07bc6beab08ac9eb634
Closes-bug: 1588818
2016-08-17 21:02:01 -05: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>`_