Skip to content

Commit dea4549

Browse files
authored
Update guide.en-gb.md
1 parent 0f6dfd5 commit dea4549

File tree

1 file changed

+5
-5
lines changed
  • pages/hosted_private_cloud/opcp/how-to-setup-instance-from-api

1 file changed

+5
-5
lines changed

pages/hosted_private_cloud/opcp/how-to-setup-instance-from-api/guide.en-gb.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ Before deploying services on your OPCP clusters, you must have at least one inst
1616
- [Prepare the environment to use the OpenStack API](/pages/public_cloud/public_cloud_cross_functional/prepare_the_environment_for_using_the_openstack_api).
1717
- [Load the environment variables for the project](pages/hosted_private_cloud/opcp/how-to-use-api-and-get-credentials).
1818

19-
### Practical Steps
19+
## Instructions
2020

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:
2222

2323
```bash
2424
openstack command list
@@ -53,9 +53,9 @@ List flavors ...
5353
5454
### Retrieve the Parameters Needed to Create an Instance
5555

56-
#### Create a Network and a Subnet
56+
#### Create a Private Network and a Subnet
5757

58-
**Step 1: Create the Network**
58+
**Step 1: Create the Private Network**
5959

6060
Before deploying your instance, it is generally necessary to create a **private network** so that it is accessible within your local infrastructure.
6161
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.
@@ -196,7 +196,7 @@ openstack subnet create --network opcpdocs --subnet-range 192.168.120.0/24 --all
196196
+----------------------+--------------------------------------+
197197
```
198198

199-
This subnet can be used to deploy an instance, allowing OpenStack to allocate an IP during its installation.
199+
This subnet can be used to deploy an instance, allowing OpenStack to assign an IP address to it during installation.
200200

201201
#### Adding a Public SSH Key
202202

0 commit comments

Comments
 (0)