← 返回命令列表

Linux command

openstack-network 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

List networks

openstack network list

Create network

openstack network create [network_name]

Show network details

openstack network show [network_name]

Delete network

openstack network delete [network_name]

说明

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

参数

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).

FAQ

What is the openstack-network command used for?

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

How do I run a basic openstack-network example?

Run `openstack network list` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does list do in openstack-network?

List networks.