openstack-manuals/doc/install-guide/source/swift-storage-include2.txt
Christian Berendt 9829944d53 [install] use uppercase boolean values in OpenStack conf files
Default boolean values in OpenStack configuration files are uppercase.

Change-Id: I2037413f8c76f376e8b01c2441cf24a5708b5f0d
2016-01-25 13:50:11 +01:00

42 lines
1.1 KiB
Plaintext

Edit the ``/etc/swift/container-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
[DEFAULT]
...
bind_ip = MANAGEMENT_INTERFACE_IP_ADDRESS
bind_port = 6001
user = swift
swift_dir = /etc/swift
devices = /srv/node
mount_check = True
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
[pipeline:main]
pipeline = healthcheck recon container-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
[filter:recon]
use = egg:swift#recon
...
recon_cache_path = /var/cache/swift