From Fedora Project Wiki

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

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

If testing heat, please install and start heat services (see known issues for location of heat-keystone-service)

 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.