This is expected, both those calls are asynchronous, and as such the API call starts the operation and the status gets updated after the call completes.
The bug really is that the API doesn't consistently return 202 (accepted) for all asynchronous operations, which is a known issue and something we're planning to fix if/when we create a v2 API:
This is expected, both those calls are asynchronous, and as such the API call starts the operation and the status gets updated after the call completes.
The bug really is that the API doesn't consistently return 202 (accepted) for all asynchronous operations, which is a known issue and something we're planning to fix if/when we create a v2 API:
https:/ /wiki.openstack .org/wiki/ Heat/Blueprints /V2API
https:/ /review. openstack. org/#/c/ 184863/