]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Load deployer/global environment files at startup
authorAngus Salkeld <asalkeld@redhat.com>
Mon, 19 Aug 2013 09:53:34 +0000 (19:53 +1000)
committerAngus Salkeld <asalkeld@redhat.com>
Wed, 21 Aug 2013 22:25:20 +0000 (08:25 +1000)
commit19df26016f232c1fe03ebde87e8330d1b2b7a546
tree1d7dcc8f775e389eb2389f44489de97c93858438
parent4034963bd775b5960e5ad8f6678c8aa46ab44f9d
Load deployer/global environment files at startup

This allows for a global environment that the deployer can use to set
their own defaults.
An example /etc/heat/environment.d/x.yaml

resource_registry:
  "OS::Quantum*": "OS::Neutron*"
  "AWS::RDS::DBInstance": "file:///etc/heat/templates/AWS_RDS_DBInstance.template"

Change-Id: Iee647a109e5a41d41cd4a79909c6edaca0d17b87
etc/heat/heat.conf.sample
heat/common/config.py
heat/engine/resources/__init__.py
heat/tests/test_environment.py