From Fedora Project Wiki

Revision as of 03:13, 25 September 2012 by Sdake (talk | contribs)

Description

Setup OpenStack dashboard and perform an initial login.

Setup

These 3 steps are already completed but for reference:

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.