summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorTakashi Natsume <takanattie@gmail.com>2021-01-03 23:06:46 +0900
committerTakashi Natsume <takanattie@gmail.com>2021-01-13 14:43:51 +0000
commit9b474afdb2e15d058babe82e50efe6c93c2e94a2 (patch)
tree1744e5d42c11208d95021ecc6ee5c56f8f344f90 /releasenotes
parente85d845b1aa5a18537907ba561a2718db2ccbed8 (diff)
downloadpython-novaclient-9b474afdb2e15d058babe82e50efe6c93c2e94a2.tar.gz
Deprecate agent commands and APIs17.3.0
The os-agents APIs have been removed by the following change. I9512f605dd2b3b0e88c951ed086250d57056303d This patch makes commands related to the APIs deprecated in accordance with the following policy. * https://docs.openstack.org/python-novaclient/latest/contributor/deprecation-policy.html The API bindings related to the APIs remains as they are because python-openstackclient depends on the API bindings. Change-Id: I89d7877e23e8802fe77987a7b24ea247e08d5218 Signed-off-by: Takashi Natsume <takanattie@gmail.com>
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/deprecate-agent-d0f58718ad1782f6.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/releasenotes/notes/deprecate-agent-d0f58718ad1782f6.yaml b/releasenotes/notes/deprecate-agent-d0f58718ad1782f6.yaml
new file mode 100644
index 00000000..c43d92ce
--- /dev/null
+++ b/releasenotes/notes/deprecate-agent-d0f58718ad1782f6.yaml
@@ -0,0 +1,12 @@
+---
+deprecations:
+ - |
+ The following CLIs are deprecated.
+
+ - ``nova agent-create``
+ - ``nova agent-delete``
+ - ``nova agent-list``
+ - ``nova agent-modify``
+
+ The CLIs will be removed in the first major release after Nova 24.0.0 X
+ is released.