@@ -39,9 +39,9 @@ pip install python-openstackclient
|
||||
|
||||
## Load your openstack credentials
|
||||
|
||||
Load in your shell the variables that permit to talk with your openstack
|
||||
Load in your shell the variables that allow you to communicate with OVH OpenStack Public Cloud
|
||||
```
|
||||
source /root/openrc_isenx # replace x with your isen number
|
||||
source /root/openrc
|
||||
```
|
||||
|
||||
## Instance
|
||||
@@ -64,7 +64,7 @@ ssh-keygen -t rsa -f ~/.ssh/id_rsa -N ""
|
||||
|
||||
Upload the public key to the cloud
|
||||
```
|
||||
openstack keypair create --public-key ~/.ssh/id_rsa.pub zob
|
||||
openstack keypair create --public-key ~/.ssh/id_rsa.pub isen
|
||||
```
|
||||
|
||||
You can list the available keys and see the detail of a key with the following commands:
|
||||
@@ -72,7 +72,7 @@ You can list the available keys and see the detail of a key with the following c
|
||||
openstack keypair list
|
||||
|
||||
# Display the detail of a keypair:
|
||||
openstack keypair show mykey
|
||||
openstack keypair show isen
|
||||
```
|
||||
|
||||
#### image
|
||||
|
||||
Reference in New Issue
Block a user