Create a project network
Create a project network for instance communication.
Before you begin Copy linkLink copied!
Copy linkLink copied!
- The administrator has created a project for you and has provided you with a
clouds.yamlfile for you to access the cloud. - The
python-openstackclientpackage is on your workstation.$ dnf list installed python-openstackclient
Procedure Copy linkLink copied!
Copy linkLink copied!
Results Copy linkLink copied!
Copy linkLink copied!
- Confirm that the network was added:
$ openstack network list -c Name- Sample output
-
+-------------+ | Name | +-------------+ | my_network | | private | | public | | lb-mgmt-net | +-------------+
What to do next Copy linkLink copied!
Copy linkLink copied!
- If you need to modify the network, use the
openstack network setcommand. - Most networks need at least one subnet. Proceed to Create a subnet.
Related tasks
Remove an unused network Copy linkLink copied!
Copy linkLink copied!
Delete a network when needed, such as during a decommissioning process.
Before you begin Copy linkLink copied!
Copy linkLink copied!
- The administrator has created a project for you and has provided you with a
clouds.yamlfile for you to access the cloud. - The
python-openstackclientpackage is on your workstation.$ dnf list installed python-openstackclient - No interfaces are connected to the network that you want to delete.
Procedure Copy linkLink copied!
Copy linkLink copied!
Results Copy linkLink copied!
Copy linkLink copied!
- Confirm that the network was deleted:
$ openstack network list -c Name- Sample output
-
+-------------+ | Name | +-------------+ | private | | public | | lb-mgmt-net | +-------------+