Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tonytan4ever/36af9c621aeb9f4bda17ffe680567995 to your computer and use it in GitHub Desktop.
Save tonytan4ever/36af9c621aeb9f4bda17ffe680567995 to your computer and use it in GitHub Desktop.
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