diff --git a/doc/source/_templates/layout.html b/doc/source/_templates/layout.html new file mode 100644 index 0000000000..d170ec41d6 --- /dev/null +++ b/doc/source/_templates/layout.html @@ -0,0 +1,16 @@ +{% extends "!layout.html" %} + +{% block footer %} +{{ super() }} + + +{% endblock %} diff --git a/doc/source/development_saio.rst b/doc/source/development_saio.rst index 605081e015..3b031bf6b9 100644 --- a/doc/source/development_saio.rst +++ b/doc/source/development_saio.rst @@ -17,6 +17,9 @@ virtual machine will emulate running a four node Swift cluster. * Create guest virtual machine from the Ubuntu image. +Additional information about setting up a Swift development snapshot on Fedora, CentOS, or RHEL (Red Hat Enterprise Linux) is available on +the wiki at http://wiki.openstack.org/RhelInstructions. + ----------------------------------------- Installing dependencies and the core code ----------------------------------------- diff --git a/doc/source/getting_started.rst b/doc/source/getting_started.rst index 4ce0d934c0..7c7bfc4c16 100644 --- a/doc/source/getting_started.rst +++ b/doc/source/getting_started.rst @@ -37,5 +37,4 @@ Production ---------- We do not have documentation yet on how to set up and configure Swift for a -production cluster, but hope to begin work on those soon. - +production cluster, but hope to begin work on those soon. \ No newline at end of file diff --git a/doc/source/index.rst b/doc/source/index.rst index 66f4d1cc7a..7ebd61ff10 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -40,7 +40,7 @@ Deployment: .. toctree:: :maxdepth: 1 - + deployment_guide admin_guide debian_package_guide diff --git a/doc/source/ratelimit.rst b/doc/source/ratelimit.rst index 37785a9565..80db870773 100644 --- a/doc/source/ratelimit.rst +++ b/doc/source/ratelimit.rst @@ -4,7 +4,7 @@ Rate Limiting Rate limiting in swift is implemented as a pluggable middleware. Rate limiting is performed on requests that result in database writes to the -account and container sqlite dbs. It uses memcached and is dependant on +account and container sqlite dbs. It uses memcached and is dependent on the proxy servers having highly synchronized time. The rate limits are limited by the accuracy of the proxy server clocks.