From Fedora Project Wiki
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{QA/Test_Case | |||
|description= | |||
Setup OpenStack dashboard and perform an initial login. | |||
|setup= | |||
These 3 steps are already completed but for reference: | |||
* Get a basic openstack setup: [[Getting started with OpenStack on Fedora 17#Basic_Setup]] | |||
* Follow the keystone setup steps here: [[Getting started with OpenStack on Fedora 17#Configuring keystone for authentication]] | |||
* Get a basic heat setup: [[]] | |||
|actions= | |||
List stacks: | List stacks: | ||
Line 14: | Line 22: | ||
heat delete wordpress | heat delete wordpress | ||
heat list | heat list | ||
|results= | |||
No obvious errors were displayed. | |||
}} |
Revision as of 03:13, 25 September 2012
Description
Setup OpenStack dashboard and perform an initial login.
Setup
These 3 steps are already completed but for reference:
- Get a basic openstack setup: Getting started with OpenStack on Fedora 17#Basic_Setup
- Follow the keystone setup steps here: Getting started with OpenStack on Fedora 17#Configuring keystone for authentication
- Get a basic heat setup: [[]]
How to test
List stacks:
heat list
Describe the wordpress stack
heat describe wordpress
Delete the instance when done:
heat delete wordpress heat list
Expected Results
No obvious errors were displayed.