The keystoneclient.v2_0.endpoints Module

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

Bases: keystoneclient.base.Resource

Represents a Keystone endpoint

class keystoneclient.v2_0.endpoints.EndpointManager(api)

Bases: keystoneclient.base.ManagerWithFind

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

The keystoneclient.v2_0.ec2 Module

Next topic

The keystoneclient.v2_0.roles Module

This Page