From ca1cd5aa705b1eaad8b05d1383c37a1bef9a677a Mon Sep 17 00:00:00 2001 From: Chuck Thier Date: Thu, 19 Aug 2010 21:28:24 -0500 Subject: [PATCH] Fixed a couple of doc typos --- doc/source/deployment_guide.rst | 6 +++--- doc/source/development_saio.rst | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/deployment_guide.rst b/doc/source/deployment_guide.rst index 0d805ce806..c8b1b810b5 100644 --- a/doc/source/deployment_guide.rst +++ b/doc/source/deployment_guide.rst @@ -172,7 +172,7 @@ Option Default Description ------------------ ---------- --------------------------------------------- use paste.deploy entrypoint for the object server. For most cases, this should be - `egg:swfit#object`. + `egg:swift#object`. log_requests True Weather or not to log each request user swift User to run as node_timeout 3 Request timeout to external services @@ -260,7 +260,7 @@ Option Default Description ------------------ ---------- -------------------------------------------- use paste.deploy entrypoint for the container server. For most cases, this should be - `egg:swfit#container`. + `egg:swift#container`. node_timeout 3 Request timeout to external services conn_timeout 0.5 Connection timeout to external services ================== ========== ============================================ @@ -337,7 +337,7 @@ Option Default Description ------------------ ---------- --------------------------------------------- use paste.deploy entrypoint for the account server. For most cases, this should be - `egg:swfit#account`. + `egg:swift#account`. ================== ========== ============================================= [account-replicator] diff --git a/doc/source/development_saio.rst b/doc/source/development_saio.rst index 107d78e36f..00e3ae3df1 100644 --- a/doc/source/development_saio.rst +++ b/doc/source/development_saio.rst @@ -35,7 +35,7 @@ good idea what to do on other environments. #. `apt-get install curl gcc bzr memcached python-configobj python-coverage python-dev python-nose python-setuptools python-simplejson python-xattr sqlite3 xfsprogs python-webob python-eventlet - python-greenlet` + python-greenlet python-pastedeploy` #. Install anything else you want, like screen, ssh, vim, etc. #. `fdisk /dev/sdb` (set up a single partition) #. `mkfs.xfs -i size=1024 /dev/sdb1`