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
|
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.
|
information associated with the volume in the Cinder database.
|
||||||
|
|
||||||
driver.initialize_connection
|
driver.initialize_connection
|
||||||
***************************
|
****************************
|
||||||
|
|
||||||
Now that we've actually built a target and persisted the important
|
Now that we've actually built a target and persisted the important
|
||||||
bits of information associated with it, we're ready to actually assign
|
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::
|
Typical implementations of US eAuth authentication systems are structured as follows::
|
||||||
|
|
||||||
[ MS Active Directory or other federated LDAP user store ]
|
[ MS Active Directory or other federated LDAP user store ]
|
||||||
--> backends to…
|
--> backends to…
|
||||||
[ SUN Identity Manager or other SAML Policy Controller ]
|
[ 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 ]
|
[ 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.
|
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
|
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.
|
All Rights Reserved.
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License"); you may
|
Licensed under the Apache License, Version 2.0 (the "License"); you may
|
||||||
@ -69,7 +69,7 @@ The :mod:`cinder.test` Module
|
|||||||
:noindex:
|
:noindex:
|
||||||
:members:
|
:members:
|
||||||
:undoc-members:
|
:undoc-members:
|
||||||
:show-inheritance:
|
:show-inheritance:
|
||||||
|
|
||||||
|
|
||||||
The :mod:`cinder.utils` Module
|
The :mod:`cinder.utils` Module
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
..
|
..
|
||||||
Copyright 2010-2011 United States Government as represented by the
|
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.
|
All Rights Reserved.
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License"); you may
|
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>]]
|
cinder migrate [--force-host-copy [<True|False>]]
|
||||||
[--lock-volume [<True|False>]]
|
[--lock-volume [<True|False>]]
|
||||||
<volume> <host>
|
<volume> <host>
|
||||||
|
|
||||||
Mandatory arguments:
|
Mandatory arguments:
|
||||||
<volume> ID of volume to migrate.
|
<volume> ID of volume to migrate.
|
||||||
<host> Destination host. The format of host is
|
<host> Destination host. The format of host is
|
||||||
@ -65,7 +65,7 @@ the CLI::
|
|||||||
back-end. If the back-end does not have specified
|
back-end. If the back-end does not have specified
|
||||||
pools, 'POOL' needs to be set with the same name
|
pools, 'POOL' needs to be set with the same name
|
||||||
as 'backend'.
|
as 'backend'.
|
||||||
|
|
||||||
Optional arguments:
|
Optional arguments:
|
||||||
--force-host-copy [<True|False>]
|
--force-host-copy [<True|False>]
|
||||||
Enables or disables generic host-based force-
|
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
|
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::
|
delays in the case that there is only a single green thread::
|
||||||
|
|
||||||
from eventlet import greenthread
|
from eventlet import greenthread
|
||||||
...
|
...
|
||||||
greenthread.sleep(0)
|
greenthread.sleep(0)
|
||||||
|
|
||||||
|
|
||||||
MySQL access and eventlet
|
MySQL access and eventlet
|
||||||
|
Loading…
x
Reference in New Issue
Block a user