Merge "Execute the keystone db setup earlier in the process"

This commit is contained in:
Zuul 2019-06-11 21:58:48 +00:00 committed by Gerrit Code Review
commit a884451b5b

View File

@ -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