Jump to: navigation, search

Difference between revisions of "ConfigureSwift"

Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
= Configuring Swift =
+
= Configuring [[OpenStack]] Object Store (Swift) =
  
 
Swift uses [http://pythonpaste.org/deploy/ paste.deploy] to manage server configurations, which is a Python-based system for finding and configuring WSGI applications and servers.  
 
Swift uses [http://pythonpaste.org/deploy/ paste.deploy] to manage server configurations, which is a Python-based system for finding and configuring WSGI applications and servers.  
Line 14: Line 14:
  
 
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]]

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.