Jamie Hannaford | 686c496 | 2014-09-23 10:46:20 +0200 | [diff] [blame] | 1 | // Package networks contains functionality for working with Neutron network |
| 2 | // resources. A network is an isolated virtual layer-2 broadcast domain that is |
| 3 | // typically reserved for the tenant who created it (unless you configure the |
| 4 | // network to be shared). Tenants can create multiple networks until the |
| 5 | // thresholds per-tenant quota is reached. |
| 6 | // |
| 7 | // In the v2.0 Networking API, the network is the main entity. Ports and subnets |
| 8 | // are always associated with a network. |
Jamie Hannaford | a7f671a | 2014-09-11 10:25:08 +0200 | [diff] [blame] | 9 | package networks |