← Back to team overview

yahoo-eng-team team mailing list archive

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

 

Public bug reported:

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

** Affects: glance
     Importance: Undecided
         Status: New

-- 
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):
  New

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


Follow ups

References