network¶
Network v2
network create¶
Create new network
os network create
[--enable | --disable]
[--share | --no-share]
<name>
-
--enable
¶
Enable network (default)
-
--disable
¶
Disable network
Share the network between projects
Do not share the network between projects
-
<name>
New network name
network delete¶
Delete network(s)
os network delete
<network> [<network> ...]
-
<network>
Network to delete (name or ID)
network list¶
List networks
os network list
[--external]
[--dhcp <dhcp-id>]
[--long]
-
--external
¶
List external networks
-
--dhcp
<dhcp-id>
¶ DHCP agent ID
-
--long
¶
List additional fields in output
network set¶
Set network properties
os network set
[--name <name>]
[--enable | --disable]
[--share | --no-share]
<network>
-
--name
<name>
¶ Set network name
-
--enable
¶
Enable network
-
--disable
¶
Disable network
Share the network between projects
Do not share the network between projects
-
<network>
Network to modify (name or ID)
network show¶
Display network details
os network show
<network>
-
<network>
Network to display (name or ID)