summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/oom_quickstart_guide.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/oom_quickstart_guide.rst b/docs/oom_quickstart_guide.rst
index 9672a0e55f..f85d33bb47 100644
--- a/docs/oom_quickstart_guide.rst
+++ b/docs/oom_quickstart_guide.rst
@@ -130,6 +130,13 @@ may want to selectively enable or disable ONAP components by changing the
vnfsdk:
enabled: true
+.. note::
+ To generate openStackEncryptedPasswordHere :
+
+ root@olc-rancher:~# cd so/resources/config/mso/
+
+ root@olc-rancher:~/oom/kubernetes/so/resources/config/mso# echo -n "<openstack tenant password>" | openssl aes-128-ecb -e -K `cat encryption.key` -nosalt | xxd -c 256 -p
+
**Step 3.** To setup a local Helm server to server up the ONAP charts::
> helm serve &