Comment 25 for bug 1717545

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-nova (stable/ocata)

Reviewed: https://review.openstack.org/521945
Committed: https://git.openstack.org/cgit/openstack/puppet-nova/commit/?id=4bd704f3bb8b04de761ac6cd177f6685a783693c
Submitter: Zuul
Branch: stable/ocata

commit 4bd704f3bb8b04de761ac6cd177f6685a783693c
Author: Mohammed Naser <email address hidden>
Date: Mon Sep 18 20:07:57 2017 -0400

    Pass arguments as array for nova-manage provider

    The arguments were provided as a string which would result in
    mangling if there are any symbols in the arguments. This
    patch changes the behaviour to pass an array which will
    prevent any of those issues.

    Closes-Bug: #1717545

    Change-Id: I9c87072aaa218658b943c1ee30caa448aae8bdd7
    (cherry picked from commit 379e601c6873501818a5ce6033abefb9afde121b)