Add After=mariadb.service postgresql.service rabbitmq-server.service

Adding theses lines to the systemd .service files will help to order
the boot/shutdown process when the database and/or RabbitMQ are
running on the same node as the service.

Also done:
- for glance-api, explicitly call glance-manage with config-dir to be
  able to add config snippets to /etc/glance/glance-api.conf.d/
- Drop some empty lines in the .service files

Change-Id: Id9c36226289304adb7ef2438f6bc2de1dde9e144
This commit is contained in:
Thomas Bechtold
2019-09-12 10:51:36 +02:00
parent f8ec5449a7
commit b9408d5a27
73 changed files with 80 additions and 31 deletions

View File

@@ -1,6 +1,7 @@
[Unit]
Description=Neutron VPN as a Service - Brocade Vyatte agent
After=syslog.target network.target
After=mariadb.service postgresql.service rabbitmq-server.service
[Service]
Type=simple