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

Removed uneeded

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