tripleo-common/releasenotes/notes/profile-17e2650c8da9e8b5.yaml
Dmitry Tantsur e3a410f699 Supports specifying profile explicitly in instackenv.json
One day Nova will deprecate capabilities, and we'll have to use
something else for profiles. As a preparational steps, start
accepting profile as a separate instackenv.json field, thus decoupling
it from the underlying implementation.

Partial-Bug: #1793134
Change-Id: Ife97a0955a480bcc41b3453d58ef7fe6488b476c
2018-11-08 16:23:46 +01:00

10 lines
300 B
YAML

---
features:
- |
Node's profile can now be specified as a separate ``profile`` field in
the ``instackenv.json`` instead of inside capabilities.
deprecations:
- |
Specifying profile in capabilities when enrolling nodes is deprecated.
Please use the new ``profile`` field instead.