From b94f62a67b90ba030c38b2770e3f96ba1b155c55 Mon Sep 17 00:00:00 2001 From: Dolph Mathews Date: Tue, 26 Mar 2013 17:34:03 -0500 Subject: Use string for port in default endpoints (bug 1160573) Change-Id: I940f331eee14e449333e5d0ba5d071836a496653 --- etc/keystone.conf.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc') diff --git a/etc/keystone.conf.sample b/etc/keystone.conf.sample index 9e66eb62..6affe4ab 100644 --- a/etc/keystone.conf.sample +++ b/etc/keystone.conf.sample @@ -13,8 +13,8 @@ # The base endpoint URLs for keystone that are advertised to clients # (NOTE: this does NOT affect how keystone listens for connections) -# public_endpoint = http://localhost:%(public_port)d/ -# admin_endpoint = http://localhost:%(admin_port)d/ +# public_endpoint = http://localhost:%(public_port)s/ +# admin_endpoint = http://localhost:%(admin_port)s/ # The port number which the OpenStack Compute service listens on # compute_port = 8774 -- cgit