summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorTakashi NATSUME <natsume.takashi@lab.ntt.co.jp>2018-04-16 12:35:00 +0900
committerMatt Riedemann <mriedem.os@gmail.com>2018-04-17 10:02:35 -0400
commit229d0df752702700dd30ddbe6d94d5efd5477318 (patch)
treed4fc553cfa9d44d820626c6a40abd4413a241bff /releasenotes
parentbcc7d8f1138ea22207ac0d31c5be132d6f274b34 (diff)
downloadpython-novaclient-229d0df752702700dd30ddbe6d94d5efd5477318.tar.gz
Microversion 2.61 - support extra_specs in flavor API
Starting from microversion 2.61, the responses of the 'Flavor' APIs include the 'extra_specs' parameter. Therefore 'Flavors extra-specs' (os-extra_specs) API calls have been removed in the following commands since microversion 2.61. * nova flavor-list * nova flavor-show Change-Id: I10d621d9b62764114d55cb368e720d182eaffd11 Implements: blueprint add-extra-specs-to-flavor-list
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/microversion-v2_61-9a8faa02fddf9ed6.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/releasenotes/notes/microversion-v2_61-9a8faa02fddf9ed6.yaml b/releasenotes/notes/microversion-v2_61-9a8faa02fddf9ed6.yaml
new file mode 100644
index 00000000..a96b65d3
--- /dev/null
+++ b/releasenotes/notes/microversion-v2_61-9a8faa02fddf9ed6.yaml
@@ -0,0 +1,13 @@
+---
+other:
+ - |
+ Starting from microversion 2.61, the responses of the 'Flavor' APIs
+ include the 'extra_specs' parameter. Therefore 'Flavors extra-specs'
+ (os-extra_specs) API calls have been removed in the following commands
+ since microversion 2.61.
+
+ * ``nova flavor-list``
+ * ``nova flavor-show``
+
+ There are no behavior changes in the CLI. This is just a performance
+ optimization.