Comment 7 for bug 1585960

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-octane (stable/8.0)

Reviewed: https://review.openstack.org/333855
Committed: https://git.openstack.org/cgit/openstack/fuel-octane/commit/?id=a9a235e9f52a5c8f9f26c300978e0035f752484f
Submitter: Jenkins
Branch: stable/8.0

commit a9a235e9f52a5c8f9f26c300978e0035f752484f
Author: Oleg Gelbukh <email address hidden>
Date: Wed Jun 22 14:34:03 2016 +0000

    Escape passwords passed to openstack client

    If special symbols are used in password for 'admin' user in
    OpenStack, octane passes them to command line client as is
    and it breaks shell.

    Properly escape the password before passing it to subprocess.

    Change-Id: Iad635aec6d5b5cc32975937e00205b7e89dc99d9
    Closes-bug: 1585960
    (cherry picked from commit 58f31e6c5f408630c42565ee53de6b59457bc84c)