Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.

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
    Copy to Clipboard Toggle word wrap
  2. Create the manila service user:
    [(keystone_admin)]# openstack user create --password MANILAPASS --email manila@localhost manila
    Copy to Clipboard Toggle word wrap
    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
    Copy to Clipboard Toggle word wrap
  4. Create the manila service entities:
    [(keystone_admin)]# openstack service create --name manila --description "OpenStack Shared Filesystems" share
    Copy to Clipboard Toggle word wrap
  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
    Copy to Clipboard Toggle word wrap
    Replace MANILAIP with the IP of the Controller node.
Nach oben
Red Hat logoGithubredditYoutubeTwitter

Lernen

Testen, kaufen und verkaufen

Communitys

Über Red Hat Dokumentation

Wir helfen Red Hat Benutzern, mit unseren Produkten und Diensten innovativ zu sein und ihre Ziele zu erreichen – mit Inhalten, denen sie vertrauen können. Entdecken Sie unsere neuesten Updates.

Mehr Inklusion in Open Source

Red Hat hat sich verpflichtet, problematische Sprache in unserem Code, unserer Dokumentation und unseren Web-Eigenschaften zu ersetzen. Weitere Einzelheiten finden Sie in Red Hat Blog.

Über Red Hat

Wir liefern gehärtete Lösungen, die es Unternehmen leichter machen, plattform- und umgebungsübergreifend zu arbeiten, vom zentralen Rechenzentrum bis zum Netzwerkrand.

Theme

© 2025 Red Hat