Disabled cinder daemons for now, as they were causing timeouts.

This commit is contained in:
Pete Vander Giessen 2018-11-01 03:45:45 +00:00
parent 8cc08a08a4
commit 5b30a7f8aa
1 changed files with 4 additions and 4 deletions

View File

@ -267,12 +267,12 @@ apps:
# Cinder
cinder-uwsgi:
command: snap-openstack cinder-uwsgi
daemon: simple
# daemon: simple
plugs:
- network-bind
cinder-backup:
command: snap-openstack cinder-backup
daemon: simple
# daemon: simple
plugs:
- network
cinder-manage:
@ -281,12 +281,12 @@ apps:
- network
cinder-scheduler:
command: snap-openstack cinder-scheduler
daemon: simple
# daemon: simple
plugs:
- network
cinder-volume:
command: snap-openstack cinder-volume
daemon: simple
# daemon: simple
plugs:
- network