From Fedora Project Wiki
(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 ~...") |
No edit summary |
||
Line 8: | Line 8: | ||
sudo systemctl start $svc.service | sudo systemctl start $svc.service | ||
done | done | ||
Known Issues | |||
The Heat rpm does not include heat-keystone-service {{bz|860105}}. Please download heat-keystone-service from https://raw.github.com/heat-api/heat/master/tools/heat-keystone-service. |
Revision as of 01:08, 25 September 2012
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.