Comment 5 for bug 1565775

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-saharaclient (stable/mitaka)

Reviewed: https://review.openstack.org/341312
Committed: https://git.openstack.org/cgit/openstack/python-saharaclient/commit/?id=9ad355705e4d9deb89cd6f399c71761b3ce1149d
Submitter: Jenkins
Branch: stable/mitaka

commit 9ad355705e4d9deb89cd6f399c71761b3ce1149d
Author: Denis Egorenko <email address hidden>
Date: Tue May 31 16:21:31 2016 +0300

    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
    (cherry picked from commit f02ea8999c79ea9a3e1f515220775bc54838f9d2)