Merge "Revises text to explain that multiple passwords are needed"

This commit is contained in:
Jenkins
2014-03-26 17:13:55 +00:00
committed by Gerrit Code Review

View File

@@ -257,16 +257,15 @@ iface eth1 inet static
<section xml:id="basics-passwords" os="ubuntu;rhel;fedora;centos;opensuse;sles"> <section xml:id="basics-passwords" os="ubuntu;rhel;fedora;centos;opensuse;sles">
<title>Passwords</title> <title>Passwords</title>
<para>The various OpenStack services and the required software like the
<para>The various OpenStack services and the required software database and the messaging server have to be password protected. You use
like the database and the Messaging server have to be password these passwords when configuring a service and then again to access the
protected. These passwords are needed when configuring a service service. You have to choose a password while configuring the
and then again to access the service. You have to choose a random service and later remember to use the same password when accessing it.
password while configuring the service and later remember to use Optionally, you can generate random passwords with the
the same password when accessing it. To generate a list of passwords, you <application>pwgen</application> program. Or, to create passwords one at a
can use the <application>pwgen</application> program time, use the output of this command repeatedly:
to generate a list of passwords or take the output of: <screen><prompt>$</prompt> <userinput>openssl rand -hex 10</userinput></screen>
<screen><prompt>$</prompt> <userinput>openssl rand -hex 10</userinput></screen>
</para> </para>
<para>This guide uses the convention that <para>This guide uses the convention that