e29eb8a8e4
Environment is deleted instatly from murano DB after delete API
request is finished:
0ced007109/murano/api/v1/environments.py (L158-L173)
It means next thing:
* We shouldn't use wait_for in this case
* We should use SynchronizedDeletion in resource cleanup
* We shouldn't make hacks in get_status() to make this work
This patch cleans up conf options as well
Change-Id: Ib495afc79229ab0bb9f9eb40388c00a618b84cb1