aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap/vagrant-onap
diff options
context:
space:
mode:
authorVictor Morales <victor.morales@intel.com>2017-11-03 14:59:47 -0700
committerVictor Morales <victor.morales@intel.com>2017-11-03 14:59:47 -0700
commitb5d8b7c3e2aa7921858685b17a3a8a40d68e7819 (patch)
tree100450fb053084f94b1efea4d92f21bd31ceec64 /bootstrap/vagrant-onap
parent442b44b93cf9beae0acf172481f9caaba91e4fe9 (diff)
Fix configuration sample values
Change-Id: Ia64f6a98d0007fb4a08497f1055a53d39089359c Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-Id: INT-236
Diffstat (limited to 'bootstrap/vagrant-onap')
-rw-r--r--bootstrap/vagrant-onap/etc/settings.yaml.development2
-rw-r--r--bootstrap/vagrant-onap/etc/settings.yaml.testing2
2 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/vagrant-onap/etc/settings.yaml.development b/bootstrap/vagrant-onap/etc/settings.yaml.development
index 594273b0d..7e1a1ec0b 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 8beb4767d..0a81e2d0c 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"