Comment 9 for bug 1630747

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

Reviewed: https://review.openstack.org/383876
Committed: https://git.openstack.org/cgit/openstack/murano/commit/?id=c41457aec03df5823d932ea83b40e005bc45ca1b
Submitter: Jenkins
Branch: stable/mitaka

commit c41457aec03df5823d932ea83b40e005bc45ca1b
Author: Felipe Monteiro <email address hidden>
Date: Fri Oct 7 14:55:49 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: Ie8e050a1d1508d9b6429aae7d3a7176a001c92e7
    Closes-Bug: #1630747