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 @@
<tuple/>
</value>
</item>
<item>
<key> <string>type_mixin</string> </key>
<value>
<tuple>
<string>SlapOSCacheMixin</string>
</tuple>
</value>
</item>
</dictionary>
</pickle>
</record>
......
......@@ -71,14 +71,6 @@
<tuple/>
</value>
</item>
<item>
<key> <string>type_mixin</string> </key>
<value>
<tuple>
<string>SlapOSCacheMixin</string>
</tuple>
</value>
</item>
</dictionary>
</pickle>
</record>
......
......@@ -100,14 +100,6 @@
<tuple/>
</value>
</item>
<item>
<key> <string>type_mixin</string> </key>
<value>
<tuple>
<string>SlapOSCacheMixin</string>
</tuple>
</value>
</item>
</dictionary>
</pickle>
</record>
......
......@@ -13,4 +13,13 @@
<portal_type id="Person">
<item>SlapOSCacheMixin</item>
</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>
\ No newline at end of file
......@@ -3,4 +3,7 @@ Compute Node | SlapOSCacheMixin
Compute Node | SlapOSComputeNodeMixin
Compute Partition | SlapOSCacheMixin
Compute Partition | SlapOSComputePartitionMixin
Person | SlapOSCacheMixin
\ No newline at end of file
Person | SlapOSCacheMixin
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