From 9e1ea23ba4250ad81c7c8cd9d049b3553173edbe Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Sun, 25 Jan 2015 19:31:18 +0100 Subject: [PATCH] Run 'openssl' as non-privileged user Change-Id: I282701721df00d92eba2b4f8421c32262dc2e79c --- doc/install-guide/section_ceilometer-controller.xml | 6 +++--- doc/install-guide/section_keystone-install.xml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/install-guide/section_ceilometer-controller.xml b/doc/install-guide/section_ceilometer-controller.xml index bce906ddf6..0db6ab00fb 100644 --- a/doc/install-guide/section_ceilometer-controller.xml +++ b/doc/install-guide/section_ceilometer-controller.xml @@ -192,8 +192,8 @@ Key Expires: Sat Dec 20 20:08:39 2014 Generate a random value to use as the metering secret: - # openssl rand -hex 10 - # openssl rand 10 | hexdump -e '1/1 "%.2x"' + $ openssl rand -hex 10 + $ openssl rand 10 | hexdump -e '1/1 "%.2x"' Edit the /etc/ceilometer/ceilometer.conf file @@ -306,7 +306,7 @@ dispatcher = database Generate a random value to use as the metering secret: - # openssl rand -hex 10 + $ openssl rand -hex 10 Edit the /etc/ceilometer/ceilometer.conf file diff --git a/doc/install-guide/section_keystone-install.xml b/doc/install-guide/section_keystone-install.xml index e682e10038..c07f98ca43 100644 --- a/doc/install-guide/section_keystone-install.xml +++ b/doc/install-guide/section_keystone-install.xml @@ -44,8 +44,8 @@ Generate a random value to use as the administration token during initial configuration: - # openssl rand -hex 10 - # openssl rand 10 | hexdump -e '1/1 "%.2x"' + $ openssl rand -hex 10 + $ openssl rand 10 | hexdump -e '1/1 "%.2x"' @@ -53,7 +53,7 @@ Generate a random value to use as the administration token during initial configuration: - # openssl rand -hex 10 + $ openssl rand -hex 10