Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / quotas @ d2cfb7a1

Name Size
  management
__init__.py 15.6 kB
enforce.py 8.8 kB
models.py 0 Bytes
resources.py 1.8 kB
tests.py 9 kB
util.py 5 kB

Latest revisions

# Date Author Comment
d2cfb7a1 02/11/2014 01:22 pm Giorgos Korfiatis

common: Do not encode key paths as string

Handle explicitly key paths as lists of keys. This allows the key
to be any python object, as is the case in python dicts.

Provide utility unpack() to convert from a string representation to
a list of keys. It assumes that a key is either a string or an integer...

9db290b4 02/04/2014 08:22 am Christos Stavrakakis

cyclades: Update quota tests

a1623327 02/04/2014 08:22 am Christos Stavrakakis

cyclades: Fix quota bugs

Fix some quota bugs introduced by typos

d05e5324 02/03/2014 11:44 am Christos Stavrakakis

cyclades: Count quotas for volumes

Update Cyclades quotas to count the size of the Volumes in the
'cyclades.disk' resources:

  • Update server creation to count the disk not based on the server
    flavor, but on the newly created volumes (those volume which are in...
ba777b02 01/23/2014 03:44 pm Giorgos Korfiatis

cyclades: Detach serial from resource when resolved

0f4c5b34 01/23/2014 03:43 pm Giorgos Korfiatis

cyclades: Delete unused quota code

f4d624c6 01/23/2014 03:43 pm Giorgos Korfiatis

cyclades: Update serial only if actually resolved

d56fa78c 01/17/2014 04:59 pm Giorgos Korfiatis

Catch EOF in astakos/quota commands

Abort operation when raw_input raises an EOFError.

d9a7f0bb 01/17/2014 04:57 pm Giorgos Korfiatis

Fix stdout/stderr write in astakos/quota commands

Write actual command output and user prompts to stdout; error and progress
messages to stderr.

29e3919d 01/13/2014 04:55 pm Giorgos Korfiatis

cyclades: Set shutdown timeout when enforcing quota

Provide option `--shutdown-timeout' in management command to force a VM
shutdown.

View revisions

Also available in: Atom