Revision c4dccd8a docs/network-api-guide.rst

b/docs/network-api-guide.rst
1322 1322
    List of dictionaries of the form:
1323 1323
    [{“start”: “192.168.2.0”, “end”: 192.168.2.10”}, ...]
1324 1324
* **user_id** The UUID of the network owner, None if the network is public
1325
* **tenant_id** Used for compatibility with OpenStack/Neutron, always equal to
1326
    ``user_id``
1325
* **tenant_id** The UUID of the project that defines this resource
1327 1326
* **host_routes** Routes that should be used by devices with IPs from this
1328 1327
    subnet (list)
1329 1328
* **dns_nameservers** Used for compatibility with OpenStack/Neutron
......
1360 1359
* **network_id**  UUID of the attached network
1361 1360
* **user_id** The UUID of the owner of the network, or None if the network is
1362 1361
    public
1363
* **tenant_id** Used for compatibility with OpenStack/Neutron and always has
1364
    the same value as the user_id
1362
* **tenant_id** The UUID of the project that defines this resource
1365 1363
* **device_owner** ID of the entity using this port. e.g.,
1366 1364
    network:router, network:router_gateway
1367 1365
* **fixed_ips** IP information for the port (list of dicts). Each IP item
......
1399 1397
* **port_id** The port where this IP is attached, if any
1400 1398
* **instance_id** The device using this floating IP, if any
1401 1399
* **user_id** The UUID of the owner of the floating IP
1402
* **tenant_id:** Used for compatibility, always equal ``to user_id``
1400
* **tenant_id** The UUID of the project that defines this resource
1403 1401
* **router_id** The ID of the router, if any

Also available in: Unified diff