d37da2cfa9
Partically-implements: blueprint better-reconfigure Change-Id: I89e30e8b87f24a621c521d915842a4af0042d6fe
20 lines
546 B
YAML
20 lines
546 B
YAML
---
|
|
- name: Running Glance bootstrap container
|
|
vars:
|
|
glance_api: "{{ glance_services['glance-api'] }}"
|
|
kolla_docker:
|
|
action: "start_container"
|
|
common_options: "{{ docker_common_options }}"
|
|
detach: False
|
|
environment:
|
|
KOLLA_BOOTSTRAP:
|
|
KOLLA_CONFIG_STRATEGY: "{{ config_strategy }}"
|
|
image: "{{ glance_api.image }}"
|
|
labels:
|
|
BOOTSTRAP:
|
|
name: "bootstrap_glance"
|
|
restart_policy: "never"
|
|
volumes: "{{ glance_api.volumes }}"
|
|
run_once: True
|
|
delegate_to: "{{ groups[glance_api.group][0] }}"
|