diff --git a/doc/install-guide/ch_basics.xml b/doc/install-guide/ch_basics.xml index 67de6fa6b2..bedb2e448c 100644 --- a/doc/install-guide/ch_basics.xml +++ b/doc/install-guide/ch_basics.xml @@ -257,16 +257,15 @@ iface eth1 inet static
Passwords - - The various OpenStack services and the required software - like the database and the Messaging server have to be password - protected. These passwords are needed when configuring a service - and then again to access the service. You have to choose a random - password while configuring the service and later remember to use - the same password when accessing it. To generate a list of passwords, you - can use the pwgen program - to generate a list of passwords or take the output of: - $ openssl rand -hex 10 + The various OpenStack services and the required software like the + database and the messaging server have to be password protected. You use + these passwords when configuring a service and then again to access the + service. You have to choose a password while configuring the + service and later remember to use the same password when accessing it. + Optionally, you can generate random passwords with the + pwgen program. Or, to create passwords one at a + time, use the output of this command repeatedly: + $ openssl rand -hex 10 This guide uses the convention that