diff --git a/README.md b/README.md
index 280bfb707da4ddd48ff359f42adb0495a7de8e8c..fd1986e1a06a73346b025dbb62fc708db9797a34 100644
--- a/README.md
+++ b/README.md
@@ -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 \
diff --git a/lab-os-rc-file.png b/lab-os-rc-file.png
deleted file mode 100644
index 43eab2f5ff4370eb52459373078db47942703be9..0000000000000000000000000000000000000000
Binary files a/lab-os-rc-file.png and /dev/null differ