Jump to: navigation, search

Difference between revisions of "ConfigureSwift"

Line 15: Line 15:
 
Configuration options are documented in the [http://swift.openstack.org/deployment_guide.html#general-server-configuration Swift developer documentation].
 
Configuration options are documented in the [http://swift.openstack.org/deployment_guide.html#general-server-configuration Swift developer documentation].
 
----
 
----
[[Category:HowTo]]
+
[[Category:HowTo]] [[Category:Swift]]

Revision as of 20:12, 30 September 2010

Configuring OpenStack Object Store (Swift)

Swift uses paste.deploy to manage server configurations, which is a Python-based system for finding and configuring WSGI applications and servers.

Default configuration options are set in the [DEFAULT] section, and any options specified there can be overridden in any of the other sections.

These are the four files that are included in the source code repository.

  • etc/object-server.conf-sample
  • etc/container-server.conf-sample
  • etc/account-server.conf-sample
  • etc/proxy-server.conf-sample

Configuration options are documented in the Swift developer documentation.