Commit c2ec9c8d authored by Łukasz Nowak's avatar Łukasz Nowak

- update reference on partition too

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41377 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e3a9b439
......@@ -68,7 +68,8 @@ for send_partition in computer_dict[\'partition_list\']:\n
partition = context.newContent(portal_type=\'Computer Partition\')\n
partition.markFree()\n
partition.edit(default_network_address_ip_address = send_partition[\'addr\'],\n
default_network_address_netmask = send_partition[\'netmask\'],)\n
default_network_address_netmask = send_partition[\'netmask\'],\n
reference = send_partition[\'reference\'],)\n
partition.getDefaultNetworkAddressValue().edit(\n
network_interface = send_partition[\'tap\'][\'name\'])\n
</string> </value>
......
301
\ No newline at end of file
303
\ 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