From: Tomas Sedovic Date: Mon, 30 Jul 2012 15:56:44 +0000 (+0200) Subject: Update getting started with credential crypto X-Git-Tag: 2014.1~1555 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=8f0caacf8a93bb515b75803e1a53692e4d4deaf0;p=openstack-build%2Fheat-build.git Update getting started with credential crypto We encrypt the sensitive information in the database now. This updates the Getting Started guide to generate an encryption key. Change-Id: I44a96302e736997a747f82c9d23006425396633f Signed-off-by: Tomas Sedovic --- diff --git a/docs/GettingStarted.rst b/docs/GettingStarted.rst index 10f04216..0deede6c 100644 --- a/docs/GettingStarted.rst +++ b/docs/GettingStarted.rst @@ -89,6 +89,7 @@ In the heat directory, run the install script:: sudo install etc/*.conf etc/*.ini /etc/heat sudo install etc/bash_completion.d/heat /etc/bash_completion.d/heat sudo install -d /var/log/heat + sudo sed --in-place -e s/%ENCRYPTION_KEY%/`hexdump -n 16 -v -e '/1 "%02x"' /dev/random`/ /etc/heat/heat-engine.conf Download Fedora 16 DVD and copy it to libvirt images location -------------------------------------------------------------