move non-ssl swift to 7080

so it does not confilect with novncproxy
This commit is contained in:
Miroslav Suchý 2015-03-06 12:47:21 +00:00
parent acc3ccf390
commit 348f2b070e
2 changed files with 12 additions and 9 deletions

View file

@ -70,7 +70,7 @@ frontend cinder
default_backend cinder
frontend swift
bind 0.0.0.0:8000 ssl crt /etc/haproxy/fed-cloud09.combined
bind 0.0.0.0:8080 ssl crt /etc/haproxy/fed-cloud09.combined
default_backend swift
frontend nova
@ -96,7 +96,7 @@ backend cinder
server cinder 127.0.0.1:6776 check
backend swift
server swift 127.0.0.1:6000 check
server swift 127.0.0.1:7080 check
backend nova
server nova 127.0.0.1:6774 check