Stop Haproxy listen to 35357 for public.

Stop Haproxy listen to 35357 port on public
interface. Admin endpoint should not be exposed on public

Change-Id: Ic86f940de7ad18ac5bde528f3fb88f64e11a48e5
Closes-Bug: 1366053
This commit is contained in:
Oleksiy Molchanov 2015-02-24 16:01:30 +02:00
parent 227eee1c3c
commit ebd36af973
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ class openstack::ha::keystone {
openstack::ha::haproxy_service { 'keystone-2':
order => '030',
listen_port => 35357,
public => true,
public => false,
require_service => 'keystone',
}
}