Merge "Revert "Enable designate dashboard when enable_designate is yes""
This commit is contained in:
commit
dc6467d7f4
@ -7,7 +7,6 @@
|
||||
name: "horizon"
|
||||
environment:
|
||||
ENABLE_CLOUDKITTY: "{{ 'yes' if enable_cloudkitty | bool else 'no' }}"
|
||||
ENABLE_DESIGNATE: "{{ 'yes' if enable_designate | bool else 'no' }}"
|
||||
ENABLE_IRONIC: "{{ 'yes' if enable_ironic | bool else 'no' }}"
|
||||
ENABLE_MANILA: "{{ 'yes' if enable_manila | bool else 'no' }}"
|
||||
ENABLE_MISTRAL: "{{ 'yes' if enable_mistral | bool else 'no' }}"
|
||||
|
Loading…
Reference in New Issue
Block a user