Installing OpenStack Object Storage services – proxy server
Clients connect to OpenStack Object Storage via the Swift proxy servers. This allows us to scale out our OpenStack Object Storage environment as needed, without affecting the frontend to which the clients connect. The proxy servers have the following packages installed:
swift
: These are the underlying common files shared among other the OpenStack Object Storage packages, including the Swift clientswift-proxy
: This is the proxy service responsible for providing access to the OpenStack Object Storage nodesmemcached
: This is a high-performance memory object caching systempython-swiftclient
: This is the Swift client for accessing the OpenStack Object Storage environment using the Command-line Interface (CLI)python-keystoneclient
: These are the clients, as well as libraries allowing the services to communicate with Keystonepython-webob
: This is the Python module providing Web Service Gateway Interface (WSGI) request and response objects...