forked from SatelliteQE/5minute
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
34 lines (19 loc) · 852 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
=== QuickStart ===
Install OpenStack Nova client tool:
# yum -y install python-novaclient python-neutronclient python-heatclient python-cinderclient python-keystoneclient xmltodict lprettytable
Get config file:
1. Login to OpenStack webUI
2. Navigate to Access & Security -> API Access
3. Save file from "Download OpenStack RC File" to ~/.5minute/config
Get started:
Show help:
$ ./5minute help
Upload your SSH public key:
$ ./5minute key ~/.ssh/id_rsa.pub
Show images we can work with:
$ ./5minute images
Boot your machine (consider adding '--name' or '--flavor' to the command):
$ ./5minute boot 5minute-RHEL6.6-x86-64
When you are done, kill the machine (you can do it via OpenStack webUI,
but this way we can clean DNS records much quicker):
$ ./5minute delete $USER-5minute-RHEL6.6-x86-64-v2