Comment 5 for bug 1630747

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

Reviewed: https://review.openstack.org/382652
Committed: https://git.openstack.org/cgit/openstack/murano/commit/?id=9ff3f49f23f9bf40f657e68e2359cf79df047138
Submitter: Jenkins
Branch: master

commit 9ff3f49f23f9bf40f657e68e2359cf79df047138
Author: Felipe Monteiro <email address hidden>
Date: Wed Oct 5 16:33:47 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: I065dc1a81dc0c23cc9a264399a99255e8272b07d
    Closes-Bug: #1630747