Comment 8 for bug 1630747

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to murano (stable/newton)

Reviewed: https://review.openstack.org/383875
Committed: https://git.openstack.org/cgit/openstack/murano/commit/?id=1627144d367218e4ef94d953395e04fe45caba94
Submitter: Jenkins
Branch: stable/newton

commit 1627144d367218e4ef94d953395e04fe45caba94
Author: Felipe Monteiro <email address hidden>
Date: Fri Oct 7 14:53:35 2016 -0400

    Fix TypeError being thrown by delete_environment_from_space
    in cf_connections.

    An unexpected keyword, 'synchronized', is passed to the
    function delete from delete_environment_from_space.
    This fix removes 'synchronized' arg from the call to
    delete.

    Change-Id: I90cf75f8cfad5afac31e5afe35d82fbddb362bde
    Closes-Bug: #1630747