← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1307781] Re: Unnecessary dict copy

 

** Changed in: keystone
       Status: Fix Committed => Fix Released

** Changed in: keystone
    Milestone: None => juno-1

-- 
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):
  Fix Released

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


References