
Enables cells-related functionality such as adding neighbor cells, listing neighbor cells, and showing the capabilities of the local cell. Implements blueprint nova-compute-cells DocImpact Change-Id: Iacc1e68721a7867aeaf233903cbe6d18f09ad96e
8 lines
558 B
XML
8 lines
558 B
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<cells xmlns="http://docs.rackspacecloud.com/servers/api/v1.0">
|
|
<cell username="username1" rpc_host="None" type="child" name="cell1" rpc_port="None"/>
|
|
<cell username="username3" rpc_host="None" type="child" name="cell3" rpc_port="None"/>
|
|
<cell username="username5" rpc_host="None" type="child" name="cell5" rpc_port="None"/>
|
|
<cell username="username2" rpc_host="None" type="parent" name="cell2" rpc_port="None"/>
|
|
<cell username="username4" rpc_host="None" type="parent" name="cell4" rpc_port="None"/>
|
|
</cells> |