Commit 82f2b511 authored by Cédric de Saint Martin's avatar Cédric de Saint Martin Committed by Rafael Monnerat

Proxy: add getComputerPartitionStatus dummy support.

parent ab1776e7
......@@ -291,6 +291,11 @@ def softwareInstanceRename():
execute_db('partition', q, [new_name, computer_partition_id])
return 'done'
@app.route('/getComputerPartitionStatus', methods=['GET'])
def getComputerPartitionStatus():
# XXX: not implemented
return xml_marshaller.xml_marshaller.dumps('')
def request_not_shared():
software_release = request.form['software_release'].encode()
# some supported parameters
......
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