diff --git a/contrail/environment/modules/contrail/manifests/collector/config.pp b/contrail/environment/modules/contrail/manifests/collector/config.pp index 2a2c0544..be17a660 100644 --- a/contrail/environment/modules/contrail/manifests/collector/config.pp +++ b/contrail/environment/modules/contrail/manifests/collector/config.pp @@ -73,7 +73,7 @@ 'DEFAULTS/analytics_config_audit_ttl' : value => $analytics_config_audit_ttl; 'DEFAULTS/analytics_statistics_ttl' : value => $analytics_statistics_ttl; 'DEFAULTS/analytics_flow_ttl' : value => $analytics_flow_ttl; - 'DEFAULTS/multi_tenancy' : value => 'False'; + 'DEFAULTS/aaa_mode' : value => 'cloud-admin-only'; 'DISCOVERY/disc_server_ip' : value => $config_ip_to_use; 'DISCOVERY/disc_server_port' : value => '5998'; 'REDIS/redis_server_port' : value => '6379';