Fix README references 10/71110/1
authorVictor Morales <victor.morales@intel.com>
Tue, 23 Oct 2018 17:48:03 +0000 (10:48 -0700)
committerVictor Morales <victor.morales@intel.com>
Tue, 23 Oct 2018 17:48:03 +0000 (10:48 -0700)
The README file contains references to images in the docs folder.
These references haven't properly updated.

Change-Id: I4b16f5b1249512811239e9f8013081c1e30de02b
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-ID: MULTICLOUD-301

README.md
vagrant/inventory/group_vars/k8s-cluster.yml

index 0e62378..635d4a8 100644 (file)
--- a/README.md
+++ b/README.md
@@ -34,8 +34,8 @@ Steps:
 
 Create Virtual Network Function
 
-![Create VNF](./doc/create_vnf.png)
+![Create VNF](./docs/create_vnf.png)
 
 Create Virtual Link
 
-![Create VL](./doc/create_vl.png)
+![Create VL](./docs/create_vl.png)
index e92f638..7b0e6b8 100644 (file)
@@ -58,3 +58,7 @@ local_volumes_enabled: true
 
 ## Change this to use another Kubernetes version, e.g. a current beta release
 kube_version: v1.11.3
+
+# Helm deployment
+# NOTE(electrocuracha): This value might be changed for the istio implementation
+helm_enabled: false