Skip to content
Snippets Groups Projects
Commit 654196d6 authored by caoyuan's avatar caoyuan
Browse files

Make dev mode available to glance-registry

Change-Id: I04bd9cf102a1aa0a4d159a11c384118aba45257d
parent 767d0523
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,7 @@ glance_services:
volumes:
- "{{ node_config_directory }}/glance-registry/:{{ container_config_directory }}/:ro"
- "/etc/localtime:/etc/localtime:ro"
- "{{ kolla_dev_repos_directory ~ '/glance/glance:/var/lib/kolla/venv/lib/python2.7/site-packages/glance' if glance_dev_mode | bool else '' }}"
- "kolla_logs:/var/log/kolla/"
####################
......
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