Remove enabled from layer config

Only start the server when the charm is bootstrapped.

Change-Id: I36cddcda34faee8aeaa27d92a95b0cdcbfde9e87
This commit is contained in:
Guillaume Boutry 2023-12-05 08:59:57 +01:00
parent e8666ea678
commit 5928d1bb07
No known key found for this signature in database
GPG Key ID: E95E3326872E55DE

View File

@ -59,7 +59,6 @@ class NeutronServerPebbleHandler(sunbeam_chandlers.ServicePebbleHandler):
"override": "replace",
"summary": "Neutron Server",
"command": "neutron-server",
"startup": "enabled",
"user": "neutron",
"group": "neutron",
}