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