Merge "Enable trove dashboard when enable_trove is yes"

This commit is contained in:
Jenkins 2016-12-02 13:15:55 +00:00 committed by Gerrit Code Review
commit fe0bebc973

View File

@ -11,6 +11,7 @@
ENABLE_MANILA: "{{ 'yes' if enable_manila | bool else 'no' }}"
ENABLE_NEUTRON_LBAAS: "{{ 'yes' if enable_neutron_lbaas | bool else 'no' }}"
ENABLE_SAHARA: "{{ 'yes' if enable_sahara | bool else 'no' }}"
ENABLE_TROVE: "{{ 'yes' if enable_trove | bool else 'no' }}"
volumes:
- "{{ node_config_directory }}/horizon/:{{ container_config_directory }}/:ro"
- "/etc/localtime:/etc/localtime:ro"