Statistics
| Branch: | Tag: | Revision:

root / util / rapi.py @ 5039a44f

History | View | Annotate | Download (46.5 kB)

# Date Author Comment
ee66adf0 07/01/2011 12:52 pm Giorgos Gousios

Fix logging configuration in the rapi client

98f36397 07/01/2011 11:32 am Giorgos Gousios

Logging configuration for the rapi logger

1f6ba360 04/05/2011 03:37 pm Faidon Liambotis

Actually fix simplejson wrt util/rapi.py

Broken by previous commit, 3481786

3481786b 04/05/2011 03:32 pm Faidon Liambotis

Use Python 2.6's json in util/rapi.py

This was fixed with a237869 but "broken" again via the pull of new RAPI
version from Ganeti (067dda9)

067dda99 04/01/2011 03:38 pm Vangelis Koukis

Import RAPI client from Ganeti 2.4.1

a237869d 03/28/2011 03:23 pm Faidon Liambotis

Be consistent about the use of simplejson

simplejson was merged into Python 2.6's stdlib as json. To help with
that and avoid external dependencies, Django provides a utils.simplejson
module that either imports Python's json module or imports an embedded...

e5e20779 11/26/2010 10:03 pm Faidon Liambotis

Import Ganeti's RAPI client