Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
Lab-OS-CLI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LSDS
Teaching
Bachelor
Cloud-and-Deployment
Lab-OS-CLI
Commits
427cbad0
Commit
427cbad0
authored
10 months ago
by
francisc.mendonca
Browse files
Options
Downloads
Patches
Plain Diff
Removed uneeded
parent
36cb7c41
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+1
-4
1 addition, 4 deletions
README.md
lab-os-rc-file.png
+0
-0
0 additions, 0 deletions
lab-os-rc-file.png
with
1 addition
and
4 deletions
README.md
+
1
−
4
View file @
427cbad0
...
@@ -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
\
...
...
This diff is collapsed.
Click to expand it.
lab-os-rc-file.png
deleted
100644 → 0
+
0
−
0
View file @
36cb7c41
42.2 KiB
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment