From 1b4eef2c1734d783296919e7c030e66f8d49e68e Mon Sep 17 00:00:00 2001 From: Tiago Gomes Date: Mon, 10 Aug 2015 11:55:26 +0000 Subject: 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 --- install-files/openstack/usr/share/openstack/glance/glance-api.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install-files') 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 -- cgit v1.2.1