Correct a couple small grammar things in release notes

s/deprecated/deprecates/
s/openstack client/OpenStackClient/
s/Add/Adds/

Change-Id: I2e06240dcdb4bf0a2c4acc2b90b0961dfe1c7991
This commit is contained in:
Jim Rollenhagen
2016-08-31 20:25:25 -04:00
parent 2262f9862f
commit 465c504ed5
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
--- ---
features: features:
- | - |
Add an option ``--chassis <chassis UUID>`` to the Adds an option ``--chassis <chassis UUID>`` to the
``openstack baremetal node list`` command. It provides the ``openstack baremetal node list`` command. It provides the
ability to get a list of the nodes of the specified chassis. ability to get a list of the nodes of the specified chassis.

View File

@@ -1,5 +1,5 @@
--- ---
deprecations: deprecations:
- Deprecated ``-l`` argument of ``openstack baremetal port create`` command - Deprecates ``-l`` argument of ``openstack baremetal port create`` command
in favor of ``--local-link-connection``, as by openstack client guidelines, in favor of ``--local-link-connection``, as by OpenStackClient guidelines,
the options should be full words. the options should be full words.