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
notification_driver: messagingv2
services:
# enable only services from fuel-ccp/etc/topology-example.yaml by default
nova: true
neutron: true
glance: true
nova: false
neutron: false
glance: false
cinder: false
# do not enable this service until it has no ccp plugin
swift: false