Remove startup enabled from layer config

Only start the cinder-volume when the charm is bootstrapped.

Change-Id: Ic8e194ecb3d3f7eead4b88b2414db91b16e419f1
This commit is contained in:
Guillaume Boutry 2023-12-05 15:19:55 +01:00
parent 4e97a03f23
commit 78a7914f11
No known key found for this signature in database
GPG Key ID: E95E3326872E55DE

View File

@ -172,7 +172,6 @@ class CinderVolumePebbleHandler(container_handlers.PebbleHandler):
"override": "replace",
"summary": self.service_name,
"command": f"{self.service_name} --use-syslog",
"startup": "enabled",
"user": "cinder",
"group": "cinder",
},