Skip to content

Commit

Permalink
Merge "Fix for Loadbalancer Member Weight issue in heat" into R3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Nov 18, 2016
2 parents 047843b + dabac2a commit 6c59fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schema/loadbalancer.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
description='Operational status description of the member.'/>
<xsd:element name='protocol-port' type='xsd:integer' required='optional' operations='CR'
description='Destination port for the application on the member.'/>
<xsd:element name='weight' type='xsd:integer' required='optional' operations='CUR'
<xsd:element name='weight' type='xsd:integer' default='1' required='optional' operations='CUR'
description='Weight for load balancing'/>
<xsd:element name='address' type='IpAddressType' required='required' operations='CR'
description='Ip address of the member'/>
Expand Down

0 comments on commit 6c59fca

Please sign in to comment.