diff options
author | Dmitry Tantsur <divius.inside@gmail.com> | 2017-04-03 18:51:44 +0200 |
---|---|---|
committer | Dmitry Tantsur <divius.inside@gmail.com> | 2017-04-03 23:00:52 +0200 |
commit | 6ddcd9a1cb38bb58c18a415f047eae856843afb5 (patch) | |
tree | 1655a769b26b50f35ff62f158466894824a9ed96 /releasenotes | |
parent | b20bdcee038e4b3f8717768a33c5c2e66987c011 (diff) |
Add support for "neutron" Ironic networking plugin
This enabled a lot of advanced networking features (see the release note).
Related to blueprint ironic-driver-composition
Change-Id: I20ea994fec36d73e618107b5c3594ec1c0f8cb93
Depends-On: I72eb8b06cca14073d1d1c82462fb702630e02de3
Diffstat (limited to 'releasenotes')
-rw-r--r-- | releasenotes/notes/ironic-neutron-integration-76c4f9e0d10785e4.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/releasenotes/notes/ironic-neutron-integration-76c4f9e0d10785e4.yaml b/releasenotes/notes/ironic-neutron-integration-76c4f9e0d10785e4.yaml new file mode 100644 index 00000000..dd99acc7 --- /dev/null +++ b/releasenotes/notes/ironic-neutron-integration-76c4f9e0d10785e4.yaml @@ -0,0 +1,9 @@ +--- +features: + - | + Allow setting the Ironic provisioning network UUID or name via new + ``IronicProvisioningNetwork`` configuration. + - | + Enable support for "neutron" Ironic networking plugin, enabling advanced + integration with Neutron, such as VLAN/VXLAN network support, bonding and + security groups. |