Statistics
| Branch: | Tag: | Revision:

root / api / flavors.py @ 404ccab2

History | View | Annotate | Download (3.6 kB)

# Date Author Comment
2c60cbef 09/14/2011 12:13 pm Giorgos Verigakis

Add deleted states in Flavor and SynnefoUser

A database migration is needed.

Refs #1055

adee02b8 06/17/2011 12:48 am Giorgos Verigakis

Add proper license headers

b36f78fa 05/31/2011 05:33 pm Giorgos Verigakis

Style fixes to be more PEP8 compliant

aa197ee4 05/10/2011 01:35 pm Vangelis Koukis

Fix redundant whitespace at end of lines

Remove all unecessary whitespace at end of lines.
See
http://stackoverflow.com/questions/5257553/coloring-white-space-in-git-diffs-output

for a way to have git highlight redundant whitespace automatically.

529178b1 04/15/2011 02:13 pm Giorgos Verigakis

Code clean up

  • Moved rapi related stuff in logic
  • Added messages to all raised Faults
  • Updated console format
  • Removed unused fixture
  • Better imports
  • Docstring bugfixes
2627cd84 04/05/2011 04:27 pm Giorgos Verigakis

Add missing import

d8e50a39 04/04/2011 12:21 am Giorgos Verigakis

Move to OpenStack API v1.1

  • Removes piston dependency.
  • Adds dateutil dependency.

Fixes #183 - Implement /servers
Fixes #185 - Implement /images
Fixes #245 - Details in exception handlers
Fixes #249 - Metadata handling
Fixes #253 - Transition to OpenStack API v1.1...

f1641e4d 03/31/2011 06:14 pm Markos Gogoulos

fix flavors to use api 1.1redux

  • add cpu attribute returned on flavor(s) listing
  • use api 1.1redux on gui for flavors
29a59bc1 03/24/2011 04:08 pm Giorgos Verigakis

Use the json module bundled by Django

c36934a7 03/21/2011 06:09 pm Giorgos Verigakis

Add image and flavor support to REDUX API

Refs #301