Train Series Release Notes¶
2.2.1¶
Bug Fixes¶
The command-line client now parses floating IP reservation values when using the
lease-updatecommand. Note that while accepted by the client, the Blazar service may prevent the update of some floating IP reservation values.
Parse the
required_floatingipscommand-line parameter as a list instead of a string, to pass it to the API in the expected format. For example, this parameter can be used in the following fashion:blazar lease-create --reservation 'resource_type=virtual:floatingip,network_id=81fabec7-00ae-497a-b485-72f4bf187d3e,amount=2,required_floatingips=["172.24.4.2","172.24.4.3"]' fip-leaseFor more details, see bug 1843258.
2.2.0¶
New Features¶
Added support for operators to manage reservable floating IPs using the following new commands:
floatingip-createfloatingip-deletefloatingip-listfloatingip-show
Added support for users to create floating IP reservations using the
virtual:floatingipresource type.