From 40dbefc9f40a16d06abbe29899b0a4d65abb7d41 Mon Sep 17 00:00:00 2001 From: Derek Higgins Date: Mon, 5 Mar 2012 15:27:51 +0000 Subject: [PATCH] Fixing some minor issues in SAIO on Fedora Change-Id: I2abdcd1a3c7f2a54b200489efe57f8990bd94bbf --- doc/source/development_saio.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/development_saio.rst b/doc/source/development_saio.rst index 6f375f59bc..165b60350f 100644 --- a/doc/source/development_saio.rst +++ b/doc/source/development_saio.rst @@ -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