Attribute | Type | Default value | Description |
---|---|---|---|
bool | True | Administrative state of the network. If specified as False (down), this network does not forward packets. | |
uuid-str | Generated | UUID for this network. | |
string | None | Human-readable name for this network; is not required to be unique. | |
bool | False | Specifies whether this network resource can be accessed by any tenant. The default policy setting restricts usage of this attribute to administrative users only. | |
string | N/A | Indicates whether this network is currently operational. | |
list(uuid-str) | Empty list | List of subnets associated with this network. | |
uuid-str | N/A | Tenant owner of the network. Only administrative users can set the tenant identifier; this cannot be changed using authorization policies. |
Attribute | Type | Default Value | Description |
---|---|---|---|
list(dict) | Every address in |
||
string | N/A | IP range for this subnet, based on the IP version. | |
list(string) | Empty list | List of DNS name servers used by hosts in this subnet. | |
bool | True | Specifies whether DHCP is enabled for this subnet. | |
string | First address in |
Default gateway used by devices in this subnet. | |
list(dict) | Empty list | Routes that should be used by devices with IPs from this subnet (not including local subnet route). | |
uuid-string | Generated | UUID representing this subnet. | |
int | 4 | IP version. | |
string | None | Human-readable name for this subnet (might not be unique). | |
uuid-string | N/A | Network with which this subnet is associated. | |
uuid-string | N/A | Owner of network. Only administrative users can set the tenant identifier; this cannot be changed using authorization policies. |
Attribute | Type | Default Value | Description |
---|---|---|---|
bool | true | Administrative state of this port. If specified as False (down), this port does not forward packets. | |
string | None | Identifies the device using this port (for example, a virtual server's ID). | |
string | None | Identifies the entity using this port (for example, a dhcp agent). | |
list(dict) | Automatically allocated from pool | Specifies IP addresses for this port; associates the port with the subnets containing the listed IP addresses. | |
uuid-string | Generated | UUID for this port. | |
string | Generated | Mac address to use on this port. | |
string | None | Human-readable name for this port (might not be unique). | |
uuid-string | N/A | Network with which this port is associated. | |
string | N/A | Indicates whether the network is currently operational. | |
uuid-string | N/A | Owner of the network. Only administrative users can set the tenant identifier; this cannot be changed using authorization policies. |
Action | Command |
---|---|
Create a network. | |
Create a subnet associated with net1. | |
List ports on a tenant. | |
List ports on a tenant, and display the |
|
Display details of a particular port. |
Action | Command |
---|---|
Create a "shared" network (that is, a network that can be used by all tenants). | |
Create a subnet that has a specific gateway IP address. | |
Create a subnet that has no gateway IP address. | |
Create a subnet in which DHCP is disabled. | |
Create subnet with a specific set of host routes. | |
Create subnet with a specific set of dns nameservers. | |
Display all ports/IPs allocated on a network. |
Action | Command |
---|---|
Check available networks. | |
Boot a VM with a single NIC on a selected OpenStack Networking network. | |
Search for all ports with a |
|
Search for ports, but limit display to only the port's |
|
Temporarily disable a port from sending traffic. | |
Delete a VM. |
Action | Command |
---|---|
Boot a VM with multiple NICs. | |
Boot a VM with a specific IP address: first create an OpenStack
Networking port with a specific IP address, then boot
a VM specifying a |
|
Boot a VM that connects to all networks that are accessible to
the tenant who submits the request (without the
|