此内容没有您所选择的语言版本。

Chapter 16. Install Database-as-a-Service (Technology Preview)


The OpenStack Database-as-a-Service (trove) allows users to easily provision single-tenant databases, and bypass much of the traditional administrative overhead involved in deploying, using, managing, monitoring, and scaling databases.

Warning

DEPRECATION NOTICE: Beginning in Red Hat OpenStack Platform 10, the OpenStack Trove service will no longer be included in the Red Hat OpenStack Platform distribution. We are working with a trusted partner to provide our customers with a production ready DBaaS service. Please contact your sales account manager to learn more about this option.

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.

16.1. Database-as-a-Service Requirements

The following steps are requirements for using the Database-as-a-Service:
  1. Update the admin user's password:
    # keystone user-password-update --pass ADMIN_PASSWORD admin
    Copy to Clipboard Toggle word wrap
  2. Update the /root/keystonerc_admin file 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)]\$ '
    Copy to Clipboard Toggle word wrap
  3. Load the environment variables and make sure the admin user has the admin role in the services tenant:
    # 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 |
    +----------------------------------+-------+----------------------------------+----------------------------------+
    Copy to Clipboard Toggle word wrap
返回顶部
Red Hat logoGithubredditYoutubeTwitter

学习

尝试、购买和销售

社区

关于红帽文档

通过我们的产品和服务,以及可以信赖的内容,帮助红帽用户创新并实现他们的目标。 了解我们当前的更新.

让开源更具包容性

红帽致力于替换我们的代码、文档和 Web 属性中存在问题的语言。欲了解更多详情,请参阅红帽博客.

關於紅帽

我们提供强化的解决方案,使企业能够更轻松地跨平台和环境(从核心数据中心到网络边缘)工作。

Theme

© 2025 Red Hat