summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorDenis Egorenko <degorenko@mirantis.com>2016-05-31 16:21:31 +0300
committerDenis Egorenko <degorenko@mirantis.com>2016-06-01 19:15:01 +0000
commitf02ea8999c79ea9a3e1f515220775bc54838f9d2 (patch)
tree2984b8321d89db826186bb60af8d4ef9b5dddd7f /releasenotes
parent4944304d3461e130a4d04096cc2590c31689e496 (diff)
downloadpython-saharaclient-f02ea8999c79ea9a3e1f515220775bc54838f9d2.tar.gz
Change plugin version 'version' parameter to 'plugin-version'
Currently we have parameter 'version' for specifying plugin version for creating node group templates and also for listing available plugins. The problem is that this parameter is global parameter for getting version of client. So, this patch fixes this confusion. Change-Id: I89a670188c20e3b20b98b596a3efb8d5997c3214 Closes-bug: #1565775
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/rename_version_to_plugin-version-20cfe17530446391.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/releasenotes/notes/rename_version_to_plugin-version-20cfe17530446391.yaml b/releasenotes/notes/rename_version_to_plugin-version-20cfe17530446391.yaml
new file mode 100644
index 0000000..d8967fd
--- /dev/null
+++ b/releasenotes/notes/rename_version_to_plugin-version-20cfe17530446391.yaml
@@ -0,0 +1,10 @@
+---
+upgrade:
+ - Option 'version' is replaced by 'plugin-version' option.
+fixes:
+ - Option 'version' is a global option, which is used for getting
+ the client version. So there were problems with the OpenStack client,
+ when we specified 'version' of the plugin, but OSC treated
+ that as a request for getting the current client version. Hence, to fix
+ this problem, 'version' is replaced by 'plugin-version'.
+ Related bug 1565775.