3d575f8bd0
Added a new environment variable "PROCESS_TAG" in ``ProcessManager``. This environment variable could be read by the process executed and is unique per process. This environment variable can be used to tag the running process; for example, a container manager can use this tag to mark the a container. This feature will be used by TripleO to identify the running containers with a unique tag. This will make the "kill" process easier; it will be needed just to find the container running with this tag. Closes-Bug: #1991000 Change-Id: I234c661720a8b1ceadb5333181890806f79dc21a
9 lines
367 B
YAML
9 lines
367 B
YAML
---
|
|
other:
|
|
- |
|
|
The ``ProcessManager`` class will now, by default, add an environment
|
|
variable when starting a new process. This default tag is named
|
|
"PROCESS_TAG" and will contain a unique identifier for this specific
|
|
process. It could be used, for example, by TripleO to univocally tag
|
|
any new container spawned and find it using the same tag.
|