Merge "Execute the keystone db setup earlier in the process"
This commit is contained in:
commit
a884451b5b
@ -78,6 +78,12 @@
|
|||||||
tags:
|
tags:
|
||||||
- keystone-config
|
- keystone-config
|
||||||
|
|
||||||
|
- include_tasks: keystone_db_setup.yml
|
||||||
|
when:
|
||||||
|
- "keystone_database_enabled | bool"
|
||||||
|
tags:
|
||||||
|
- keystone-config
|
||||||
|
|
||||||
- include_tasks: keystone_credential.yml
|
- include_tasks: keystone_credential.yml
|
||||||
when: keystone_service_setup | bool
|
when: keystone_service_setup | bool
|
||||||
tags:
|
tags:
|
||||||
@ -105,12 +111,6 @@
|
|||||||
- common-mq
|
- common-mq
|
||||||
- keystone-config
|
- keystone-config
|
||||||
|
|
||||||
- include_tasks: keystone_db_setup.yml
|
|
||||||
when:
|
|
||||||
- "keystone_database_enabled | bool"
|
|
||||||
tags:
|
|
||||||
- keystone-config
|
|
||||||
|
|
||||||
- include_tasks: keystone_ssl.yml
|
- include_tasks: keystone_ssl.yml
|
||||||
tags:
|
tags:
|
||||||
- keystone-config
|
- keystone-config
|
||||||
|
Loading…
Reference in New Issue
Block a user