← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1307781] [NEW] Unnecessary dict copy

 

Public bug reported:

In keystone/service.py there are a number of places we do:

    conf = global_conf.copy()
    conf.update(local_conf)

as this conf object is ignored anyway this serves no purpose and should
be removed

** Affects: keystone
     Importance: Undecided
     Assignee: Jamie Lennox (jamielennox)
         Status: In Progress

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

Title:
  Unnecessary dict copy

Status in OpenStack Identity (Keystone):
  In Progress

Bug description:
  In keystone/service.py there are a number of places we do:

      conf = global_conf.copy()
      conf.update(local_conf)

  as this conf object is ignored anyway this serves no purpose and
  should be removed

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


Follow ups

References