- 29 Jan, 2014 1 commit
-
-
Dimitris Aragiorgis authored
Java VncViewer class has an issue with self-signed certificates. With existing deployment it does not work if UI_MEDIA_URL uses FQDN. Use the node's IP instead. NOTE: In a linux (Debian) client add the following in .java/deployment/deployment.properties: deployment.security.level=MEDIUM which will prompt to allow execution of the applet. Signed-off-by:
Dimitris Aragiorgis <dimara@grnet.gr>
-
- 28 Jan, 2014 6 commits
-
-
Dionysis Grigoropoulos authored
* Update response code for image not found * Remove unwanted whitespace at the end of lines
-
Dionysis Grigoropoulos authored
-
Christos Stavrakakis authored
Extend Cyclades stats API endpoint with the ability to return stats only for a backend. Also, add option to include image stats or not.
-
Christos Stavrakakis authored
Fix bug that caused Plankton to return Pithos files that were not registered as images. Plankton did not checked that the requested Pithos object (UUID or URL) was an Image. This was caused because 'get_object_meta' call of PithosBackend returns the common metadata for all Pithos files (uuid, size, etc.) even if the file had no metadata in the Plankton domain.
-
Dionysis Grigoropoulos authored
-
Dionysis Grigoropoulos authored
-
- 27 Jan, 2014 4 commits
-
-
Dimitris Aragiorgis authored
Since 0.12.0 nfdhcpd serves DHCPv6 requests in order to supply DNS related info. So we have to define a new NFQUEUE to mangle the corresponding packets. Signed-off-by:
Dimitris Aragiorgis <dimara@grnet.gr>
-
Dimitris Aragiorgis authored
Signed-off-by:
Dimitris Aragiorgis <dimara@grnet.gr>
-
Dionysis Grigoropoulos authored
* Fix a typo that made responses report all networks as "deleted=True"
-
Dionysis Grigoropoulos authored
* Update api/networks.py to use the updated get_attribute from commit 14402edcf6d19fc42a64ef93da3d66ef7969327b. * Add corresponding test case * Typo fix in an error message in api/subnets.py Refs #4979
-
- 24 Jan, 2014 1 commit
-
-
Christos Stavrakakis authored
Make sure that all fields of a request (user input) have a valid type. This commit validates 'ports', 'servers' and 'floating_ips' APIs. Refs #4979
-
- 23 Jan, 2014 5 commits
-
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
-
Kostas Papadimitriou authored
-
Christos Stavrakakis authored
Fix bug in Synnefo ListCommand where you could not select to print only the user email columnd ('-o user.email').
-
- 22 Jan, 2014 7 commits
-
-
Sofia Papagiannaki authored
If the object to be urlencoded has its own urlencode() method, use this instead. Refs: #4971
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
-
Kostas Papadimitriou authored
Refs: #4966
-
Giorgos Korfiatis authored
-
Christos Stavrakakis authored
* Add 'allow_create' field to Flavor DB model and the corresponding migration. * Extend API for flavors to return the 'SNF:allow_create' attribute * Update POST /servers API call to check that the flavor that is specified in the request has the 'allow_create' attribute set to True. Otherwise, Forbidden(403) is returned. Also, add a relevant unittest. * Extend 'flavor-modify' and 'flavor-list' management commands to handle the 'allow_create' flag * Update administrator guide and Changelog
-
Christos Stavrakakis authored
Improve the exposed stats from the Astakos API and the way they are displayed in 'stats-astakos' management command.
-
- 21 Jan, 2014 3 commits
-
-
Kostas Papadimitriou authored
-
Giorgos Korfiatis authored
This is necessary so that future migrations know where to start upgrading.
-
Dionysis Grigoropoulos authored
* Update snf-manage commands to use the new userid and public fields introduced in commit bdedfd9d79be7f1c00764b5d56a326d30b30b474
-
- 20 Jan, 2014 10 commits
-
-
Christos Stavrakakis authored
Fix tests that were broken by commit #7ef05bd.
-
Ilias Tsitsimpis authored
Add the '/astakos' prefix to the ASTAKOS_AUTH_URL path.
-
Christos Stavrakakis authored
Clear the 'vm.serial' field after processing a job that was not expected. When processing such a job, we reject the pending commission and issue a new one that reflects the unexpected job. However, since we reject the commission that is associated with the 'vm.task_job_id' job, we must also clear the expected serial. Otherwise, when the 'vm.task_job_id' completes, we will not issue a new commission as it is needed.
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
skip validation errors and reset invalid field values for received user metadata.
-
Kostas Papadimitriou authored
-
Christos Stavrakakis authored
Do not perform reconciliation for building servers that the OP_INSTANCE_CREATE job is completed after quering Ganeti about the state of servers.
-
Christos Stavrakakis authored
Display free and total public IPv4 addresses when pretty-printing Cyclades stats.
-
Christos Stavrakakis authored
'ASTAKOS_AUTH_URL' setting is not present in Astakos node.
-
Christos Stavrakakis authored
Extend API response for servers, networks, subnets and floating IPs, to support HTTP 'changes-since' queries.
-
- 17 Jan, 2014 2 commits
-
-
Giorgos Korfiatis authored
Abort operation when raw_input raises an EOFError.
-
Giorgos Korfiatis authored
Write actual command output and user prompts to stdout; error and progress messages to stderr.
-
- 16 Jan, 2014 1 commit
-
-
Ilias Tsitsimpis authored
The correct filename is 20-cyclades-app-api.conf.
-