move cinder to ssl

This commit is contained in:
Miroslav Suchý 2015-03-05 11:24:50 +00:00
parent cf5605fa8b
commit 35ee8445ec
2 changed files with 10 additions and 2 deletions

View file

@ -65,9 +65,16 @@ frontend neutron
bind 0.0.0.0:9696 ssl crt /etc/haproxy/fed-cloud09.combined
default_backend neutron
frontend cinder
bind 0.0.0.0:8776 ssl crt /etc/haproxy/fed-cloud09.combined
default_backend cinder
backend neutron
server neutron 127.0.0.1:8696 check
backend cinder
server cinder 127.0.0.1:8776 check
backend keystone_public
server keystone_public 127.0.0.1:5000 check