25d1b7d617
Remove DocBook XML files and rename directory from install-guide-rst to install-guide. Adjust everything so that publishing works. Update README to remove DocBook XML Install Guide specific instructions. Implements: blueprint installguide-liberty Change-Id: If723c44c3c0383dc8ab8e53798d82e7f0ee2cc57
43 lines
1.1 KiB
Plaintext
43 lines
1.1 KiB
Plaintext
Edit the :file:`/etc/swift/account-server.conf` file and complete the
|
|
following actions:
|
|
|
|
* In the ``[DEFAULT]`` section, configure the bind IP address, bind port,
|
|
user, configuration directory, and mount point directory:
|
|
|
|
.. code-block:: ini
|
|
:linenos:
|
|
|
|
[DEFAULT]
|
|
...
|
|
bind_ip = MANAGEMENT_INTERFACE_IP_ADDRESS
|
|
bind_port = 6002
|
|
user = swift
|
|
swift_dir = /etc/swift
|
|
devices = /srv/node
|
|
|
|
Replace ``MANAGEMENT_INTERFACE_IP_ADDRESS`` with the IP address of the
|
|
management network on the storage node.
|
|
|
|
* In the ``[pipeline:main]`` section, enable the appropriate modules:
|
|
|
|
.. code-block:: ini
|
|
:linenos:
|
|
|
|
[pipeline:main]
|
|
pipeline = healthcheck recon account-server
|
|
|
|
.. note::
|
|
|
|
For more information on other modules that enable additional features,
|
|
see the `Deployment Guide <http://docs.openstack.org/developer/swift/deployment_guide.html>`__.
|
|
|
|
* In the ``[filter:recon]`` section, configure the recon (meters) cache
|
|
directory:
|
|
|
|
.. code-block:: ini
|
|
:linenos:
|
|
|
|
[filter:recon]
|
|
...
|
|
recon_cache_path = /var/cache/swift
|