- 30 Apr, 2013 9 commits
-
-
Ilias Tsitsimpis authored
-
Ilias Tsitsimpis authored
-
Ilias Tsitsimpis authored
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
Make --flavor-id mandatory in 'snf-manage server-create' management command.
-
Christos Stavrakakis authored
Update 'network-create' management command, to require an owner when creating a private network.
-
Christos Stavrakakis authored
Make list command order results either by 'order_by' class attribute, or by primary key.
-
Giorgos Korfiatis authored
Provide console script astakos-migrate-0.14. Also update related upgrade notes.
-
Giorgos Korfiatis authored
-
- 29 Apr, 2013 13 commits
-
-
Giorgos Korfiatis authored
-
Ilias Tsitsimpis authored
This reverts commit da18207e2825b4a0a4cb3abc6a9fbef541eda05b. Issue resolved by commit 214058a911c5b4b8b3d9108ba891536a0b40dc49.
-
Giorgos Korfiatis authored
Unify these operations when registering a pending application, in order to make sure no commission can be left pending.
-
Giorgos Korfiatis authored
Sync number of pending applications to quotaholder.
-
Christos Stavrakakis authored
-
Ilias Tsitsimpis authored
In resolve_commissions, accept_serials and reject_serials may be empty lists. Don't do a validation check for this parameters and let the servers respond with an error if bad values was given.
-
Christos Stavrakakis authored
State of public NIC should be 'BUILDING'
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
Migration 0001 should be faked on an existing database. Migration 0002 adds new fields. Migration 0003 populates the new fields based on the old ones. Migration 0004 deletes unneeded fields and tables.
-
Giorgos Korfiatis authored
In order to facilitate migrations.
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
Avoid function call as a default value in model.
-
Giorgos Korfiatis authored
Default to empty string
-
- 27 Apr, 2013 1 commit
-
-
Stratos Psomadakis authored
Running vncauthproxy as nobody:www-data makes more sense. We have better privilege separation between apache2/gunicorn and vncauthproxy, while gunicorn can still to connect to the vncauthproxy's control socket. When/if vncauthproxy starts using TCP ctrl sockets instead of UNIX, this could be omitted entirely. We could also consider adding a separate user/group for vncauhtproxy.
-
- 26 Apr, 2013 5 commits
-
-
Sofia Papagiannaki authored
-
Sofia Papagiannaki authored
The oauth_verifier received from the executed callback has to be passed to the access_token request (it is no more optional) https://dev.twitter.com/discussions/16443#comment-36666 Updated twitter oath service urls
-
Giorgos Korfiatis authored
- Rename 'pithos+' to 'pithos' - Prepend resource names with 'service_name.'
-
Christos Stavrakakis authored
Use urlparse.urljoin create the config url in order to avoid extra '/'.
-
Sofia Papagiannaki authored
Conflicts: snf-astakos-app/astakos/im/management/commands/resource-list.py snf-astakos-app/astakos/im/management/commands/service-list.py snf-astakos-app/astakos/im/management/commands/service-modify.py snf-astakos-app/astakos/im/management/commands/user-modify.py snf-astakos-app/astakos/im/management/commands/user-set-initial-quota.py snf-astakos-app/astakos/im/management/commands/user-show.py
-
- 25 Apr, 2013 8 commits
-
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
Support issue_commission's `name' parameter for an optional description of the commission. Include this field in the dict returned by get_commission. Change astakosclient accordingly.
-
Giorgos Korfiatis authored
Conflicts: astakosclient/astakosclient/__init__.py astakosclient/astakosclient/errors.py astakosclient/astakosclient/tests.py docs/index.rst
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
Fix deadlock when creating a server that was introduced by commit 501053a. Allocating the public IP in the same transaction with creating the server resulted in a deadlock with backend allocator, because inserting the new VM in the database waits on an exclusive lock of the backend (foreign key).
-
Giorgos Korfiatis authored
`snf-manage resource-import' does not provide a way to change the default base quota any more. When importing a resource for the first time, it sets the limit to zero. Use `snf-manage resource-modify' to change limits. It supports both interactive mode and reading limits from file, either for a specified resource or for all resources.
-
Giorgos Korfiatis authored
-
- 24 Apr, 2013 4 commits
-
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
Also remove unused `context' argument and replace empty list default values with None.
-
Giorgos Korfiatis authored
-