[reno] Prelude for release 2.0

This adds a prelude for the 2.0 major release:

- default API version is 'latest' for both OSC and ironic CLI
- no python-openstackclient requirement
- deprecated 'ironic' CLI

Change-Id: I14d8b286e932cc2b8422100515918612b1a3039c
This commit is contained in:
Ruby Loo 2017-10-17 15:59:05 -04:00
parent bd62cf0609
commit 12371e0f90
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
---
prelude: |
The 2.0 release has three major changes:
* The default API version for the ``openstack baremetal`` and
``ironic`` commands is ``latest``, the maximum version
understood by both the client and the server. This change makes
the CLI automatically pull in new features and changes
(including potentially breaking), from servers.
* The ``python-ironicclient`` package no longer includes the
``python-openstackclient`` (OSC) package as a requirement.
``python-openstackclient`` is needed if using the
``openstack baremetal`` CLI.
* The ``ironic`` command line interface (``ironic`` commands) is
deprecated and will be removed in the OpenStack S* release.
Please use the ``openstack baremetal`` CLI instead.