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

15.3. Create the Shared File System Service Identity Records


After installing the necessary packages, create the Identity records required for the Shared File System service. Perform the following procedure on the Identity service host, or on any machine onto which you have copied the keystonerc_admin file.

Note

For more details about the keystonerc_admin file, see Section 3.5, “Create an Administrator Account and the Identity Service Endpoint”.

Procedure 15.1. Creating Identity Records for the Shared File System Service

  1. Set up the shell to access the Identity service as an administrative user.
    # source ~/keystonerc_admin
  2. Create the manila service user:
    [(keystone_admin)]# openstack user create --password MANILAPASS --email manila@localhost manila
    Replace MANILAPASS with a password that will be used by the Shared File System service when authenticating with the Identity service.
  3. Add the admin role to the manila user.
    [(keystone_admin)]# openstack role add --project services --user manila admin
  4. Create the manila service entities:
    [(keystone_admin)]# openstack service create --name manila --description "OpenStack Shared Filesystems" share
  5. Create the manila endpoint entry:
    [(keystone_admin)]# openstack endpoint create \
    --publicurl 'http://MANILAIP:8786/v1/%(tenant_id)s' \
    --internalurl 'http://MANILAIP:8786/v1/%(tenant_id)s' \
    --adminurl 'http://MANILAIP:8786/v1/%(tenant_id)s' \
    --region RegionOne \
    manila
    Replace MANILAIP with the IP of the Controller node.
Red Hat logoGithubRedditYoutubeTwitter

学习

尝试、购买和销售

社区

关于红帽文档

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

让开源更具包容性

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

關於紅帽

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

© 2024 Red Hat, Inc.