Skip to content
Snippets Groups Projects
Commit 427cbad0 authored by francisc.mendonca's avatar francisc.mendonca
Browse files

Removed uneeded

parent 36cb7c41
Branches
No related tags found
No related merge requests found
......@@ -22,7 +22,6 @@ Before starting the installation, make sure you have Python and Pip installed in
```bash
pip install python-openstackclient
pip install python-novaclient
```
Then, to make sure it is correctly installed:
......@@ -86,9 +85,7 @@ To list all available key pairs:
```bash
openstack --os-cloud=engines keypair list
```
To start a VM we need to use the `nova` CLI.
The creation command is:
The VM creation command is:
```bash
openstack server create --flavor FLAVOR_ID --image IMAGE_ID --key-name KEY_NAME \
......
lab-os-rc-file.png

42.2 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment