Statistics
| Branch: | Tag: | Revision:

root / api / faults.py @ b9809f7c

History | View | Annotate | Download (2.5 kB)

# Date Author Comment
b9809f7c 11/26/2010 11:33 pm Faidon Liambotis

Add our own XML emitter

OpenStack's API XML isn't merely an XML representation of the data
structures and therefore Piston's XML Emitter can't be used as-is.

The XML generation code from OpenStack's Nova is guranteed(?) to be
compatible, so re-use their code and adapt it into an Emitter subclass....

14a6a08f 11/26/2010 10:44 pm Faidon Liambotis

Provide an empty "details" field in faults

To deal with broken clients that expect it to be there.

635cfd6e 11/26/2010 06:52 pm Faidon Liambotis

Convert faults to return an Exception subclass

Piston's rc from which fault is modeled doesn't do that; however, we
prefer doing things the Django (rather than the Piston) way and make
faults be an Exception subclass.

Piston may not do that but it actually gives us all the tools to do it,...

ed66d976 11/26/2010 05:38 pm Faidon Liambotis

Add Shared IP Groups handler

00b4f1be 11/26/2010 04:39 pm Faidon Liambotis

Initial commit