Add double quotes in kolla_enable_sanity_checks

TrivialFix

Change-Id: Ic36f1d22c1c011844f076828a7aef4d96da5e074
This commit is contained in:
Mauricio Lima 2016-02-18 07:59:53 -05:00
parent c32aa11256
commit 0bdb1f5117

View File

@ -25,7 +25,7 @@ kolla_install_type: "binary"
# Value set in the public_url endpoint in Keystone
kolla_external_address: "{{ kolla_internal_address }}"
kolla_enable_sanity_checks: no
kolla_enable_sanity_checks: "no"
kolla_enable_sanity_keystone: "{{ kolla_enable_sanity_checks }}"
kolla_enable_sanity_glance: "{{ kolla_enable_sanity_checks }}"