From 19984484f5f2d7c780be057c5e9a61a1ad3a6430 Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Wed, 7 Mar 2012 15:54:37 -0800 Subject: [PATCH] reflecting devstack v1 --- conf/templates/keystone/keystone.conf.tpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/templates/keystone/keystone.conf.tpl b/conf/templates/keystone/keystone.conf.tpl index 876617c1..ef2c25ca 100644 --- a/conf/templates/keystone/keystone.conf.tpl +++ b/conf/templates/keystone/keystone.conf.tpl @@ -1,7 +1,8 @@ -# From devstack commit a205b46788640b226d672293dac87432e98c81cf with modifications to parametrize +# From devstack commit 165121f7b69d9b8ad01d3256d068fdf77cebf840 with modifications to parametrize # certain variables (ports mainly). [DEFAULT] +bind_host = 0.0.0.0 public_port = %KEYSTONE_SERVICE_PORT% admin_port = %KEYSTONE_AUTH_PORT% admin_token = %SERVICE_TOKEN%