Disable all services support

Current enabled support for several services
flood enable messagingv2 driver in these services even
if searchlight is not deployed. So need to disable them.

Change-Id: I8f3d35e04d4aa76efb9b2ad1ace6c17ca921e32e
This commit is contained in:
Peter Razumovsky 2017-02-21 13:15:08 +04:00
parent f0b63172df
commit 49b6aa393f
1 changed files with 3 additions and 4 deletions

View File

@ -8,10 +8,9 @@ configs:
password: password password: password
notification_driver: messagingv2 notification_driver: messagingv2
services: services:
# enable only services from fuel-ccp/etc/topology-example.yaml by default nova: false
nova: true neutron: false
neutron: true glance: false
glance: true
cinder: false cinder: false
# do not enable this service until it has no ccp plugin # do not enable this service until it has no ccp plugin
swift: false swift: false