Add oparent option

It was implement the option to use the maven settings configuration
file from OParent project

Change-Id: Ic7f6c618c2ac707e882ea371985f5d6f77c3605b
Signed-off-by: Victor Morales <victor.morales@intel.com>
diff --git a/bootstrap/vagrant-onap/Vagrantfile b/bootstrap/vagrant-onap/Vagrantfile
index bdf1d61..0e8e1da 100644
--- a/bootstrap/vagrant-onap/Vagrantfile
+++ b/bootstrap/vagrant-onap/Vagrantfile
@@ -26,7 +26,8 @@
   '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"