Comment 7 for bug 1171510

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to identity-api (master)

Reviewed: https://review.openstack.org/71501
Committed: https://git.openstack.org/cgit/openstack/identity-api/commit/?id=66199d7da12d00eca3b48c497265e2d5c03ce1e4
Submitter: Jenkins
Branch: master

commit 66199d7da12d00eca3b48c497265e2d5c03ce1e4
Author: Miranda Zhang <email address hidden>
Date: Thu Feb 6 12:06:40 2014 +0000

    Add and Correct info on add user API usage

    Page coresponding to source file change:
    http://docs.openstack.org/api/openstack-identity-service/2.0/
    content/POST_addUser_v2.0_users_User_Operations_OS-KSADM.html

    Source of info:
    http://docs.rackspace.com/auth/api/v2.0/auth-client-devguide/
    content/POST_addUser_v2.0_users_User_Calls.html

    http://docs.openstack.org/grizzly/openstack-compute/install/
    yum/content/setting-up-tenants-users-and-roles-manually.html

    https://computing.seas.harvard.edu/display/CLOUD/
    Add+a+user+to+OpenStack

    http://turing.suse.de/~aj/cli-reference/content/
    keystoneclient_commands.html

    Corrections(tested with DevStack installation)

    username/user should be name
    the only required field

    Optional fields:
    password / OS-KSADM:password

    enabled <true|false>

    tenantId
    warning tenant/tenant-id/tenant_id won't work

    email
    customized fields

    Change-Id: I9db725a4138e0161bf0a0c2b8d86b7424aa3099a
    Closes-Bug: #1171510