summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorMatt Riedemann <mriedem.os@gmail.com>2018-01-11 17:19:48 -0500
committerMatt Riedemann <mriedem.os@gmail.com>2018-01-11 21:03:00 -0500
commit01fb16533bf562f39fe822bc12b9cc34b8580359 (patch)
tree77c1ad7b093c407aa547174209bf488976b61279 /releasenotes
parent1d88717e751e743ca7edd978346b95b6e7b3f235 (diff)
downloadpython-novaclient-01fb16533bf562f39fe822bc12b9cc34b8580359.tar.gz
Remove deprecated fixedip/floatingip/virtual interface CLIs/APIs
The add-fixed-ip, remove-fixed-ip, floating-ip-associate, floating-ip-disassociate, and virtual-interface-list CLIs and related python API bindings were deprecated in the 9.0.0 release in Pike via change Ie76283962c375b735f30ccb3053db07cf2330de2. This removes the CLIs and related python API bindings and will go into the 10.0.0 release. Change-Id: Icb667973c65d26395db660b1c7b919550db66d08
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/remove-virt-interfaces-add-rm-fixed-floating-398c905d9c91cca8.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/releasenotes/notes/remove-virt-interfaces-add-rm-fixed-floating-398c905d9c91cca8.yaml b/releasenotes/notes/remove-virt-interfaces-add-rm-fixed-floating-398c905d9c91cca8.yaml
new file mode 100644
index 00000000..dddfa7da
--- /dev/null
+++ b/releasenotes/notes/remove-virt-interfaces-add-rm-fixed-floating-398c905d9c91cca8.yaml
@@ -0,0 +1,15 @@
+---
+upgrade:
+ - |
+ The following CLIs and their backing API bindings were deprecated and
+ capped at microversion 2.44:
+
+ * ``nova add-fixed-ip``: use python-neutronclient or openstacksdk
+ * ``nova remove-fixed-ip``: use python-neutronclient or openstacksdk
+ * ``nova floating-ip-associate``: use python-neutronclient or openstacksdk
+ * ``nova floating-ip-disassociate``: use python-neutronclient or
+ openstacksdk
+ * ``nova virtual-interface-list``: there is no replacement as this is
+ only implemented for nova-network which is deprecated
+
+ The CLIs and API bindings have now been removed.