085e6fc55e
Adds a new command under the tripleo namespace for launching the all in one heat-all process in the foreground. The new command reuses the code from heat_launcher.py already in place for the tripleo deploy commands. Launching the heat-all process separately from tripleo deploy allows for easily spinning up a heat-all environment for stack creation and generating the config-download ansible content for development and test. Change-Id: I16d23faca6d8c2d0abf13dbdf91b810717ac585e
7 lines
234 B
YAML
7 lines
234 B
YAML
---
|
|
features:
|
|
- |
|
|
A new command "openstack tripleo launch heat" is added. The command starts
|
|
up the heat-all process in the foreground, and can be used for stack
|
|
creation to generate the config-download ansible content.
|