← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1392485] Re: metadef modules should only use - from wsme.rest import json

 

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

** Changed in: glance
    Milestone: None => kilo-1

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

Title:
  metadef modules should only use - from wsme.rest import json

Status in OpenStack Image Registry and Delivery Service (Glance):
  Fix Released

Bug description:
  Several metadef module routines use:
  from wsme.rest.json import fromjson
  from wsme.rest.json import tojson

  To follow the import rules at http://docs.openstack.org/developer/hacking/ (only import modules), these should be replaced with:
  from wsme.rest import json

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


References