Skip to content

Commit

Permalink
Schema changes to disable policy on VMI
Browse files Browse the repository at this point in the history
Define a bool type field to disable policy which will be a property on VMI. The
default value for this field will be false.

Change-Id: Iae690150e12e19eb28ecd4fd996d48c2a1dc2452
Partial-Bug: #1558920
  • Loading branch information
ashoksr committed Mar 18, 2016
1 parent d64f893 commit 1a2ae04
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/schema/vnc_cfg.xsd
Expand Up @@ -1017,6 +1017,11 @@ targetNamespace="http://www.contrailsystems.com/2012/VNC-CONFIG/0">
Property('virtual-machine-interface-device-owner',
'virtual-machine-interface') -->

<xsd:element name="virtual-machine-interface-disable-policy"
type="xsd:boolean" default='false'/>
<!--#IFMAP-SEMANTICS-IDL
Property('virtual-machine-interface-disable-policy',
'virtual-machine-interface') -->
<xsd:simpleType name="ServiceInterfaceType">
<xsd:restriction base="xsd:string">
<xsd:pattern value="management|left|right|other[0-9]*"/>
Expand Down

0 comments on commit 1a2ae04

Please sign in to comment.