openstack-ansible-os_trove/releasenotes/notes/service_net_endpoint_type-60dbb87c4f68403c.yaml
Andy McCrae 7bfa684eb9 Allow the endpoint_type for service net creation to be specified.
Change-Id: I735a5e2e6d07813ad34c5203a4ef8cf29b17939c
2017-06-07 13:35:31 +01:00

8 lines
265 B
YAML

---
features:
- You can set the ``endpoint_type`` used when
creating the Trove service network by specifying
the ``trove_service_net_endpoint_type`` variable.
This will default to ``internal``. Other possible
options are ``public`` and ``admin``.