Merge "Docs: cleanup doc8 errors"
This commit is contained in:
commit
52ad7bcc75
@ -35,3 +35,4 @@ 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.
|
||||||
|
@ -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