kayobe/releasenotes/notes/add-admin-network.yml-cf4b5e6387d0eb3f.yaml
Will Szumski 3fca0d00a9 Adds a separate admin network
The admin network is intended for remote admin access to
the overcloud hosts e.g SSH. If admin_oc_net_name is not set
it will default to provision_oc_net_name for backwards
compatability.

Story: 2002096
Task: 19774

Change-Id: Ib04bbc07f97218d7503000cc363624c60c287822
2018-06-25 14:21:51 +00:00

10 lines
389 B
YAML

---
features:
- |
Adds a new overcloud admin network to improve network separation.
The network is intended to be used for remote admin access e.g SSH.
If ``admin_oc_net_name`` is not set, Kayobe will use the previous
behaviour of using the overcloud provisioning network for this purpose.
See `Story 2002096
<https://storyboard.openstack.org/#!/story/2002096>`_