ironic-python-agent/releasenotes/notes/no-standalone-bb34eae2cc468837.yaml
Jay Faulkner de726d4acf Do not permit IPA standalone to be enabled by conf
IPA standalone mode is a developer-only option, and if enabled
accidentally on a production agent could cause undesired behavior.

Developers who need this behavior should build a purpose-built agent,
with standalone hardcoded to True in cmd/agent.py.

Change-Id: Icc67dbe15acbbf6fee886f274d2169a0769a5053
2021-03-25 12:45:28 +01:00

9 lines
366 B
YAML

---
upgrade:
- |
It is no longer possible to enable the so called *standalone mode*, in
which the agent does not communicate with ironic. This mode is only
useful for local testing, enabling it on production is always wrong.
The ironic team does not support using ironic-python-agent as a standalone
application outside of the normal workflow.