1167f11813
Change-Id: I179a20e637274659cf6e3b2d8a61ff2728fa084b Closes-Bug: #1478315
21 lines
614 B
YAML
21 lines
614 B
YAML
---
|
|
- include: ../../start.yml
|
|
vars:
|
|
container_command: "/bin/sleep infinity"
|
|
container_image: "{{ docker_nova_api_image_full }}"
|
|
container_name: "nova_data"
|
|
container_volumes:
|
|
- "/var/lib/nova/"
|
|
|
|
- include: ../../bootstrap.yml
|
|
vars:
|
|
container_detach: False
|
|
container_environment:
|
|
KOLLA_BOOTSTRAP:
|
|
KOLLA_CONFIG_STRATEGY: "{{ config_strategy }}"
|
|
container_image: "{{ docker_nova_api_image_full }}"
|
|
container_name: "bootstrap_nova"
|
|
container_restart_policy: "no"
|
|
container_volumes:
|
|
- "{{ node_config_directory }}/nova-api/:/opt/kolla/nova-api/:ro"
|