summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorMatt Riedemann <mriedem.os@gmail.com>2018-01-11 16:59:20 -0500
committerMatt Riedemann <mriedem.os@gmail.com>2018-01-11 21:02:55 -0500
commit1d88717e751e743ca7edd978346b95b6e7b3f235 (patch)
treeae4be76c2deabb247cf183cb1090452b85499e26 /releasenotes
parent8c73ba44714163fa99ce10ce46ff39deaeb9b9cf (diff)
downloadpython-novaclient-1d88717e751e743ca7edd978346b95b6e7b3f235.tar.gz
Remove deprecated os-hosts CLIs and python API bindings
These were all deprecated in the 9.0.0 release in Pike via change I79091edf5a2569e49e79deba312456fdcdee09e1 and can now be removed. This will go into the 10.0.0 release. Change-Id: I85a287ff2666c2dcdcbbc8fd6c2e285176f7a67a
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/remove-hosts-d08855550c40b9c6.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/releasenotes/notes/remove-hosts-d08855550c40b9c6.yaml b/releasenotes/notes/remove-hosts-d08855550c40b9c6.yaml
new file mode 100644
index 00000000..06f466d4
--- /dev/null
+++ b/releasenotes/notes/remove-hosts-d08855550c40b9c6.yaml
@@ -0,0 +1,13 @@
+---
+upgrade:
+ - |
+ The following CLIs and their backing API bindings were deprecated and
+ capped at microversion 2.43:
+
+ * ``nova host-describe`` - superseded by ``nova hypervisor-show``
+ * ``nova host-list`` - superseded by ``nova hypervisor-list``
+ * ``nova host-update`` - superseded by ``nova service-enable`` and
+ ``nova service-disable``
+ * ``nova host-action`` - no alternative by design
+
+ The CLIs and API bindings have now been removed.