Skip to content
Snippets Groups Projects
Commit 0a240c27 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Fix missing mountpoint in glance bootstrap"

parents 90e178b5 e0fc4cb3
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,9 @@ ...@@ -47,7 +47,9 @@
image: "{{ glance_api_image_full }}" image: "{{ glance_api_image_full }}"
name: "bootstrap_glance" name: "bootstrap_glance"
restart_policy: "never" restart_policy: "never"
volumes: "{{ node_config_directory }}/glance-api/:{{ container_config_directory }}/:ro" volumes:
- "{{ node_config_directory }}/glance-api/:{{ container_config_directory }}/:ro"
- "glance:/var/lib/glance/"
run_once: True run_once: True
delegate_to: "{{ groups['glance-api'][0] }}" delegate_to: "{{ groups['glance-api'][0] }}"
when: database_created when: database_created
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment