devstack/files
Steve Baker bfdad75eda Add support to optionally launch the heat service.
This allows the heat service to be started as a devstack service.

Heat is disabled by default, and can be enabled with this in your localrc:
ENABLED_SERVICES+=,heat

There is now a repo of heat-enabled images here:
https://github.com/heat-api/prebuilt-jeos-images/downloads

These can be added to the IMAGE_URLS in your localrc.

After devstack is launched, a template can be invoked with:
nova keypair-add --pub_key $HOME/.ssh/id_rsa.pub heat_key
heat -d create wordpress \
--template-file=../heat/templates/WordPress_Single_Instance.template \
--parameters="InstanceType=m1.tiny;DBUsername=wpuser;DBPassword=wppassword;\
KeyName=heat_key;LinuxDistribution=F16"

Change-Id: I07591295eb2b9eb7868b1577dd3c24b19812a689
2012-08-22 17:02:21 +12:00
..
apts Add ceilometer 2012-08-14 13:29:22 -07:00
rpms Add ceilometer 2012-08-14 13:29:22 -07:00
swift Use swift config files shipped with swift. 2012-06-06 13:56:39 +02:00
apache-horizon.template Execute Horizon bin script with correct group. 2012-06-20 13:16:35 -07:00
default_catalog.templates Add support to optionally launch the heat service. 2012-08-22 17:02:21 +12:00
horizon_settings.py Set a valid / unique SECRET_KEY others than the empty default. 2012-07-17 12:42:45 +02:00
keystone_data.sh Add support to optionally launch the heat service. 2012-08-22 17:02:21 +12:00
sources.list use rackspace apt mirrors 2011-10-31 15:43:05 -07:00