Removing duplicated doc from client-api
Change-Id: I1a9ef0c33c68a32808686194c74c27d66d2617e0
This commit is contained in:
parent
94db1f2551
commit
b404df9aba
@ -63,26 +63,6 @@ Keystone v3
|
|||||||
auth_version=_auth_version
|
auth_version=_auth_version
|
||||||
)
|
)
|
||||||
|
|
||||||
.. code-block:: python
|
|
||||||
|
|
||||||
_authurl = 'http://127.0.0.1:5000/v3/'
|
|
||||||
_auth_version = '3'
|
|
||||||
_user = 'tester'
|
|
||||||
_key = 'testing'
|
|
||||||
_os_options = {
|
|
||||||
'user_domain_id': 'Default',
|
|
||||||
'project_domain_id': 'Default',
|
|
||||||
'project_id': 'Default'
|
|
||||||
}
|
|
||||||
|
|
||||||
conn = Connection(
|
|
||||||
authurl=_authurl,
|
|
||||||
user=_user,
|
|
||||||
key=_key,
|
|
||||||
os_options=_os_options,
|
|
||||||
auth_version=_auth_version
|
|
||||||
)
|
|
||||||
|
|
||||||
Keystone v2
|
Keystone v2
|
||||||
~~~~~~~~~~~
|
~~~~~~~~~~~
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user