From Fedora Project Wiki

Revision as of 01:11, 25 September 2012 by Sdake (talk | contribs)

Description

Setup OpenStack dashboard and perform an initial login.

Setup

These 2 steps are already completed but for reference:

This new setup will need to be performed:

 sudo yum install -y heat
 sudo heat-db-setup rpm
 source ~/keystonerc
 sudo -E heat-keystone-service
 for svc in heat-api-cfn heat-api-cloudwatch heat-engine heat-metadata
 do
   sudo systemctl start $svc.service
 done

Known Issues

The Heat rpm does not include heat-keystone-service RHBZ #860105. Please download heat-keystone-service from https://raw.github.com/heat-api/heat/master/tools/heat-keystone-service.

How to test

Follow the operations in this document.

Expected Results

No obvious errors were displayed.