Dean Troyer 20ec40e222 Command docs: network
Change-Id: Ia88b6c0ca5205fa5bfc3efa06ac7f84c4a9e5d4e
2015-01-21 17:49:43 -06:00

1.8 KiB

network

Network v2

network create

Create new network

network create

os network create
    [--enable | --disable]
    [--share | --no-share]
    <name>

--enable

Enable network (default)

--disable

Disable network

--share

Share the network between projects

--no-share

Do not share the network between projects

New network name

network delete

Delete network(s)

network delete

os network delete
    <network> [<network> ...]




Network to delete (name or ID)

network list

List networks

network list

os network list
    [--external]
    [--dhcp]
    [--long]

--external

List external networks

--dhcp

ID of the DHCP agent

--long

List additional fields in output

network set

Set network properties

network set

os network set
    [--name <name>]
    [--enable | --disable]
    [--share | --no-share]
    <network>

--name <name>

Set network name

--enable

Enable network

--disable

Disable network

--share

Share the network between projects

--no-share

Do not share the network between projects

Network to modify (name or ID)

network show

Display network details

network show

os network show
    <network>




Network to display (name or ID)