OpenStack Orchestration (Heat)
 
 
Go to file
ricolin 4ee754f359 Add tools to get keystone auth plugin
With directly provide auth string(with contain a json formate
with auth_type and auth info), we can release context to specific
auth_type and give user the ability to provide other Keystone
(or their own) authentication method (like using
`v3applicationcredential` or others).
The format for `auth` and `auth_type` follows exactly Keystone
plugins like in clouds.yaml file [1].

[1] https://docs.openstack.org/keystoneauth/latest/
plugin-options.html#additional-loaders

Change-Id: Ic4dc2292a82860b9bb54ecb9e3b1a4dc806dab2c
Story: #2002126
Task: #26904
2019-03-12 18:15:07 +08:00
api-ref/source
bin
contrib/heat_docker
devstack Merge "Set Tempest's service_availability setting for Heat" 2019-02-01 11:16:27 +00:00
doc Incorrect project name in installation instructions for CentOS 2018-12-19 23:01:44 +13:00
etc/heat
heat Add tools to get keystone auth plugin 2019-03-12 18:15:07 +08:00
heat_integrationtests Add heat-agents as required project 2019-01-03 18:16:52 +05:30
heat_upgradetests
playbooks/devstack Add heat-agents as required project 2019-01-03 18:16:52 +05:30
rally-scenarios
releasenotes Merge "Add rbac_policy/subnetpool support for OS::Neutron::Quota resource" 2019-02-13 08:20:23 +00:00
tools
.coveragerc
.gitignore
.gitreview
.stestr.conf
.zuul.yaml Merge "Replace tripleo-scenario002-multinode with scenario002-standalone" 2019-01-21 11:13:26 +00:00
CONTRIBUTING.rst
HACKING.rst
LICENSE
README.rst Add Release Notes in README 2018-11-12 10:02:46 +08:00
babel.cfg
config-generator.conf
install.sh
lower-constraints.txt Add heat-status upgrade check command framework 2018-10-22 14:19:36 +00:00
requirements.txt Add heat-status upgrade check command framework 2018-10-22 14:19:36 +00:00
setup.cfg Heat support for Tap-as-a-Service resources 2019-01-30 21:01:21 +13:00
setup.py
test-requirements.txt Merge "Clean up test requirements" 2018-08-03 07:43:35 +00:00
tox.ini change the dist name to 'openstack-heat' 2018-11-01 11:54:05 -04:00
uninstall.sh

README.rst

Team and repository tags

image

Heat

Heat is a service to orchestrate multiple composite cloud applications using templates, through both an OpenStack-native REST API and a CloudFormation-compatible Query API.

Why heat? It makes the clouds rise and keeps them there.

Getting Started

If you'd like to run from the master branch, you can clone the git repo:

git clone https://git.openstack.org/openstack/heat

Python client

Report a Story (a bug/blueprint)

If you'd like to report a Story (we used to call a bug/blueprint), you can report it under Report a story in Heat's StoryBoard. If you must report the story under other sub-project of heat, you can find them all in Heat StoryBoard Group. if you encounter any issue.

References

We have integration with