2376ae1687
The nova-network has been deprecated since Newton. In neutron case, a network ID is a UUID. So replace an integer network ID with a UUID in the addFixedIp action example. The format of removeFixedIp action example is fixed. Change-Id: Icaaf25e7648a75b66f6fcaddd759fdf243810db4 Implements: blueprint api-ref-in-rst-pike
6 lines
63 B
JSON
6 lines
63 B
JSON
{
|
|
"removeFixedIp": {
|
|
"address": "10.0.0.4"
|
|
}
|
|
}
|