python-tripleoclient/releasenotes/notes/tripleo-launch-heat-e0067a994d63ffed.yaml
James Slagle 085e6fc55e Add tripleo launch heat command
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
2020-01-10 09:06:22 -05:00

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.