diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-11-06 18:06:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-11-06 18:06:58 +0000 |
commit | 7fbcfe9aa0c049c05aa9cd8bbf6c62796a1f109f (patch) | |
tree | d245353d90f8585172924a35ee5de601b7ab9b5b /bootstrap/vagrant-onap/Vagrantfile | |
parent | 83a23ba3ca198bca3a9069958fb5a7f342359a2c (diff) | |
parent | 7abf1a8ea14252fa55bf7da0575ad0ff21f41d61 (diff) |
Merge "Add debug support"
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', |