Comment 4 for bug 1588425

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

Reviewed: https://review.openstack.org/330771
Committed: https://git.openstack.org/cgit/openstack/magnum/commit/?id=bf30b9b4cb51fb4c09cfc1b1c099f3773a5ace33
Submitter: Jenkins
Branch: master

commit bf30b9b4cb51fb4c09cfc1b1c099f3773a5ace33
Author: Vijendar Komalla <email address hidden>
Date: Tue Jul 19 11:20:25 2016 -0500

    Support for async bay operations

    Current implementation of magnum bay operations are synchronous
    and as a result API requests are blocked until response from HEAT
    service is received. With this change bay-create, bay-update and
    bay-delete calls will be asynchronous.
    Please note that with this change bay-create/bay-update api calls
    will return bay uuid instead of bay object and also microversion
    1.2 is added for new behavior.

    Change-Id: I4ca1f9f386b6417726154c466e7a9104b6e6e5e1
    Closes-Bug: #1588425