Make config-glance.sh bashate compliant

Change-Id: I8fc25aaf72e23c25736a5b4d71986f2937caaf6c
Partially-Implements: blueprint bashate-gate
This commit is contained in:
Steven Dake 2015-05-28 09:06:08 -07:00 committed by Jeff Peeler
parent 53267500ed
commit 2ae0c127fe

View File

@ -25,7 +25,7 @@ for cfg in /etc/glance/glance-api.conf /etc/glance/glance-registry.conf; do
crudini --set $cfg \
DEFAULT \
log_file \
""
""
for option in auth_protocol auth_host auth_port; do
crudini --del $cfg \