From 15d3717e733aec9e8b6526a1abffd62f2da1e32b Mon Sep 17 00:00:00 2001 From: Jamie Lennox Date: Mon, 1 Jun 2015 17:43:56 +1000 Subject: Add EC2 support for identity v3 API EC2 support is provided for the v2 identity API and is available in almost exactly the same format in the v3 API and enabled by default. Supporting EC2 in the v3 identity API in OSC will make it much easier to transition devstack to a v3 only state. Closes-Bug: 1236326 Change-Id: I52ff2020ef2fcbdc8a98280b73c6fd4a93bc8e0f --- setup.cfg | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 8db7c3ea..ce6a0b9b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -208,6 +208,11 @@ openstack.identity.v3 = domain_set = openstackclient.identity.v3.domain:SetDomain domain_show = openstackclient.identity.v3.domain:ShowDomain + ec2_credentials_create = openstackclient.identity.v3.ec2creds:CreateEC2Creds + ec2_credentials_delete = openstackclient.identity.v3.ec2creds:DeleteEC2Creds + ec2_credentials_list = openstackclient.identity.v3.ec2creds:ListEC2Creds + ec2_credentials_show = openstackclient.identity.v3.ec2creds:ShowEC2Creds + endpoint_create = openstackclient.identity.v3.endpoint:CreateEndpoint endpoint_delete = openstackclient.identity.v3.endpoint:DeleteEndpoint endpoint_set = openstackclient.identity.v3.endpoint:SetEndpoint -- cgit v1.2.1