Stop keystone admin from listening on public interface

As discussed in https://review.openstack.org/#/c/175958/, we
probably don't want the keystone admin api listening on the public
interface.

Change-Id: I8c717ff3abbe3dc1d7febae800c6d3e64749619b
This commit is contained in:
Ben Nemec 2015-06-01 22:48:30 +00:00
parent b55cd7a512
commit cc84a3b934
1 changed files with 1 additions and 1 deletions

View File

@ -514,7 +514,7 @@ class tripleo::loadbalancer (
if $keystone_admin {
haproxy::listen { 'keystone_admin':
ipaddress => [$controller_virtual_ip, $public_virtual_ip],
ipaddress => [$controller_virtual_ip],
ports => 35357,
options => {
'option' => [ 'httpchk GET /' ],