Fixed doc typos and pep 8 cleanup on setup.py
This commit is contained in:
parent
c62707ae72
commit
183e0623e7
@ -135,8 +135,8 @@ General Server Configuration
|
|||||||
----------------------------
|
----------------------------
|
||||||
|
|
||||||
Swift uses paste.deploy to manage server configurations. Default configuration
|
Swift uses paste.deploy to manage server configurations. Default configuration
|
||||||
options are set in the `[DEFAULT]` section, and any options specidifed there
|
options are set in the `[DEFAULT]` section, and any options specified there
|
||||||
can be overriden in any of the other sections.
|
can be overridden in any of the other sections.
|
||||||
|
|
||||||
---------------------------
|
---------------------------
|
||||||
Object Server Configuration
|
Object Server Configuration
|
||||||
@ -264,9 +264,9 @@ user swift User to run as
|
|||||||
================== ================ ========================================
|
================== ================ ========================================
|
||||||
Option Default Description
|
Option Default Description
|
||||||
------------------ ---------------- ----------------------------------------
|
------------------ ---------------- ----------------------------------------
|
||||||
use paste.deploy entrypoint for the container
|
use paste.deploy entry point for the
|
||||||
server. For most cases, this should be
|
container server. For most cases, this
|
||||||
`egg:swift#container`.
|
should be `egg:swift#container`.
|
||||||
log_name container-server Label used when logging
|
log_name container-server Label used when logging
|
||||||
log_facility LOG_LOCAL0 Syslog log facility
|
log_facility LOG_LOCAL0 Syslog log facility
|
||||||
log_level INFO Logging level
|
log_level INFO Logging level
|
||||||
@ -484,7 +484,7 @@ Option Default Description
|
|||||||
------------ ----------------------------------- ------------------------
|
------------ ----------------------------------- ------------------------
|
||||||
use paste.deploy entry point
|
use paste.deploy entry point
|
||||||
to use for auth. To
|
to use for auth. To
|
||||||
use the swift def auth,
|
use the swift dev auth,
|
||||||
set to:
|
set to:
|
||||||
`egg:swift#auth`
|
`egg:swift#auth`
|
||||||
ip 127.0.0.1 IP address of auth
|
ip 127.0.0.1 IP address of auth
|
||||||
|
Loading…
x
Reference in New Issue
Block a user