summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Gomes <tiago.gomes@codethink.co.uk>2015-08-10 11:55:26 +0000
committerBaserock Gerrit <gerrit@baserock.org>2015-08-19 03:32:38 +0000
commit1b4eef2c1734d783296919e7c030e66f8d49e68e (patch)
tree560d7aea280863c601b55566194f9f3cdb87bf5e
parent79803b299f71e5f92ad26c6c6c6eb16da8bbcc42 (diff)
downloaddefinitions-1b4eef2c1734d783296919e7c030e66f8d49e68e.tar.gz
openstack: avoid binding glance-api with internal IP
Avoid binding the glance-api service with the management IP address, as doing so would prevent to access the service outside of the three-node system. Change-Id: I18c1a1c7a2cc55f90e8708f58d71c61c09b4690d
-rw-r--r--install-files/openstack/usr/share/openstack/glance/glance-api.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/install-files/openstack/usr/share/openstack/glance/glance-api.conf b/install-files/openstack/usr/share/openstack/glance/glance-api.conf
index 9c2e6628..b6a4723d 100644
--- a/install-files/openstack/usr/share/openstack/glance/glance-api.conf
+++ b/install-files/openstack/usr/share/openstack/glance/glance-api.conf
@@ -12,7 +12,7 @@
#image_size_cap = 1099511627776
# Address to bind the API server
-bind_host = {{ MANAGEMENT_INTERFACE_IP_ADDRESS }}
+bind_host = 0.0.0.0
# Port the bind the API server to
bind_port = 9292