From d3775d77217e3b7768421a255f8441e54018a6a1 Mon Sep 17 00:00:00 2001 From: Sahid Orentino Ferdjaoui Date: Sun, 19 Jan 2014 17:15:23 +0100 Subject: [PATCH] Uses different bind addresses for admin and public Keystone supports configuration of an admin_port and a public_port. Change-Id: I130a3e95bd9b84124ebede3210f8887e79b76946 Closes-Bug: #1250292 --- training-labs/Scripts/Keystone/Templates/Keystone.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/training-labs/Scripts/Keystone/Templates/Keystone.conf b/training-labs/Scripts/Keystone/Templates/Keystone.conf index 56d3403d..24737051 100644 --- a/training-labs/Scripts/Keystone/Templates/Keystone.conf +++ b/training-labs/Scripts/Keystone/Templates/Keystone.conf @@ -3,7 +3,8 @@ # admin_token = ADMIN # The IP address of the network interface to listen on -# bind_host = 0.0.0.0 +# public_bind_host = 0.0.0.0 +# admin_bind_host = 0.0.0.0 # The port number which the public service listens on # public_port = 5000