Created
July 1, 2016 15:58
-
-
Save tonytan4ever/36af9c621aeb9f4bda17ffe680567995 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
new_model = 'neutron.db.agent.models.Agent' | |
LOG.warning(_LW("You are using the deprecated Agent model: " | |
"%(deprecated)s.Use the recommended model %(new)s instead."), | |
{'deprecated': '%s.Agent' % __name__, | |
'new': new_model}) | |
Agent = moves.moved_class(agt.Agent, 'Agent', __name__) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment