Renamed endpoint to interface in docstring
The parameter was called 'endpoint_type' in keystoneclient. Moving to keystoneauth1 the parameter was renamed to 'interface'. Updated the docstring in service_catalog to reflect that. Change-Id: Iedbc77ec7a856653ffc9e0282d4ce97da36c3c87
This commit is contained in:
parent
ae2e6f4dc3
commit
e57547c366
@ -175,9 +175,9 @@ class ServiceCatalog(object):
|
||||
a particular endpoint attribute. If no attribute is given, return
|
||||
the first endpoint of the specified type.
|
||||
|
||||
Valid endpoint types: `public` or `publicURL`,
|
||||
`internal` or `internalURL`,
|
||||
`admin` or 'adminURL`
|
||||
Valid interface types: `public` or `publicURL`,
|
||||
`internal` or `internalURL`,
|
||||
`admin` or 'adminURL`
|
||||
|
||||
:param string service_type: Service type of the endpoint.
|
||||
:param string interface: Type of endpoint.
|
||||
|
Loading…
x
Reference in New Issue
Block a user