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
This guide uses the convention that
is
password to access the service SERVICE_PASS
SERVICE
and
is
the database password used by the service SERVICE to access the
database.
SERVICE_DBPASS
The complete list of passwords you need to define in this guide are:
Password name | Description |
---|---|
Database password (no variable used) | Root password for the database |
|
Password of user guest of RabbitMQ |
|
Database password of Identity service |
|
Password of user admin |
|
Database password for Image Service |
|
Password of Image Service user glance |
|
Database password for Compute service |
|
Password of Compute service user nova |
|
Database password for the dashboard |
|
Database password for the Block Storage Service |
|
Password of Block Storage Service user cinder |
|
Database password for the Networking service |
|
Password of Networking service user neutron |
|
Database password for the Orchestration service |
|
Password of Orchestration service user heat |
|
Database password for the Telemetry service |
|
Password of Telemetry service user ceilometer |