OpenStack Orchestration (Heat) Templates
Go to file
sdake 609e9789cf Add sudo -E to heat-jeos recommended command
Normally heat would be run without root capabilities.  The
directory /var/lib/libvirt/images is typically not world
readable.  As a result, the glance operation requires root
permissions to actually read the file, and may be a source
of confusion for users.

Also break the notification into two lines since it wraps on
80 character windows.

Change-Id: I905f3c24ed253ddc1e843bc73c93464c65d3df0b
2013-06-02 12:02:39 -07:00
cfn Explicitly specify AZ for boot volume 2013-05-28 19:01:22 +02:00
jeos Fix F18 oz-install failures 2013-05-30 14:24:59 +01:00
openshift-origin Fix F18 oz-install failures 2013-05-30 14:24:59 +01:00
tools Add sudo -E to heat-jeos recommended command 2013-06-02 12:02:39 -07:00
.gitignore Allow an ignored private templates directory 2013-05-23 14:07:34 +12:00
.gitreview Added .gitreview 2013-04-25 17:08:46 +00:00
LICENSE Initial import of heat repo content 2013-04-27 13:51:55 +01:00
README.rst README: Add a new line so the bullets work. 2013-05-06 09:39:47 +10:00

Heat Templates

Heat is a service to orchestrate multiple composite cloud applications using templates

This repository provides:

  • Example templates which demonstrate core Heat functionality
  • Related image-building templates
  • Template-related scripts and conversion tools