Skip to content

Commit

Permalink
Allow custom configs with LBaaS
Browse files Browse the repository at this point in the history
This fix enables a new field "custom-attr" in loadbalancer_pool
properties in the schema.

Change-Id: I17eecc2fedea4d1d3889b7e114e99732ac2eecc9
Closes-Bug: #1475393
  • Loading branch information
Varun Lodaya authored and Varun Lodaya committed Aug 5, 2015
1 parent cc87335 commit 8d756ab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/schema/loadbalancer.xsd
Expand Up @@ -85,6 +85,10 @@
Link('loadbalancer-pool-service-appliance-set',
'loadbalancer-pool', 'service-appliance-set', ['ref']) -->

<xsd:element name="loadbalancer-pool-custom-attributes" type="KeyValuePairs"/>
<!--#IFMAP-SEMANTICS-IDL
Property('loadbalancer-pool-custom-attributes', 'loadbalancer-pool') -->

<xsd:element name="loadbalancer-member" type="ifmap:IdentityType"/>
<xsd:element name="loadbalancer-pool-loadbalancer-member"/>
<!--#IFMAP-SEMANTICS-IDL
Expand Down

0 comments on commit 8d756ab

Please sign in to comment.