summaryrefslogtreecommitdiff
path: root/releasenotes/notes/microversion-v2_44-d60c8834e436ad3d.yaml
diff options
context:
space:
mode:
authorMatt Riedemann <mriedem.os@gmail.com>2017-04-25 16:24:50 -0400
committerMatt Riedemann <mriedem.os@gmail.com>2017-04-25 21:11:47 -0400
commite303cf11bf6c8652edf13caa0ddf238103ea8601 (patch)
tree2ac922969fa254fde0b34d65c005447a3de3a6ca /releasenotes/notes/microversion-v2_44-d60c8834e436ad3d.yaml
parentea3b9f7fef28a7f06b51a3b176c85a1fc33cecaa (diff)
downloadpython-novaclient-e303cf11bf6c8652edf13caa0ddf238103ea8601.tar.gz
2.44: Deprecate multinic/floatingIP actions and os-virtual-interfaces
The 2.44 microversion deprecates the addFixedIP, removeFixedIP, addFloatingIP, removeFloatingIP server action APIs and os-virtual-interfaces API. This change deprecates the CLIs and python API bindings in novaclient. Implements blueprint deprecate-multinic-proxy-api Change-Id: Ie76283962c375b735f30ccb3053db07cf2330de2
Diffstat (limited to 'releasenotes/notes/microversion-v2_44-d60c8834e436ad3d.yaml')
-rw-r--r--releasenotes/notes/microversion-v2_44-d60c8834e436ad3d.yaml16
1 files changed, 16 insertions, 0 deletions
diff --git a/releasenotes/notes/microversion-v2_44-d60c8834e436ad3d.yaml b/releasenotes/notes/microversion-v2_44-d60c8834e436ad3d.yaml
new file mode 100644
index 00000000..2ac1b3b0
--- /dev/null
+++ b/releasenotes/notes/microversion-v2_44-d60c8834e436ad3d.yaml
@@ -0,0 +1,16 @@
+---
+deprecations:
+ - |
+ The following CLIs and their backing API bindings are 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 will be removed in the first major release after
+ Nova 16.0.0 Pike is released.