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
cinder-uwsgi: cinder-uwsgi:
command: snap-openstack cinder-uwsgi command: snap-openstack cinder-uwsgi
daemon: simple # daemon: simple
plugs: plugs:
- network-bind - network-bind
cinder-backup: cinder-backup:
command: snap-openstack cinder-backup command: snap-openstack cinder-backup
daemon: simple # daemon: simple
plugs: plugs:
- network - network
cinder-manage: cinder-manage:
@ -281,12 +281,12 @@ apps:
- network - network
cinder-scheduler: cinder-scheduler:
command: snap-openstack cinder-scheduler command: snap-openstack cinder-scheduler
daemon: simple # daemon: simple
plugs: plugs:
- network - network
cinder-volume: cinder-volume:
command: snap-openstack cinder-volume command: snap-openstack cinder-volume
daemon: simple # daemon: simple
plugs: plugs:
- network - network