Update volume release notes to fix reno

The portion of the release note file name with
the hexidecimal value used for tracking was not
unique between the files, and was duplicated from
the API additions.

Renaming should fix the release notes.

Additionally added the API microversion for the volume
interface to the release notes.

Change-Id: If8546ac18b2904396d86547d012d0491f3811a21
This commit is contained in:
Julia Kreger 2017-07-17 20:59:12 +00:00
parent f5fc919100
commit 49585497a5
6 changed files with 38 additions and 42 deletions

View File

@ -1,10 +0,0 @@
---
features:
- |
Adds these Ironic CLI commands for volume connector resources:
* ``ironic volume-connector-create``
* ``ironic volume-connector-list``
* ``ironic volume-connector-show``
* ``ironic volume-connector-update``
* ``ironic volume-connector-delete``

View File

@ -0,0 +1,20 @@
---
features:
- |
Adds these ``openstack baremetal`` and ``ironic`` CLI commands
for volume connector resources.
* ``openstack baremetal volume connector create``
* ``openstack baremetal volume connector list``
* ``openstack baremetal volume connector show``
* ``openstack baremetal volume connector set``
* ``openstack baremetal volume connector unset``
* ``openstack baremetal volume connector delete``
* ``ironic volume-connector-create``
* ``ironic volume-connector-list``
* ``ironic volume-connector-show``
* ``ironic volume-connector-update``
* ``ironic volume-connector-delete``
They are available starting with ironic API microversion 1.32.

View File

@ -1,10 +0,0 @@
---
features:
- |
Adds these Ironic CLI commands for volume target resources:
* ``ironic volume-target-create``
* ``ironic volume-target-list``
* ``ironic volume-target-show``
* ``ironic volume-target-update``
* ``ironic volume-target-delete``

View File

@ -0,0 +1,18 @@
---
features:
- |
Adds these ``openstack baremetal`` and ``ironic`` CLI commands for volume target resources.
* ``openstack baremetal volume target create``
* ``openstack baremetal volume target list``
* ``openstack baremetal volume target show``
* ``openstack baremetal volume target set``
* ``openstack baremetal volume target unset``
* ``openstack baremetal volume target delete``
* ``ironic volume-target-create``
* ``ironic volume-target-list``
* ``ironic volume-target-show``
* ``ironic volume-target-update``
* ``ironic volume-target-delete``
They are available starting with ironic API microversion 1.32.

View File

@ -1,11 +0,0 @@
---
features:
- |
Adds OpenStackClient commands for volume connector:
* ``openstack baremetal volume connector create``
* ``openstack baremetal volume connector list``
* ``openstack baremetal volume connector show``
* ``openstack baremetal volume connector set``
* ``openstack baremetal volume connector unset``
* ``openstack baremetal volume connector delete``

View File

@ -1,11 +0,0 @@
---
features:
- |
Adds OpenStackClient commands for volume target:
* ``openstack baremetal volume target create``
* ``openstack baremetal volume target list``
* ``openstack baremetal volume target show``
* ``openstack baremetal volume target set``
* ``openstack baremetal volume target unset``
* ``openstack baremetal volume target delete``