Statistics
| Branch: | Tag: | Revision:

root / api @ dddb9274

Name Size
  fixtures
__init__.py 0 Bytes
authentication.py 875 Bytes
emitter.py 2.4 kB
faults.py 2.5 kB
handlers.py 21.9 kB
helpers.py 1.8 kB
models.py 0 Bytes
openstack-api.txt 780 Bytes
resource.py 1.3 kB
tests.py 14.7 kB
urls.py 4 kB

Latest revisions

# Date Author Comment
966899d3 03/02/2011 05:45 pm Markos Gogoulos

add attribute description for the machines

on machine's response, as it is with images

ffffd5fe 03/02/2011 01:08 pm Markos Gogoulos

improve exception handling on api/handlers

add missing try except blocks on FlavorHandler, ImageHandler, ServerHandler

f0858246 03/01/2011 10:16 pm Markos Gogoulos

improve error handling on api/handlers

changed "raise fault.itemNotFound" to "return noContent" on the few cases that it was still in use

01199e0b 03/01/2011 09:44 pm Markos Gogoulos

update api handlers

  • remove power nap code that polls the ganeti job
  • introduce def random_password() that returns a random 8-digit password
    password comprises of upper and lower case ascii chars and numbers
8714499d 03/01/2011 08:48 pm Markos Gogoulos

fix server's name on the create machine wizzard

  • set as vm.name the user requested name
  • send vm.backend_id to Ganeti
54c30633 03/01/2011 08:37 pm Markos Gogoulos

update tests

  • update/extend tests: testServerList, testAPIVersion, testFlavorsDetails, testImagesDetails
ac7188e6 03/01/2011 08:34 pm Markos Gogoulos

remove legacy code, update RS API spec doc link

d2e5f1d1 03/01/2011 05:53 pm Markos Gogoulos

use variables on api tests.py

use variables instead of strings, for server/image/flavor ids

9a6600f3 02/28/2011 02:12 pm Vangelis Koukis

Fix handling of flavor disk size in POST /servers

Make the POST /servers handler convert disk size to MB
before passing it to the RAPI call. The disk field of the Flavor
model is in GB.

2a41dcb0 02/27/2011 10:26 pm Dimitris Moraitis

log unexpected errors

View revisions

Also available in: Atom