← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1205520] Re: Cannot set the default project for the User V3

 

already addressed by:
https://github.com/openstack/horizon/commit/49f9d15488b115a49a97bb65a74dee9886060d65
#diff-b2563902a2e374d28979194905a1ea84

** Changed in: horizon
       Status: In Progress => Invalid

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1205520

Title:
  Cannot set the default project for the User V3

Status in OpenStack Dashboard (Horizon):
  Invalid
Status in python-keystoneclient:
  Fix Released

Bug description:
  The code implementation is passing the attribute to Keystone as
  "project_id"..

  
  https://github.com/openstack/python-keystoneclient/blob/master/keystoneclient/v3/users.py#L46

      def create(self, name, domain=None, project=None, password=None,
                 email=None, description=None, enabled=True):
          return super(UserManager, self).create(
              name=name,
              domain_id=base.getid(domain),
              project_id=base.getid(project),
              password=password,
              email=email,
              description=description,
              enabled=enabled)

  According to identity-api spec (https://github.com/openstack/identity-
  api/blob/master/openstack-identity-api/v3/src/markdown/identity-
  api-v3.md). it should be passed as "default_project_id".

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1205520/+subscriptions