diff options
author | Victor Morales <victor.morales@intel.com> | 2017-11-06 09:20:27 -0800 |
---|---|---|
committer | Victor Morales <victor.morales@intel.com> | 2017-11-06 09:20:27 -0800 |
commit | 7abf1a8ea14252fa55bf7da0575ad0ff21f41d61 (patch) | |
tree | fe63005167be86de8847bf6b85b7de7619ecda6a /bootstrap/vagrant-onap/Vagrantfile | |
parent | 2f75a72c8955a1dcf5aa367162a19bddb5eded2a (diff) |
Add debug support
This change allows to control the level of verbosity for the
ONAP on vagrant execution. The new debug configuration value
enables verbosity setting its value to *True*
Change-Id: I29a3694ea3182a02cb585af5ae8ada1f8a415c8c
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-Id: INT-323
Diffstat (limited to 'bootstrap/vagrant-onap/Vagrantfile')
-rw-r--r-- | bootstrap/vagrant-onap/Vagrantfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap/vagrant-onap/Vagrantfile b/bootstrap/vagrant-onap/Vagrantfile index 2490b1c75..0664e5fbb 100644 --- a/bootstrap/vagrant-onap/Vagrantfile +++ b/bootstrap/vagrant-onap/Vagrantfile @@ -23,6 +23,7 @@ configuration = { 'openstack_password' => '', 'odl_version' => '0.5.3-Boron-SR3', # Parameters for enabling features + 'debug' => 'True', 'build_image' => 'True', 'clone_repo' => 'True', 'compile_repo' => 'False', |