nova/doc/api_samples/os-multinic/multinic-add-fixed-ip-req.json
Takashi NATSUME 2376ae1687 api-ref: Fix examples for add/removeFixedIp action
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
2017-05-15 01:19:54 +00:00

5 lines
89 B
JSON

{
"addFixedIp": {
"networkId": "e1882e38-38c2-4239-ade7-35d644cb963a"
}
}