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.
Reviewed: https:/ /review. openstack. org/330771 /git.openstack. org/cgit/ openstack/ magnum/ commit/ ?id=bf30b9b4cb5 1fb4c09cfc1b1c0 99f3773a5ace33
Committed: https:/
Submitter: Jenkins
Branch: master
commit bf30b9b4cb51fb4 c09cfc1b1c099f3 773a5ace33
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 bay-update api calls
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/
will return bay uuid instead of bay object and also microversion
1.2 is added for new behavior.
Change-Id: I4ca1f9f386b641 7726154c466e7a9 104b6e6e5e1
Closes-Bug: #1588425