← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1482660] [NEW] Stop using deprecated methods in assignment manager

 

Public bug reported:


Keystone code is using a lot of deprecated methods in assignment manager. This will cause problems if anybody ever sets fatal_deprecations to True since normal operations will just stop working.

You can find the users of the deprecated methods by removing them from
keystone/assignment/core.py and running the tests. The tests should all
work (except for the ones to verify that the deprecated methods are
there).

** Affects: keystone
     Importance: Undecided
     Assignee: Brant Knudson (blk-u)
         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/1482660

Title:
  Stop using deprecated methods in assignment manager

Status in Keystone:
  In Progress

Bug description:
  
  Keystone code is using a lot of deprecated methods in assignment manager. This will cause problems if anybody ever sets fatal_deprecations to True since normal operations will just stop working.

  You can find the users of the deprecated methods by removing them from
  keystone/assignment/core.py and running the tests. The tests should
  all work (except for the ones to verify that the deprecated methods
  are there).

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


Follow ups