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
5 lines
89 B
JSON
5 lines
89 B
JSON
{
|
|
"addFixedIp": {
|
|
"networkId": "e1882e38-38c2-4239-ade7-35d644cb963a"
|
|
}
|
|
} |