Endpoint Manager and Endpoints

class keystoneclient.v2_0.endpoints.Endpoint(manager, info, loaded=False)

Represents a Keystone endpoint

class keystoneclient.v2_0.endpoints.EndpointManager(api)

Manager class for manipulating Keystone endpoints

create(region, service_id, publicurl, adminurl, internalurl)

Create a new endpoint

delete(id)

Delete an endpoint

list()

List all available endpoints

resource_class

alias of Endpoint

Previous topic

Service Manager and Services

Next topic

Exceptions

This Page