- 03 Feb, 2014 3 commits
-
-
Dimitris Aragiorgis authored
Enable eventd during prepare() so that after restarting it, init script will not fail. Signed-off-by:
Dimitris Aragiorgis <dimara@grnet.gr>
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
-
- 01 Feb, 2014 1 commit
-
-
Sofia Papagiannaki authored
-
- 31 Jan, 2014 1 commit
-
-
Ilias Tsitsimpis authored
This patch fixes a problem with burnin where burnin couldn't delete a floating IP if it was attached to a port, by destroying the port first.
-
- 30 Jan, 2014 3 commits
-
-
Olga Brani authored
-
Giorgos Korfiatis authored
Conflicts: snf-deploy/snfdeploy/__init__.py version
-
Dionysis Grigoropoulos authored
* Check if the user specified an invalid disk/container format when registering an image. * Check if the user provided a valid disk/container format when updating a registered image. * Check if the user provided an image ID when registering/updating an image. * Check if the store type is within acceptable values. * Properly handle unicode user input
-
- 29 Jan, 2014 11 commits
-
-
Dionysis Grigoropoulos authored
-
Christos Stavrakakis authored
s/lib/util
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
Fail with BadRequest if length of metadata key or value is not valid.
-
Sofia Papagiannaki authored
-
Christos Stavrakakis authored
Image properties where stored all together as one metadata (JSON dumped string). This caused problems with the maximum allowed length of for a metadata value. This commit fixes this by storing each property as a separate metadata which is prefixed with the 'PROPERTY_PREFIX'.
-
Ilias Tsitsimpis authored
Add the '/astakos' prefix to the ASTAKOS_AUTH_URL path.
-
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
CYCLADES_NODE_IP is needed for customizing cyclades.conf template for UI_MEDIA_URL. Signed-off-by:
Dimitris Aragiorgis <dimara@grnet.gr>
-
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>
-
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 5 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
-