- 22 Nov, 2013 23 commits
-
-
Giorgos Korfiatis authored
When re-registering an existing resource, do not override the visibility flags. They may have been modified by the administrator. Also fix field naming in resource-list.
-
Giorgos Korfiatis authored
Migration 0031 accepted users to whom activation email had been sent, even if their email had not been verified. This is an inconsistent state. We set moderated = False for inactive users. If there are any active users in this state, we issue a warning but leave them untouched.
-
Giorgos Korfiatis authored
Restructure code to avoid an extra join and dict manipulations.
-
Giorgos Korfiatis authored
When registering a new resource or updating base quota for a single resource, compute and set holdings just for this resource.
-
Giorgos Korfiatis authored
Introduce command enforce-resources-cyclades, which checks for quota violations and applies actions to enforce the limits. By default, it operates only on these resources: cpu, ram, floating_ip.
-
Giorgos Korfiatis authored
Add option `--all' in command user-modify to support setting base quota for all users. Exceptions can be specified with `--exclude'. Also select user for update in user-modify.
-
Giorgos Korfiatis authored
Enable filtering quota by resource, over limit status, usage and limit values.
-
Giorgos Korfiatis authored
Introduce quota-list and quota-verify.
-
Giorgos Korfiatis authored
Make available in the API only resources with api_visible=True.
-
Giorgos Korfiatis authored
Rename flag `allow_in_projects' to `ui_visible'. Add flag `api_visible'. The former entails the latter.
-
Giorgos Korfiatis authored
View the resource defaults as a skeleton to be consulted when accepting a new user. All users keep their quota in AstakosUserQuota. Operate resource-modify in bulk, in order to avoiding updating the quotaholder separately for each resource.
-
Giorgos Korfiatis authored
Use a more descriptive name for this resource-modify option. Also change resource-list column `limit' to `default_quota'.
-
Giorgos Korfiatis authored
Register new resources with unlimited quota.
-
Giorgos Korfiatis authored
By convention, infinite is represented by 2**63-1, the max value for a signed 64 bit field.
-
Giorgos Korfiatis authored
Any values that happen to be greater than the new max (2**63-1) are reduced to this value.
-
Giorgos Korfiatis authored
Avoid stateful update of holdings when a resource limit changes; rather recompute and set all affected users' quota.
-
Giorgos Korfiatis authored
Instead of updating every single holding, delete all after loading them, then reinsert them updated with bulk_create.
-
Giorgos Korfiatis authored
Also, remove unneeded param of astakos_users_quotas.
-
Giorgos Korfiatis authored
They have been subsumed by the respective service import/export commands.
-
Giorgos Korfiatis authored
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
-
Giorgos Korfiatis authored
-
- 21 Nov, 2013 17 commits
-
-
Kostas Papadimitriou authored
in icon view vm ips
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
display corresponding connect info in vm connect overlay
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
no longer needed since compute api responses contain the fqdn vm attribute. Setting ``UI_NO_FQDN_MESSAGE`` setting added. Setting value will be displayed when fqdn vm attribute is empty.
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-