openstack-ansible/releasenotes/notes/ironic-neutron-network-support-669c382ea8bd3b98.yaml
Andy McCrae a2e3d22a07 Fix role SHA's for Ocata-2 release
This patch includes a SHA update, which has been tested as working in
patch https://review.openstack.org/#/c/410433/ which was not yet merged.

NB: We are still leaving the Ceilometer upstream SHA at HEAD as of
8.11.2016 due to https://bugs.launchpad.net/ceilometer/+bug/1643821

Change-Id: I6b60adca4e66550c3f52a32359bfc5e247cda661
2016-12-14 14:20:37 +00:00

18 lines
807 B
YAML

features:
- Add support for ``neutron`` as an
``enabled_network_interface``.
- The ``ironic_neutron_provisioning_network_name`` and
``ironic_neutron_cleaning_network_name`` variable can
be set to the name of the neutron network to use for
provisioning and cleaning. The ansible tasks will
determine the appropriate UUID for that network.
Alternatively,
``ironic_neutron_provisioning_network_uuid`` or
``ironic_neutron_cleaning_network`` can be used to
directly specify the UUID of the networks. If both
``ironic_neutron_provisioning_network_name`` and
``ironic_neutron_provisioning_network_uuid`` are
specified, the specified UUID will be used.
If only the provisioning network is specified, the
cleaning network will default to the same network.