14.4. Configure Basic Shared File System Service Settings
此内容没有您所选择的语言版本。
14.4. Configure Basic Shared File System Service Settings
When manually installing the Shared File System service packages, the service's configuration file (namely, /etc/manila/manila.conf) will have no settings configured. You will need to manually uncomment/add and configure each setting as required.
The following code snippet is the basic configuration required for deploying the Shared File System service. You can copy its contents to /etc/manila/manila.conf, replacing the necessary variables when you do:
CONTROLLERIP is the IP address of the Controller node.
NOVAADMINPASS is the admin password of the Compute service. This is identical to the value of nova_admin_password in /etc/neutron/neutron.conf.
Note
If you deployed OpenStack using the Director, you can also find this password in the undercloud's /home/stack/tripleo-overcloud-passwords file.
As of this release, some Shared File System service settings are still defined in /etc/manila/api-paste.ini. Update this file with the following code snippet: