Comment 2 for bug 1229030

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-heatclient (master)

Reviewed: https://review.openstack.org/47922
Committed: http://github.com/openstack/python-heatclient/commit/795d52c6418fa3beab2e3385da11ece8fca3db37
Submitter: Jenkins
Branch: master

commit 795d52c6418fa3beab2e3385da11ece8fca3db37
Author: Steve Baker <email address hidden>
Date: Mon Sep 23 17:55:55 2013 +1200

    Allow -P to be invoked multiple times

    If --parameters is specified more than once it is assumed
    that each one contains only one parameter key=value.

    This means semicolons are ignored if there is more than one -P
    specified.

    This should be fully backwared compatible, a single -P will
    be assumed to be semicolon delimited.

    Change-Id: Ic202ff3e0596b786cd5b07c53509f97a95d41585
    Closes-Bug: #1224825
    Closes-Bug: #1229030