puppet-trove/releasenotes/notes/guestagent-disable-service-3c4100c486de4c2e.yaml
Takashi Kajinami 4c6e5c9d76 Disable trove-guestagent service by default
The trove-guestagent service should be run in instances instead of
OpenStack hosts. This change disables the service by default because
we expect these modules are used to deploy hosts, and we don't expect
any use case where this puppet module is used to build the trove guest
image.

Closes-Bug: #1965228
Closes-Bug: #1485397
Change-Id: I57aa6ecd008f1a7a271e7baafc95cd75bf700f54
2022-03-17 15:23:59 +09:00

8 lines
305 B
YAML

---
fixes:
- |
Now the ``trove-guestagent`` service is disabled by default, because this
service should be run in instances instead of in hosts. The service can be
still enabled by setting the ``trove::guestagent::enabled`` parameter to
``true`` but this requires careful consideration.