Skip to content
Snippets Groups Projects
Commit f662f003 authored by marcoemi.poleggi's avatar marcoemi.poleggi
Browse files

Update README.md

parent 1b4af956
No related branches found
No related tags found
No related merge requests found
...@@ -67,7 +67,7 @@ Please, refer to your OS documentation for the proper way to do so ...@@ -67,7 +67,7 @@ Please, refer to your OS documentation for the proper way to do so
If you have just one cloud configured, you can drop the switch If you have just one cloud configured, you can drop the switch
`--os-cloud=engines`, else adapt accordingly): `--os-cloud=engines`, else adapt accordingly):
``` shell ``` shell
lcl$ $ openstack --os-cloud=engines [application] credential list lcl$ openstack --os-cloud=engines [application] credential list
``` ```
### Task #2: configure TF for OpenStack ### ### Task #2: configure TF for OpenStack ###
...@@ -91,7 +91,7 @@ SwitchEngines, that has a size of ~1.5GB. ...@@ -91,7 +91,7 @@ SwitchEngines, that has a size of ~1.5GB.
Find out the smallest instance *flavor* that acommodates our Debian image. Find out the smallest instance *flavor* that acommodates our Debian image.
``` shell ``` shell
lcl$ openstack --os-cloud=engines flavor list --sort-column=RAM --sort-column=Disk --min-disk=5 --min-ram=1024 --limit=1 --public lcl$ openstack --os-cloud=engines flavor list --sort-column=RAM --sort-column=Disk --min-disk=5 --min-ram=1024 --limit=10 --public
+----+----------+------+------+-----------+-------+-----------+ +----+----------+------+------+-----------+-------+-----------+
| ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public |
+----+----------+------+------+-----------+-------+-----------+ +----+----------+------+------+-----------+-------+-----------+
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment