Fix small formatting issues in middleware docs
TrivialFix Change-Id: I0ebc12e257b630696a82890178436dcd1eef0c36
This commit is contained in:
parent
4f3abec614
commit
3135878d2f
@ -86,7 +86,7 @@ class KeystoneAuth(object):
|
|||||||
|
|
||||||
It is possible to have several accounts associated with the same project.
|
It is possible to have several accounts associated with the same project.
|
||||||
This is done by listing several prefixes as shown in the following
|
This is done by listing several prefixes as shown in the following
|
||||||
example:
|
example::
|
||||||
|
|
||||||
reseller_prefix = AUTH, SERVICE
|
reseller_prefix = AUTH, SERVICE
|
||||||
|
|
||||||
@ -95,7 +95,7 @@ class KeystoneAuth(object):
|
|||||||
using roles that a user has with that project. The core use of this feature
|
using roles that a user has with that project. The core use of this feature
|
||||||
is that it is possible to provide different rules for each account
|
is that it is possible to provide different rules for each account
|
||||||
prefix. The following parameters may be prefixed with the appropriate
|
prefix. The following parameters may be prefixed with the appropriate
|
||||||
prefix:
|
prefix::
|
||||||
|
|
||||||
operator_roles
|
operator_roles
|
||||||
service_roles
|
service_roles
|
||||||
|
@ -85,7 +85,7 @@ Let's say ``sig`` ends up equaling
|
|||||||
You may also use ISO 8601 UTC timestamps with the format
|
You may also use ISO 8601 UTC timestamps with the format
|
||||||
``"%Y-%m-%dT%H:%M:%SZ"`` instead of UNIX timestamps in the URL
|
``"%Y-%m-%dT%H:%M:%SZ"`` instead of UNIX timestamps in the URL
|
||||||
(but NOT in the code above for generating the signature!).
|
(but NOT in the code above for generating the signature!).
|
||||||
So, the latter URL could also be formulated as:
|
So, the latter URL could also be formulated as::
|
||||||
|
|
||||||
https://swift-cluster.example.com/v1/AUTH_account/container/object?
|
https://swift-cluster.example.com/v1/AUTH_account/container/object?
|
||||||
temp_url_sig=da39a3ee5e6b4b0d3255bfef95601890afd80709&
|
temp_url_sig=da39a3ee5e6b4b0d3255bfef95601890afd80709&
|
||||||
|
@ -63,13 +63,13 @@ as proxy, account, container and object servers. Please refer to the sample
|
|||||||
configuration files in etc directory.
|
configuration files in etc directory.
|
||||||
|
|
||||||
The profiling data is provided with four formats such as binary(by default),
|
The profiling data is provided with four formats such as binary(by default),
|
||||||
json, csv and odf spreadsheet which requires installing odfpy library.
|
json, csv and odf spreadsheet which requires installing odfpy library::
|
||||||
|
|
||||||
sudo pip install odfpy
|
sudo pip install odfpy
|
||||||
|
|
||||||
There's also a simple visualization capability which is enabled by using
|
There's also a simple visualization capability which is enabled by using
|
||||||
matplotlib toolkit. it is also required to be installed if you want to use
|
matplotlib toolkit. it is also required to be installed if you want to use
|
||||||
it to visualize statistic data.
|
it to visualize statistic data::
|
||||||
|
|
||||||
sudo apt-get install python-matplotlib
|
sudo apt-get install python-matplotlib
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user