Show Table of Contents
Chapter 15. Install Database-as-a-Service (Technology Preview)
Warning
The OpenStack Database-as-a-Service is available in this release as a Technology Preview, and therefore is not fully supported by Red Hat. It should only be used for testing, and should not be deployed in a production environment. For more information about Technology Preview features, see Scope of Coverage Details.
15.1. Database-as-a-Service Requirements
The following items are requirements for using the Database-as-a-Service:
- Update the admin user's password:
#keystone user-password-update --pass ADMIN_PASSWORD admin - Update the
/root/keystonerc_adminfile with the new password:export OS_USERNAME=admin export OS_TENANT_NAME=admin export OS_PASSWORD=ADMIN_PASSWORD export OS_AUTH_URL=http://keystone IP:5000/v2.0/ export PS1='[\u@\h \W(keystone_admin)]\$ '
- Load the environment variables and make sure the
adminuser has theadminrole in theservicestenant:#source keystonerc_admin~(keystone_admin)]#keystone user-role-add --user admin --tenant services --role admin~(keystone_admin)]#keystone user-role-list --user admin --tenant services+----------------------------------+-------+----------------------------------+----------------------------------+ | id | name | user_id | tenant_id | +----------------------------------+-------+----------------------------------+----------------------------------+ | 4501ce8328324ef5bf1ed93ceb5494e6 | admin | 4db867e819ad40e4bf79681bae269084 | 70cd02c84f86471b8dd934db46fb484f | +----------------------------------+-------+----------------------------------+----------------------------------+
