Merge "[swarm-fedora-atomic] fix cluster etcd_lb protocol definition"

This commit is contained in:
Zuul 2017-10-26 15:33:33 +00:00 committed by Gerrit Code Review
commit 375f44ceda
1 changed files with 1 additions and 1 deletions

View File

@ -281,7 +281,7 @@ resources:
properties:
fixed_subnet: {get_attr: [network, fixed_subnet]}
external_network: {get_param: external_network}
protocol: HTTP
protocol: {get_param: loadbalancing_protocol}
port: 2379
######################################################################