remove erroneous bind_host from config

this was part of some experimental work and should have not made it into
the kolla/master branch.

Change-Id: Ibb933a09e3de17c33bd194c4d3dd6aa972721012
This commit is contained in:
Lars Kellogg-Stedman 2014-10-09 11:14:18 -04:00
parent cb05bb513b
commit fae986fff0

View File

@ -48,10 +48,6 @@ for cfg in /etc/glance/glance-api.conf /etc/glance/glance-registry.conf; do
$option
done
crudini --set $cfg \
DEFAULT \
bind_host \
$MY_IP
crudini --set $cfg \
keystone_authtoken \
auth_uri \