LinuxCommandLibrary

openstack-network

manages virtual networks in OpenStack Neutron

TLDR

List networks

$ openstack network list
copy
Create network
$ openstack network create [network_name]
copy
Show network details
$ openstack network show [network_name]
copy
Delete network
$ openstack network delete [network_name]
copy

SYNOPSIS

openstack network command [options]

DESCRIPTION

openstack network manages virtual networks in OpenStack Neutron. Create isolated networks, configure external connectivity, and manage network infrastructure. Part of OpenStack unified CLI.

PARAMETERS

list

List networks.
create name
Create network.
delete name
Delete network.
show name
Show network details.
--external
Create as external network.
--share
Share network across projects.
--provider-network-type type
Provider network type (flat, vlan, vxlan).

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community