Statistics
| Branch: | Tag: | Revision:

root / api @ 6f6bd1a2

Name Size
__init__.py 0 Bytes
authentication.py 875 Bytes
emitter.py 2.3 kB
faults.py 2.5 kB
handlers.py 8.8 kB
helpers.py 1.8 kB
openstack-api.txt 780 Bytes
resource.py 1.3 kB
urls.py 2.3 kB

Latest revisions

# Date Author Comment
6f6bd1a2 01/26/2011 07:42 pm Markos Gogoulos

removed reference to aquarium/models to db/models

2ed31bce 01/26/2011 04:48 pm Markos Gogoulos

a few minor changes regarding the naming of metadata, Server Label has become Server_Label (xml naming does not like spaces), also changed vocabs.py and machines.html according to the STATES tuple of vocabs.py

38e2c5ed 01/20/2011 02:56 pm Christos Psaltis

added spinner when loading machines and server sleep, to emulate a real life use case

ec06b07c 01/15/2011 07:50 am Dimitris Moraitis

js api calls

93efd593 11/27/2010 04:14 am Faidon Liambotis

Fix XML output

Breakage introduced with previous commit 5c812d1.

5c812d1b 11/27/2010 02:43 am Faidon Liambotis

Split some loosely related modules

c3e8f508 11/26/2010 11:53 pm Faidon Liambotis

Allow for .json/.xml suffixes in URLs as per spec

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....

0be1a55e 11/26/2010 10:54 pm Faidon Liambotis

Add a custom 404 catch-all in api/

909f415b 11/26/2010 10:45 pm Faidon Liambotis

Add error handling on /servers read()

View revisions

Also available in: Atom