diff options
Diffstat (limited to 'bootstrap/vagrant-onap/Vagrantfile')
-rw-r--r-- | bootstrap/vagrant-onap/Vagrantfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap/vagrant-onap/Vagrantfile b/bootstrap/vagrant-onap/Vagrantfile index bdf1d611c..0e8e1da1c 100644 --- a/bootstrap/vagrant-onap/Vagrantfile +++ b/bootstrap/vagrant-onap/Vagrantfile @@ -26,7 +26,8 @@ conf = { 'gitlab_branch' => 'master', 'build_image' => 'True', 'odl_version' => '0.5.3-Boron-SR3', - 'compile_repo' => 'False' + 'compile_repo' => 'False', + 'enable_oparent' => 'True' } Vagrant.require_version ">= 1.8.6" |