Merge "Docs: cleanup doc8 errors"
This commit is contained in:
commit
52ad7bcc75
@ -34,4 +34,5 @@ Cinder's primary configuration file (etc/cinder.conf) and the PasteDeploy config
|
||||
Access Control
|
||||
--------------
|
||||
|
||||
If you are running with Linux kernel security module enabled (for example SELinux or AppArmor), make sure that the configuration file has the appropriate context to access the linked file.
|
||||
If you are running with Linux kernel security module enabled (for example SELinux or AppArmor), make sure that the configuration file has the appropriate context to access the linked file.
|
||||
|
||||
|
@ -100,7 +100,7 @@ We call this infor the model_update and it's used to update vital target
|
||||
information associated with the volume in the Cinder database.
|
||||
|
||||
driver.initialize_connection
|
||||
***************************
|
||||
****************************
|
||||
|
||||
Now that we've actually built a target and persisted the important
|
||||
bits of information associated with it, we're ready to actually assign
|
||||
|
@ -96,9 +96,9 @@ Relationship of US eAuth to RBAC
|
||||
Typical implementations of US eAuth authentication systems are structured as follows::
|
||||
|
||||
[ MS Active Directory or other federated LDAP user store ]
|
||||
--> backends to…
|
||||
--> backends to…
|
||||
[ SUN Identity Manager or other SAML Policy Controller ]
|
||||
--> maps URLs to groups…
|
||||
--> maps URLs to groups…
|
||||
[ Apache Policy Agent in front of eAuth-secured Web Application ]
|
||||
|
||||
In more ideal implementations, the remainder of the application-specific account information is stored either in extended schema on the LDAP server itself, via the use of a translucent LDAP proxy, or in an independent datastore keyed off of the UID provided via SAML assertion.
|
||||
|
@ -1,6 +1,6 @@
|
||||
..
|
||||
Copyright 2010-2011 United States Government as represented by the
|
||||
Administrator of the National Aeronautics and Space Administration.
|
||||
Administrator of the National Aeronautics and Space Administration.
|
||||
All Rights Reserved.
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License"); you may
|
||||
@ -69,7 +69,7 @@ The :mod:`cinder.test` Module
|
||||
:noindex:
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
:show-inheritance:
|
||||
|
||||
|
||||
The :mod:`cinder.utils` Module
|
||||
|
@ -1,6 +1,6 @@
|
||||
..
|
||||
Copyright 2010-2011 United States Government as represented by the
|
||||
Administrator of the National Aeronautics and Space Administration.
|
||||
Administrator of the National Aeronautics and Space Administration.
|
||||
All Rights Reserved.
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License"); you may
|
||||
|
@ -54,7 +54,7 @@ the CLI::
|
||||
cinder migrate [--force-host-copy [<True|False>]]
|
||||
[--lock-volume [<True|False>]]
|
||||
<volume> <host>
|
||||
|
||||
|
||||
Mandatory arguments:
|
||||
<volume> ID of volume to migrate.
|
||||
<host> Destination host. The format of host is
|
||||
@ -65,7 +65,7 @@ the CLI::
|
||||
back-end. If the back-end does not have specified
|
||||
pools, 'POOL' needs to be set with the same name
|
||||
as 'backend'.
|
||||
|
||||
|
||||
Optional arguments:
|
||||
--force-host-copy [<True|False>]
|
||||
Enables or disables generic host-based force-
|
||||
|
@ -28,9 +28,9 @@ in the long-running code path. The sleep call will trigger a context switch
|
||||
if there are pending threads, and using an argument of 0 will avoid introducing
|
||||
delays in the case that there is only a single green thread::
|
||||
|
||||
from eventlet import greenthread
|
||||
...
|
||||
greenthread.sleep(0)
|
||||
from eventlet import greenthread
|
||||
...
|
||||
greenthread.sleep(0)
|
||||
|
||||
|
||||
MySQL access and eventlet
|
||||
|
Loading…
Reference in New Issue
Block a user