From 27c3aea4fe649bc0dd7f0caaf0384c35096619d3 Mon Sep 17 00:00:00 2001 From: Masahito Muroi Date: Wed, 20 Mar 2019 20:44:51 +0900 Subject: [PATCH] Add a release note for the floating IP plugin Change-Id: Ib0740afd7de32dc15ae7c515f69bd4e3eb21e600 --- .../floatingip-reservation-6c2f3c3ad8843948.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 releasenotes/notes/floatingip-reservation-6c2f3c3ad8843948.yaml diff --git a/releasenotes/notes/floatingip-reservation-6c2f3c3ad8843948.yaml b/releasenotes/notes/floatingip-reservation-6c2f3c3ad8843948.yaml new file mode 100644 index 00000000..b2af8f60 --- /dev/null +++ b/releasenotes/notes/floatingip-reservation-6c2f3c3ad8843948.yaml @@ -0,0 +1,16 @@ +--- +features: + - | + Added a new resource plugin supporting floating IPs. This plugin enables + users to reserve floating IPs from Neutron. To try the plugin, add + ``virtual:floatingip`` to the ``[manager]/plugins`` configuration option in + ``blazar.conf``. For the API schema, see details of the APIs in the `Lease + API reference`_ and `Floating IP API reference`_. + + Note that this feature is available as a preview but is not yet complete. + The Blazar CLI does not yet support it, documentation is incomplete, and + the Update Lease API is not implemented. Floating IP reservation will be + fully completed in the next release. + + .. _`Lease API reference`: https://developer.openstack.org/api-ref/reservation/v1/index.html#leases + .. _`Floating IP API reference`: https://developer.openstack.org/api-ref/reservation/v1/index.html#floating-ips