summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuby Loo <ruby.loo@intel.com>2017-10-17 15:59:05 -0400
committerRuby Loo <ruby.loo@intel.com>2017-11-08 15:28:34 +0000
commit12371e0f90bc7e77ac500ab8b80a83597e4e9a41 (patch)
treea0b69cc0fafa46438be209020d30919311d210d8
parentbd62cf0609ea43d6129bfa03490d629d17cf3994 (diff)
downloadpython-ironicclient-12371e0f90bc7e77ac500ab8b80a83597e4e9a41.tar.gz
[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
-rw-r--r--releasenotes/notes/prelude-2-0-release-ee44150902d3d399.yaml18
1 files changed, 18 insertions, 0 deletions
diff --git a/releasenotes/notes/prelude-2-0-release-ee44150902d3d399.yaml b/releasenotes/notes/prelude-2-0-release-ee44150902d3d399.yaml
new file mode 100644
index 0000000..ef5e365
--- /dev/null
+++ b/releasenotes/notes/prelude-2-0-release-ee44150902d3d399.yaml
@@ -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.