Commit 1f40afa2 authored by Rafael Monnerat's avatar Rafael Monnerat 👻

slapos_cloud: Unrequired/Unused/Unset properties

parent a333004b
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="Standard Property" module="erp5.portal_type"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>categories</string> </key>
<value>
<tuple>
<string>elementary_type/string</string>
</tuple>
</value>
</item>
<item>
<key> <string>description</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>python_version_property</string> </value>
</item>
<item>
<key> <string>portal_type</string> </key>
<value> <string>Standard Property</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="Standard Property" module="erp5.portal_type"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>categories</string> </key>
<value>
<tuple>
<string>elementary_type/string</string>
</tuple>
</value>
</item>
<item>
<key> <string>description</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>re6st_version_property</string> </value>
</item>
<item>
<key> <string>portal_type</string> </key>
<value> <string>Standard Property</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
......@@ -57,10 +57,6 @@ public_ipv4_address = compute_node_dict.get('public_ipv4_address', None)
if context.getPublicIpv4Address() != public_ipv4_address:
edit_kw['public_ipv4_address'] = public_ipv4_address
python_version = compute_node_dict.get('python_version', None)
if context.getPythonVersion() != python_version:
edit_kw['python_version'] = python_version
slapos_version = compute_node_dict.get('slapos_version', None)
if context.getSlaposVersion() != slapos_version:
edit_kw['slapos_version'] = slapos_version
......
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