summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 5d7a8b61..861497fa 100644
--- a/setup.py
+++ b/setup.py
@@ -147,6 +147,13 @@ setuptools.setup(
'list_service=openstackclient.identity.v3.service:ListService',
'show_service=openstackclient.identity.v3.service:ShowService',
'set_service=openstackclient.identity.v3.service:SetService',
+ 'create_endpoint=' +
+ 'openstackclient.identity.v3.endpoint:CreateEndpoint',
+ 'delete_endpoint=' +
+ 'openstackclient.identity.v3.endpoint:DeleteEndpoint',
+ 'set_endpoint=openstackclient.identity.v3.endpoint:SetEndpoint',
+ 'show_endpoint=openstackclient.identity.v3.endpoint:ShowEndpoint',
+ 'list_endpoint=openstackclient.identity.v3.endpoint:ListEndpoint',
],
'openstack.image.v2': [
'list_image=openstackclient.image.v2.image:ListImage',