- 23 Dec, 2013 2 commits
-
-
Christos Stavrakakis authored
-
Sofia Papagiannaki authored
Use backend astakosclient instance to query the account quotas.
-
- 20 Dec, 2013 13 commits
-
-
Sofia Papagiannaki authored
Change database field to TextField in order to avoid restrictions on the redirect url lengths Update tests This fix introduces a database migration of the oa2 app Refs: #4804
-
Constantinos Venetsanopoulos authored
-
Constantinos Venetsanopoulos authored
This change should have been included in commit 3df48a3faa0d84bdb2c945d117929e17dc999d59 but was mistakenly left out.
-
Constantinos Venetsanopoulos authored
Change all Astakos messages to reflect the new sign up procedure: * first send a verification email * user clicks on verification link * mark as pending moderation * activate
-
Kostas Papadimitriou authored
-
Constantinos Venetsanopoulos authored
Since now we have more services and we have separate guides for each service API, it is misleading to keep component names in guide file names. Rename file names to reflect the actual service they describe. * astakos-api-guide -> identity-api-guide * pithos-api-guide -> object-api-guide * cyclades-api-guide -> compute-api-guide
-
Constantinos Venetsanopoulos authored
* Separate Developer's guide from API guide * Update API guide to reflect the latest changes mostly regarding Networks * Create an empty Network API guide to get filled with the Neutron API specification * Add the corresponding link to the API guide in index * Remove obsolete Integrator's guide TODO: Refactor/remove/update the Integrator's Quick Installation Guide which is now out-of-date. Sort out what we should keep and merge them to the other guides.
-
Kostas Papadimitriou authored
-
Christos Stavrakakis authored
* clear QuotaHolderSerial objects when resolving pending commissions. * Fix wrong name of Ganeti opcodes. * Do not update vm's flavor before issuing new commission
-
Christos Stavrakakis authored
Make reconciliation mechanism take an exclusive lock on objects before issuing messages for reconciliation events. This will make reconciliation mechanism more slow, but will ensure correct quotas when reconciliation is run while the service is online.
-
Stratos Psomadakis authored
-
Sofia Papagiannaki authored
Remove the name field
-
Sofia Papagiannaki authored
Fix snf-manage oauth2-client-list command arugments
-
- 19 Dec, 2013 20 commits
-
-
Christos Stavrakakis authored
-
Kostas Papadimitriou authored
no longer needed since feedback overlay is not manualy triggered any more.
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
Extend 'Subnet' model with 'userid' and 'public' attributes. This is required in order to avoid an expensive join when listing subnets. This commit also includes a database migration for existing subnets.
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
display error message instead of returning a 404 response
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
remove both existing third party authentication and unverified user entries when the third party identifier gets used.
-
Kostas Papadimitriou authored
Custom EmailValidator class backported from django 1.6
-
Kostas Papadimitriou authored
prevent encoding errors
-
Dionysis Grigoropoulos authored
-
Dionysis Grigoropoulos authored
* Propery handle IDs that weren't an integer
-
Dionysis Grigoropoulos authored
* Set detail=True by default for networks and ports * Update subnets to support /detail
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
Add option in enforce-resources-cyclades to specify the maximum number of operations to perform per backend. Also ensure that quota are always checked in the same order.
-
Ilias Tsitsimpis authored
-
Ilias Tsitsimpis authored
Kamaki changed its API and now AstakosClient has been renamed to CachedAstakosClient whereas the AstakosClient class points to the astakosclient package.
-
- 18 Dec, 2013 5 commits
-
-
Stavros Sachtouris authored
Conflicts: docs/admin-guide.rst docs/quick-install-admin-guide.rst
-
Christos Stavrakakis authored
Fix default values for DB model factories.
-
Christos Stavrakakis authored
Fix migration that caused creation of Subnet for networks that did not had enabled the 'dhcp' option.
-
Christos Stavrakakis authored
Fix corner case where a port seems to be still attached to a VM although the VM has already been deleted.
-
Christos Stavrakakis authored
Security groups are not working yet. Comment out relevant tests.
-