diff options
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |
