1a682fab28
With this change, an operator may be able to stop a service container without stopping all services in a host. This change is the starting point to start fast-forward upgrades support. In next changes new flags will be introducced to disable stop dataplane services during upgrades. Change-Id: Ifde7a39d7d8596ef0d7405ecf1ac1d49a459d9ef Implements: blueprint support-stop-containers
12 lines
351 B
YAML
12 lines
351 B
YAML
---
|
|
features:
|
|
- |
|
|
Add support to stop a service with ``kolla-ansible stop`` command.
|
|
This feature will allow to stop specific services with ``--tags`` and
|
|
``--limit`` to a host.
|
|
upgrade:
|
|
- |
|
|
New ``kolla-ansible stop`` command requires the usage of
|
|
``--yes-i-really-really-mean-it`` to avoid accidentally
|
|
stopping services.
|