commit | b5d8b7c3e2aa7921858685b17a3a8a40d68e7819 | [log] [tgz] |
---|---|---|
author | Victor Morales <victor.morales@intel.com> | Fri Nov 03 14:59:47 2017 -0700 |
committer | Victor Morales <victor.morales@intel.com> | Fri Nov 03 14:59:47 2017 -0700 |
tree | 100450fb053084f94b1efea4d92f21bd31ceec64 | |
parent | 442b44b93cf9beae0acf172481f9caaba91e4fe9 [diff] |
Fix configuration sample values Change-Id: Ia64f6a98d0007fb4a08497f1055a53d39089359c Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-Id: INT-236
diff --git a/bootstrap/vagrant-onap/etc/settings.yaml.development b/bootstrap/vagrant-onap/etc/settings.yaml.development index 594273b..7e1a1ec 100644 --- a/bootstrap/vagrant-onap/etc/settings.yaml.development +++ b/bootstrap/vagrant-onap/etc/settings.yaml.development
@@ -1,4 +1,4 @@ -build_images: "True" +build_image: "True" clone_repo: "True" compile_repo: "False" enable_oparent: "True"
diff --git a/bootstrap/vagrant-onap/etc/settings.yaml.testing b/bootstrap/vagrant-onap/etc/settings.yaml.testing index 8beb476..0a81e2d 100644 --- a/bootstrap/vagrant-onap/etc/settings.yaml.testing +++ b/bootstrap/vagrant-onap/etc/settings.yaml.testing
@@ -1,4 +1,4 @@ -build_images: "False" +build_image: "False" clone_repo: "False" compile_repo: "False" enable_oparent: "False"