Fixing some minor issues in SAIO on Fedora

Change-Id: I2abdcd1a3c7f2a54b200489efe57f8990bd94bbf
This commit is contained in:
Derek Higgins 2012-03-05 15:27:51 +00:00
parent 616df1d222
commit 40dbefc9f4
1 changed files with 4 additions and 4 deletions

View File

@ -38,9 +38,9 @@ Installing dependencies and the core code
#. `yum install openstack-swift openstack-swift-proxy
openstack-swift-account openstack-swift-container openstack-swift-object`
#. `yum install xinetd rsyncd`
#. `yum install xinetd rsync`
#. `yum install memcached`
#. `yum install python-netifaces`
#. `yum install python-netifaces python-nose`
This installs all necessary dependencies, and also creates user `swift`
and group `swift`. So, `swift:swift` ought to be used in every place where
@ -191,7 +191,7 @@ Setting up rsync
read only = false
lock file = /var/lock/object6040.lock
#. Edit the following line in /etc/default/rsync::
#. On Ubuntu, edit the following line in /etc/default/rsync::
RSYNC_ENABLE=true
@ -199,7 +199,7 @@ Setting up rsync
disable = no
#. `service rsync restart`
#. On Ubuntu `service rsync restart`
------------------
Starting memcached