heat/releasenotes/notes/support-ignition-93daac40f43a2cfe.yaml
Feilong Wang f6249c0110 Support Ignition for userdata
Fedora CoreOS will replace Fedora Atomic being the next generation
container OS. So it would be nice to support Fedora CoreOS in Heat.
In Fedora CoreOS, the cloud-init will be replaced with Ignition[1],
so the changes proposed in this patch are mainly focusing on how to
support Ignition when using Heat SOFTWARE_CONFIG with Ignition.

Task: 36671
Story: 2006566

Change-Id: I11df2431634de7d8b584b1a2ac733d43959e34fc
2019-10-01 07:08:05 +13:00

8 lines
254 B
YAML

---
features:
- |
Heat can now support software deployments with CoreOS by passing
a CoreOS Ignition config in the ``user_data`` property for an
``OS::Nova::Server`` resource when the ``user_data_format`` is
set to ``SOFTWARE_CONFIG``.