Update the configuration files with the name in setup.py file.

Change-Id: I38c6d49143092c6c211216b285f1758706a5a89c
Signed-off-by: Mohammed Junaid <junaid@redhat.com>
Reviewed-on: http://review.gluster.org/5046
Reviewed-by: Peter Portante <pportant@redhat.com>
Tested-by: Luis Pabon <lpabon@redhat.com>
Reviewed-by: Luis Pabon <lpabon@redhat.com>
This commit is contained in:
Mohammed Junaid 2013-05-16 08:52:36 +05:30 committed by Luis Pabon
parent b12f8f5dbf
commit 3fb376dac2
5 changed files with 7 additions and 7 deletions

View File

@ -9,7 +9,7 @@ log_facility = LOG_LOCAL2
pipeline = account-server
[app:account-server]
use = egg:gluster_swift_ufo#account
use = egg:gluster_swift#account
[account-replicator]
vm_test_mode = yes

View File

@ -9,7 +9,7 @@ log_facility = LOG_LOCAL2
pipeline = container-server
[app:container-server]
use = egg:gluster_swift_ufo#container
use = egg:gluster_swift#container
[container-replicator]
vm_test_mode = yes

View File

@ -10,7 +10,7 @@ workers = 1
pipeline = object-server
[app:object-server]
use = egg:gluster_swift_ufo#object
use = egg:gluster_swift#object
user = root
log_facility = LOG_LOCAL2
# Timeout clients that don't read or write to the proxy server after 5

View File

@ -9,7 +9,7 @@ workers = 1
pipeline = healthcheck cache tempauth proxy-server
[app:proxy-server]
use = egg:gluster_swift_ufo#proxy
use = egg:gluster_swift#proxy
log_facility = LOG_LOCAL1
# The API allows for account creation and deletion, but since Gluster/Swift
# automounts a Gluster volume for a given account, there is no way to create

View File

@ -79,9 +79,9 @@ rm -rf %{buildroot}
%{python_sitelib}/gluster_swift-%{version}-*.egg-info
%{_bindir}/gluster-swift-gen-builders
%dir %{_confdir}
%config %{_confdir}/account-server/1.conf-gluster
%config %{_confdir}/container-server/1.conf-gluster
%config %{_confdir}/object-server/1.conf-gluster
%config %{_confdir}/account-server.conf-gluster
%config %{_confdir}/container-server.conf-gluster
%config %{_confdir}/object-server.conf-gluster
%config %{_confdir}/swift.conf-gluster
%config %{_confdir}/proxy-server.conf-gluster
%config %{_confdir}/fs.conf-gluster