summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuby Loo <rloo@verizonmedia.com>2019-03-07 15:59:40 +0000
committerJulia Kreger <juliaashleykreger@gmail.com>2019-03-07 17:00:58 +0000
commit4af8a791f01176b4c1bb0c376fae2a97383695fc (patch)
tree7bf2d5a85dd72ddc81667f765d11371393064449
parentfeb5f0e842e4b493583d24209be9c3594dc31559 (diff)
downloadpython-ironicclient-4af8a791f01176b4c1bb0c376fae2a97383695fc.tar.gz
Update release notes2.7.0
Cleans up the release notes for the next release: - removes the prelude since it was incorrectly added; no release note was needed for the change to help strings - combines two features related to event handling, into one feature - adds the API version to the is-smartnic argument - some grammatical fixes Change-Id: Idd929e419e036de8fbafc22f06ff6c129fc23b16
-rw-r--r--releasenotes/notes/accept-valid_interfaces-3b8f5e3e362e04cd.yaml2
-rw-r--r--releasenotes/notes/add-events-support-53c461d28abf010b.yaml10
-rw-r--r--releasenotes/notes/add-hostname-to-port-local-link-connection-0d4ae64b0c24bf52.yaml5
-rw-r--r--releasenotes/notes/add-is-smartnic-port-attr-ed46d887aec276ed.yaml10
-rw-r--r--releasenotes/notes/configdrive-7bd2b67830691b2e.yaml4
5 files changed, 14 insertions, 17 deletions
diff --git a/releasenotes/notes/accept-valid_interfaces-3b8f5e3e362e04cd.yaml b/releasenotes/notes/accept-valid_interfaces-3b8f5e3e362e04cd.yaml
index adadfbd..87814f5 100644
--- a/releasenotes/notes/accept-valid_interfaces-3b8f5e3e362e04cd.yaml
+++ b/releasenotes/notes/accept-valid_interfaces-3b8f5e3e362e04cd.yaml
@@ -8,4 +8,4 @@ features:
``interface``. However, we still accept ``interface``, as the consumer may
be deriving kwargs from a non-conf source (such as an already-created ksa
Adapter where ``valid_interfaces`` has already been translated to
- ``interfaces``.
+ ``interfaces``).
diff --git a/releasenotes/notes/add-events-support-53c461d28abf010b.yaml b/releasenotes/notes/add-events-support-53c461d28abf010b.yaml
index 9cdeee4..ab384a7 100644
--- a/releasenotes/notes/add-events-support-53c461d28abf010b.yaml
+++ b/releasenotes/notes/add-events-support-53c461d28abf010b.yaml
@@ -1,12 +1,8 @@
---
features:
- |
- Added ``Event`` resource , used to notify Ironic of external events.
-
- .. Note:: Events are not intended for end-user usage. (Internal use only.)
- - |
- Added the ``client.events.create`` Python SDK method to support publishing
- events to Ironic using the /v1/events API endpoint.
- (available starting with API version 1.54).
+ Adds the ``Event`` resource and the ``client.events.create`` Python SDK
+ method to support publishing events to the Bare Metal service using
+ the /v1/events API endpoint (introduced in API version 1.54).
.. Note:: Events are not intended for end-user usage. (Internal use only.)
diff --git a/releasenotes/notes/add-hostname-to-port-local-link-connection-0d4ae64b0c24bf52.yaml b/releasenotes/notes/add-hostname-to-port-local-link-connection-0d4ae64b0c24bf52.yaml
deleted file mode 100644
index 1e0bc72..0000000
--- a/releasenotes/notes/add-hostname-to-port-local-link-connection-0d4ae64b0c24bf52.yaml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-prelude: >
- Support Smart NIC ports. Adding local link connection attributes
- ``port_id`` and ``hostname`` when creating port with port argument
- ``--is-smartnic`` means that it's a Smart NIC port.
diff --git a/releasenotes/notes/add-is-smartnic-port-attr-ed46d887aec276ed.yaml b/releasenotes/notes/add-is-smartnic-port-attr-ed46d887aec276ed.yaml
index 444bae0..fd7a63a 100644
--- a/releasenotes/notes/add-is-smartnic-port-attr-ed46d887aec276ed.yaml
+++ b/releasenotes/notes/add-is-smartnic-port-attr-ed46d887aec276ed.yaml
@@ -1,5 +1,11 @@
---
features:
- |
- Adds support for creating Smart NIC ports by adding is-smartnic port
- attribute to port command. \ No newline at end of file
+ Adds support for Smart NIC ports by adding the ``--is-smartnic``
+ argument to the following CLI commands:
+
+ * ``openstack baremetal port create``
+ * ``openstack baremetal port set``
+ * ``openstack baremetal port unset``
+
+ This was introduced in API version 1.53.
diff --git a/releasenotes/notes/configdrive-7bd2b67830691b2e.yaml b/releasenotes/notes/configdrive-7bd2b67830691b2e.yaml
index 3ef0ea0..06f478b 100644
--- a/releasenotes/notes/configdrive-7bd2b67830691b2e.yaml
+++ b/releasenotes/notes/configdrive-7bd2b67830691b2e.yaml
@@ -5,5 +5,5 @@ features:
drive on the server side (requires API version 1.56) to the following
commands:
- openstack baremetal node deploy <node> --config-drive '{...}'
- openstack baremetal node rebuild <node> --config-drive '{...}'
+ * ``openstack baremetal node deploy <node> --config-drive '{...}'``
+ * ``openstack baremetal node rebuild <node> --config-drive '{...}'``