Set allow_action_execution_deletion to true in mistral api config
* By default in mistral api config allow_action_execution_deletion it is false by default. In order to run mistral tempest tests we need to enable it. Change-Id: Iff052cd47ab34c6d3231cb024e17df56abd4b443
This commit is contained in:
parent
b59deaefc4
commit
0948b1eea0
@ -105,6 +105,7 @@ outputs:
|
|||||||
mistral::cron_trigger::execution_interval: {get_param: MistralExecutionInterval}
|
mistral::cron_trigger::execution_interval: {get_param: MistralExecutionInterval}
|
||||||
mistral::cors::allow_headers: 'Content-Type,Cache-Control,Content-Language,Expires,Last-Modified,Pragma,X-Auth-Token'
|
mistral::cors::allow_headers: 'Content-Type,Cache-Control,Content-Language,Expires,Last-Modified,Pragma,X-Auth-Token'
|
||||||
mistral::cors::expose_headers: 'Content-Type,Cache-Control,Content-Language,Expires,Last-Modified,Pragma'
|
mistral::cors::expose_headers: 'Content-Type,Cache-Control,Content-Language,Expires,Last-Modified,Pragma'
|
||||||
|
mistral::api::allow_action_execution_deletion: true
|
||||||
tripleo.mistral_api.firewall_rules:
|
tripleo.mistral_api.firewall_rules:
|
||||||
'133 mistral':
|
'133 mistral':
|
||||||
dport:
|
dport:
|
||||||
|
Loading…
Reference in New Issue
Block a user