de726d4acf
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
9 lines
366 B
YAML
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.
|