Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion drivers/openstack_shellPackage/DataModel/datamodel.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@
<Rule Name="Setting" />
</Rules>
</AttributeInfo>

<!-- Attributes used by Generic App Model -->
<AttributeInfo DefaultValue="" IsReadOnly="false" Name="User" Type="String">
<Rules>
Expand All @@ -139,6 +140,12 @@
<Rule Name="Configuration" />
</Rules>
</AttributeInfo>
<AttributeInfo Name="Public IP" DefaultValue="" Description="" IsReadOnly="false" Type="String">
<Rules>
<Rule Name="Configuration" />
<Rule Name="Setting" />
</Rules>
</AttributeInfo>

</Attributes>

Expand Down Expand Up @@ -198,7 +205,7 @@
<AttachedAttributes>
<AttachedAttribute IsLocal="true" IsOverridable="true" Name="Password"/>
<AttachedAttribute IsLocal="true" IsOverridable="true" Name="User"/>
<!--AttachedAttribute IsLocal="true" IsOverridable="true" Name="Public IP"/-->
<AttachedAttribute IsLocal="true" IsOverridable="true" Name="Public IP"/>
</AttachedAttributes>
<AttributeValues>
</AttributeValues>
Expand Down