diff options
author | Tim Rozet <trozet@redhat.com> | 2018-01-29 17:16:15 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-01-29 17:16:15 +0000 |
commit | 7e365bcfc02900ca1a7da341f47aabcf3123c99f (patch) | |
tree | ef9ef6d79e21494ad35571df385b6bdd675ca9b7 /config/deploy | |
parent | 2f43d91a340fa002ea1f03931f5209a616a11a37 (diff) | |
parent | 6856c63376f87004377f94f534389da02dc9be16 (diff) |
Merge "Make introspection optional"
Diffstat (limited to 'config/deploy')
-rw-r--r-- | config/deploy/deploy_settings.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/deploy/deploy_settings.yaml b/config/deploy/deploy_settings.yaml index 47bf0834..a5e9e960 100644 --- a/config/deploy/deploy_settings.yaml +++ b/config/deploy/deploy_settings.yaml @@ -7,6 +7,9 @@ # If ha_enabled is false, there will only be one controller. global_params: ha_enabled: true + # introspect defaults to True, if set false the introspection process will + # be skipped at deploy time. + introspect: true deploy_options: # Which SDN controller to use. Valid options are 'opendaylight', 'onos', |