You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/hosted_private_cloud/opcp/how-to-setup-instance-from-api/guide.en-gb.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,9 @@ Before deploying services on your OPCP clusters, you must have at least one inst
16
16
-[Prepare the environment to use the OpenStack API](/pages/public_cloud/public_cloud_cross_functional/prepare_the_environment_for_using_the_openstack_api).
17
17
-[Load the environment variables for the project](pages/hosted_private_cloud/opcp/how-to-use-api-and-get-credentials).
18
18
19
-
### Practical Steps
19
+
##Instructions
20
20
21
-
You can get the list of available commands by consulting the OpenStack client list:
21
+
You can obtain a list of available OpenStack commands using the following command:
22
22
23
23
```bash
24
24
openstack command list
@@ -53,9 +53,9 @@ List flavors ...
53
53
54
54
### Retrieve the Parameters Needed to Create an Instance
55
55
56
-
#### Create a Network and a Subnet
56
+
#### Create a Private Network and a Subnet
57
57
58
-
**Step 1: Create the Network**
58
+
**Step 1: Create the Private Network**
59
59
60
60
Before deploying your instance, it is generally necessary to create a **private network** so that it is accessible within your local infrastructure.
61
61
If you already have a network with a subnet in your project that you want to use, you can skip this creation step and directly list your networks to get the name or ID of the desired network.
0 commit comments