Commit 9f992e0c authored by Rafael Monnerat's avatar Rafael Monnerat

Follow up 'Translate argument correctly.'

Overwise, no way to fetch connection url. at aad211b6
parent fe08658f
......@@ -358,6 +358,8 @@ def request_not_shared():
# XXX it should be ComputerPartition, not a SoftwareInstance
software_instance = SoftwareInstance(xml=partition['xml'],
_connection_dict=xml2dict(partition['connection_xml']),
_parameter_dict=xml2dict(partition['xml']),
connection_xml=partition['connection_xml'],
slap_computer_id=app.config['computer_id'],
slap_computer_partition_id=partition['reference'],
......
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