Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / api @ 22ee6892

Name Size
  fixtures
  management
  templates
__init__.py 0 Bytes
actions.py 11.6 kB
common.py 1.8 kB
faults.py 2.1 kB
flavors.py 3.8 kB
images.py 11.3 kB
models.py 0 Bytes
networks.py 9.4 kB
servers.py 19.6 kB
tests.py 42.9 kB
urls.py 2.2 kB
util.py 10.5 kB
versions.py 4.2 kB

Latest revisions

# Date Author Comment
5061546f 07/23/2012 11:39 am Christos Stavrakakis

Temporary API modification for new style networks

4a15bc7b 07/23/2012 11:36 am Christos Stavrakakis

Remove stale save's in db

cc7c0f44 07/23/2012 11:33 am Christos Stavrakakis

Implement backend allocator and management command

New module implementing instance allocation to one of the available
backends. Allocation is performed based on memory and disk utilization.
Statistics for each backend are stored in DB and updated periodically....

4161cb41 07/23/2012 11:33 am Christos Stavrakakis

Fix issues concerning reconciliation

f5b4f2a3 07/23/2012 11:33 am Christos Stavrakakis

Use the Backend client instead of global RAPI

Replace use of global RAPI client, with the cached client from the
VirtualMachine or Backend model.

Dispatch network actions to all backends.

1a894bfe 07/23/2012 11:33 am Christos Stavrakakis

New management commands concerning backends

- Create command to create a backend (snf-manage backend_create)
- Create command to modify a backend (snf-manage backend_list)
- Create command to list backends (snf-manage backend_modify)
- Modify listservers command to display the backend that hosts the VM

924d8085 07/23/2012 11:32 am Christos Stavrakakis

Rename backend_id to backend_vm_id

Rename backend_id field of VirtualMachine model to avoid conflict between the
backend that hosts the VM and the id that the VM will have on the backend.

ce55f211 07/02/2012 08:25 pm Kostas Papadimitriou

Simple per user quota mechanism for networks/vms

- New dict setting VMS_USER_QUOTA to allow setting per user quota
(overrides MAX_VMS_PER_USER setting)
- Private networks quota mechanism (based on MAX_NETWORKS_PER_USER and
NETWORKS_USER_QUOTA settings)...

2caa409e 04/06/2012 12:25 pm Giorgos Verigakis

Try to decode the server name before printing it

f1e8a6e2 04/02/2012 01:07 pm Giorgos Verigakis

Fallback to displaying the image id if it can not resolve it

View revisions

Also available in: Atom