From Fedora Project Wiki

Revision as of 01:06, 25 September 2012 by Sdake (talk | contribs) (Created page with "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 ~...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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