Merge "Add missing release notes for 0.9.0 changes"

This commit is contained in:
Zuul 2019-01-15 19:54:12 +00:00 committed by Gerrit Code Review
commit e242d5bc3b
2 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,10 @@
---
upgrade:
- |
The deprecated ``root_disk_size`` argument has been removed, use
``root_size_gb`` instead.
deprecations:
- |
Not providing ``resource_class`` to the ``reserve_node`` call is now
deprecated. This is not compatible with the in-progress bare metal
allocation API.

View File

@ -0,0 +1,13 @@
---
upgrade:
- |
`openstacksdk <https://docs.openstack.org/openstacksdk/>`_ is now used
for bare metal operation. The ``Node`` objects returned from various calls
are now `openstacksdk Node objects
<https://docs.openstack.org/openstacksdk/latest/user/resources/baremetal/v1/node.html#openstack.baremetal.v1.node.Node>`_
instead of ones from **python-ironicclient**.
- |
The **genisoimage** utility is now required for building configdrives.
other:
- |
The dependency on **python-ironicclient** has been removed.