Commit 990a3a00 authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_cloud: Move Mixin definitions to PortalTypeTypeMixin

       Use the proper way to include Mixin into a portal type
parent 653fed9d
Pipeline #27211 failed with stage
in 0 seconds
...@@ -102,14 +102,6 @@ ...@@ -102,14 +102,6 @@
<tuple/> <tuple/>
</value> </value>
</item> </item>
<item>
<key> <string>type_mixin</string> </key>
<value>
<tuple>
<string>SlapOSCacheMixin</string>
</tuple>
</value>
</item>
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
......
...@@ -71,14 +71,6 @@ ...@@ -71,14 +71,6 @@
<tuple/> <tuple/>
</value> </value>
</item> </item>
<item>
<key> <string>type_mixin</string> </key>
<value>
<tuple>
<string>SlapOSCacheMixin</string>
</tuple>
</value>
</item>
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
......
...@@ -100,14 +100,6 @@ ...@@ -100,14 +100,6 @@
<tuple/> <tuple/>
</value> </value>
</item> </item>
<item>
<key> <string>type_mixin</string> </key>
<value>
<tuple>
<string>SlapOSCacheMixin</string>
</tuple>
</value>
</item>
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
......
...@@ -13,4 +13,13 @@ ...@@ -13,4 +13,13 @@
<portal_type id="Person"> <portal_type id="Person">
<item>SlapOSCacheMixin</item> <item>SlapOSCacheMixin</item>
</portal_type> </portal_type>
<portal_type id="Slave Instance">
<item>SlapOSCacheMixin</item>
</portal_type>
<portal_type id="Software Installation">
<item>SlapOSCacheMixin</item>
</portal_type>
<portal_type id="Software Instance">
<item>SlapOSCacheMixin</item>
</portal_type>
</type_mixin> </type_mixin>
\ No newline at end of file
...@@ -3,4 +3,7 @@ Compute Node | SlapOSCacheMixin ...@@ -3,4 +3,7 @@ Compute Node | SlapOSCacheMixin
Compute Node | SlapOSComputeNodeMixin Compute Node | SlapOSComputeNodeMixin
Compute Partition | SlapOSCacheMixin Compute Partition | SlapOSCacheMixin
Compute Partition | SlapOSComputePartitionMixin Compute Partition | SlapOSComputePartitionMixin
Person | SlapOSCacheMixin Person | SlapOSCacheMixin
\ No newline at end of file Slave Instance | SlapOSCacheMixin
Software Installation | SlapOSCacheMixin
Software Instance | SlapOSCacheMixin
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment