tripleo-heat-templates/releasenotes/notes/stackrc-baremetal-version-309809c01105095f.yaml
Dmitry Tantsur 9729870745 Stop hardcoding baremetal API version in stackrc
Long time ago it was required because ironicclient defaulted to
an ancient version. It was changed back in Queens (ironicclient 2.0),
so we can drop it now to avoid confusion.

Change-Id: Icea0bdf6d5dcdd81ce9c34be7af8a241da0861bc
Closes-Bug: #1789392
2018-08-28 12:03:32 +02:00

8 lines
279 B
YAML

---
fixes:
- |
The baremetal API version is no longer hardcoded in ``stackrc``. This
allows easy access to new features in *ironicclient* as they are
introduced. If you need to use a fixed API version, set the
``OS_BAREMETAL_API_VERSION`` environment variable.