Add a release note for the floating IP plugin

Change-Id: Ib0740afd7de32dc15ae7c515f69bd4e3eb21e600
This commit is contained in:
Masahito Muroi 2019-03-20 20:44:51 +09:00 committed by Pierre Riteau
parent 748017f45e
commit 27c3aea4fe
1 changed files with 16 additions and 0 deletions

View File

@ -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