diff options
author | Borislav Glozman <Borislav.Glozman@amdocs.com> | 2018-08-14 12:32:33 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-08-14 12:32:33 +0000 |
commit | 4498121a904c4f0061f3224cbb7d8cfce3011c1b (patch) | |
tree | 37f02c560bbdf6b80c77bedc7131a978d7a70769 | |
parent | ae8df22398e4e2fc4f387711cfb24adea570c253 (diff) | |
parent | 5bf6678040c4ef056b2ae7b2d64b91b174dc022d (diff) |
Merge "Fix note on openStackEncryptedPassword"
-rw-r--r-- | docs/oom_quickstart_guide.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/oom_quickstart_guide.rst b/docs/oom_quickstart_guide.rst index f85d33bb47..077e7e7e1c 100644 --- a/docs/oom_quickstart_guide.rst +++ b/docs/oom_quickstart_guide.rst @@ -133,9 +133,9 @@ may want to selectively enable or disable ONAP components by changing the .. note:: To generate openStackEncryptedPasswordHere : - root@olc-rancher:~# cd so/resources/config/mso/ + ``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 + ``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:: |