- 04 Jan, 2013 3 commits
-
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
Due to a bug the was fixed in Python-2.7, in Python-2.6 unicode strings that are written to sys.stdout (using sys.stdout.write) are not converted to bytestrings using the file.encoding. Instead sys.stdout.encoding is set to None, and the default encoding is used. We solve this by creating a wrapper to stdout, and encoding everything either with the file encoding, or with the `locale` prefered encoding.
-
Christos Stavrakakis authored
Ignore offline backends when computing the state of the network, since no notification will be received from them. Also, create no BackendNetwork for an offline backend. This will be created by reconcilliation, when the backend gets online again.
-
- 11 Dec, 2012 1 commit
-
-
Constantinos Venetsanopoulos authored
-
- 10 Dec, 2012 6 commits
-
-
Dimitris Aragiorgis authored
Signed-off-by:
Dimitris Aragiorgis <dimara@grnet.gr>
-
Dimitris Aragiorgis authored
Signed-off-by:
Dimitris Aragiorgis <dimara@grnet.gr>
-
Dimitris Aragiorgis authored
Signed-off-by:
Dimitris Aragiorgis <dimara@grnet.gr>
-
Constantinos Venetsanopoulos authored
-
Constantinos Venetsanopoulos authored
Add the Pooling and Greenlets section in the Quick Installation Guide. Also make some minor adjustments concerning Astakos default configuration values.
-
Christos Stavrakakis authored
-
- 07 Dec, 2012 3 commits
-
-
Christos Stavrakakis authored
-
Dimitris Aragiorgis authored
In the future quick-admin-installation-guide will be for one node only. Signed-off-by:
Dimitris Aragiorgis <dimara@grnet.gr>
-
Christos Stavrakakis authored
-
- 06 Dec, 2012 17 commits
-
-
Christos Stavrakakis authored
-
Constantinos Venetsanopoulos authored
-
Christos Stavrakakis authored
-
Dimitris Aragiorgis authored
Signed-off-by:
Dimitris Aragiorgis <dimara@grnet.gr>
-
Christos Stavrakakis authored
-
Constantinos Venetsanopoulos authored
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
-
- 03 Dec, 2012 2 commits
-
-
Kostas Papadimitriou authored
-
Christos Stavrakakis authored
Update admin guide: move section about creation of pools after installing snf-cyclades-app
-
- 28 Nov, 2012 7 commits
-
-
Christos Stavrakakis authored
Conflicts: docs/quick-install-admin-guide.rst
-
Christos Stavrakakis authored
-
Kostas Papadimitriou authored
-
Ilias Tsitsimpis authored
-
Kostas Papadimitriou authored
Refs #3097
-
Ilias Tsitsimpis authored
-
Ilias Tsitsimpis authored
-
- 26 Nov, 2012 1 commit
-
-
Christos Stavrakakis authored
Use image_backend context manager to ensure that ImageBackend is always closed. list_images method did not close the ImageBackend, which resulted in depletion of the Pithos backend connection pool.
-