← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1264946] [NEW] Remove unused code in contrib/ec2/controllers.py

 

Public bug reported:

Variable "token_id" is assigned at the end of the function "authenticate" in contrib/ec2/controllers.py
"token_id = uuid.uuid4().hex" in  https://github.com/openstack/keystone/blob/master/keystone/contrib/ec2/controllers.py#L102 is unused code, remove it

** Affects: keystone
     Importance: Undecided
     Assignee: Rui Chen (kiwik-chenrui)
         Status: New

** Changed in: keystone
     Assignee: (unassigned) => Rui Chen (kiwik-chenrui)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1264946

Title:
  Remove unused code in contrib/ec2/controllers.py

Status in OpenStack Identity (Keystone):
  New

Bug description:
  Variable "token_id" is assigned at the end of the function "authenticate" in contrib/ec2/controllers.py
  "token_id = uuid.uuid4().hex" in  https://github.com/openstack/keystone/blob/master/keystone/contrib/ec2/controllers.py#L102 is unused code, remove it

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


Follow ups

References