Make recent release note more readable

In time for the next release, I reviewed the
releasenotes since the last release and found
that it needed a little polishing to be easier
to understand.

Change-Id: I7d3056c13d6a44236f2fb406dbad475d1242523a
This commit is contained in:
Julia Kreger 2017-07-26 13:02:38 +00:00
parent 0affa19c89
commit 0ccc7674d8

View File

@ -1,9 +1,10 @@
---
upgrade:
- |
``python-openstackclient`` is no more a requirement for
``python-ironic-inspector-client``. If you wish to use
**ironic-inspector** cli, you should install
``python-openstackclient`` manually or use setuptools "extra"::
The ``python-openstackclient`` package is no longer a requirement
for ``python-ironic-inspector-client`` to be installed. If you wish
to use the **ironic-inspector** cli, you should install
``python-openstackclient`` manually or use setuptools "extra" option
to install both packages automatically::
pip install python-ironic-inspector-client[cli]