blob: c87a7ce2708ea446ae8ab3fb8233d6caa7965633 [file] [log] [blame]
Jamie Hannaford686c4962014-09-23 10:46:20 +02001// 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 Hannaforda7f671a2014-09-11 10:25:08 +02009package networks