Added link to RHEL instructions in SAIO, added Google Analytics code
This commit is contained in:
parent
937554c85e
commit
e022738734
16
doc/source/_templates/layout.html
Normal file
16
doc/source/_templates/layout.html
Normal file
@ -0,0 +1,16 @@
|
||||
{% extends "!layout.html" %}
|
||||
|
||||
{% block footer %}
|
||||
{{ super() }}
|
||||
<script type="text/javascript">
|
||||
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
||||
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
try {
|
||||
var pageTracker = _gat._getTracker("UA-17511903-1");
|
||||
pageTracker._setDomainName("none");
|
||||
pageTracker._setAllowLinker(true);
|
||||
pageTracker._trackPageview();
|
||||
} catch(err) {}</script>
|
||||
{% endblock %}
|
@ -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
|
||||
-----------------------------------------
|
||||
|
@ -38,4 +38,3 @@ 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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user