diff options
Diffstat (limited to 'docs/oom_quickstart_guide.rst')
-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:: |