Advertisement
Guest User

Untitled

a guest
Apr 15th, 2011
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. compute/manager.py:
  2. @exception.wrap_exception
  3. def query_domain_descriptor(self, context, instance_id):
  4. return '<a>123</a>'
  5.  
  6. compute/api.py:
  7. def query_domain_descriptor(self, context, instance_id):
  8. res = self._call_compute_message("query_domain_descriptor", context, instance_id)
  9. logging.warn(res)
  10. return res
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement