
This will switch config-external to using wsgi vs evenlet for keystone. Partially Implements: blueprint ansible-service Change-Id: I85a88c813ed36d827916796199dad735b2d44b40
15 lines
571 B
YAML
15 lines
571 B
YAML
---
|
|
# "detach: False" ensures we will be able to wait until the database bootstrap
|
|
# is finished. We can also check the exit code and catch errors if the database
|
|
# initialization does not successfully finish
|
|
- include: ../../bootstrap.yml
|
|
vars:
|
|
container_detach: False
|
|
container_environment:
|
|
KOLLA_BOOTSTRAP:
|
|
KOLLA_CONFIG_STRATEGY: "{{ config_strategy }}"
|
|
container_image: "{{ docker_keystone_image_full }}"
|
|
container_name: "bootstrap_keystone"
|
|
container_volumes:
|
|
- "{{ node_config_directory }}/keystone/:/opt/kolla/keystone/:ro"
|