Compute v2, Network v2
Create new network
os network create
[--project <project> [--project-domain <project-domain>]]
[--enable | --disable]
[--share | --no-share]
[--availability-zone-hint <availability-zone>]
<name>
Owner’s project (name or ID) (Network v2 only)
Domain the project belongs to (name or ID). This can be used in case collisions between project names exist. (Network v2 only)
Enable network (default) (Network v2 only)
Disable network (Network v2 only)
Share the network between projects
Do not share the network between projects
Availability Zone in which to create this network (requires the Network Availability Zone extension, this option can be repeated). (Network v2 only)
IPv4 subnet for fixed IPs (in CIDR notation) (Compute v2 network only)
New network name
Delete network(s)
os network delete
<network> [<network> ...]
Network(s) to delete (name or ID)
List networks
os network list
[--external]
[--long]
List external networks
List additional fields in output
Set network properties
os network set
[--name <name>]
[--enable | --disable]
[--share | --no-share]
<network>
Set network name
Enable network
Disable network
Share the network between projects
Do not share the network between projects
Network to modify (name or ID)
Display network details
os network show
<network>
Network to display (name or ID)