]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Enable multi-cloud standalone mode
authorBen Nemec <openstack@nemebean.com>
Sun, 11 Aug 2013 23:15:17 +0000 (18:15 -0500)
committerBen Nemec <openstack@nemebean.com>
Mon, 12 Aug 2013 03:16:26 +0000 (22:16 -0500)
commitbd8b68e141f2238bf8555a19602335cc03e6a07e
tree95c95e28089e07a359fac6bb79786cf4acf1ffb8
parent0dc3a1e3ab65641033179b9e800505889d3701ec
Enable multi-cloud standalone mode

Adds a multi_cloud configuration parameter for auth_password that
tells a standalone Heat installation to look for its auth_url in
the request headers instead of the configuration file.  Also adds
an allowed_auth_uris configuration option to specify which
auth_urls are allowed as targets.

bp heat-multicloud

Change-Id: Ic0929586ac3b57c7f9f3335e0dbd5e14e6b56067
etc/heat/heat.conf.sample
heat/common/auth_password.py
heat/common/config.py
heat/tests/test_auth_password.py