- 28 May, 2013 22 commits
-
-
Giorgos Korfiatis authored
Also fix some help messages.
-
Sofia Papagiannaki authored
-
Kostas Papadimitriou authored
- removed `user-` prefix for shorter command names - condensed auth-policy to authpolicy
-
Ilias Tsitsimpis authored
-
Christos Stavrakakis authored
-
Kostas Papadimitriou authored
the new api changed image/flavor keys only in servers response. imageRef and flavorRef are still required in server create requests (makes sense) Refs: #3768
-
Kostas Papadimitriou authored
the updated api uses /metadata/ instead of /meta/ Refs: #3768
-
Kostas Papadimitriou authored
Refs: #3768
-
Christos Stavrakakis authored
-
Kostas Papadimitriou authored
Update javascript libraries to keep up with the latest changes in compute api.
-
Stavros Sachtouris authored
Rename attribute of GET /flavors response, from 'cpu' to 'vcpus'. Catholicaly remove "values" term from requests and responses cyclades: Rename meta to metadata at Cyclades URLs: * /servers/<server-id>/meta * /servers/<server-id>/meta/<key> * /images/<image-id>/meta * /images/<image-id>/meta/<key> Refs: #3768
-
Christos Stavrakakis authored
Rename attribute of GET /flavors response, from 'cpu' to 'vcpus'. Refs #3768
-
Christos Stavrakakis authored
Update tests to use OpenStack Compute API v2. Refs #3768
-
Christos Stavrakakis authored
Rename 'flavorRef' to 'flavor' and 'imageRef' to 'image', to responses of /servers API. 'flavorRef' and 'imageRef' are still preserved to to request parameters of POST /servers. Refs #3768
-
Christos Stavrakakis authored
For compatibility with OpenStack Compute API v2, we remove the term 'values' from all JSON requests and responses. Refs #3768
-
Christos Stavrakakis authored
For compatibility with OpenStack Compute API v2, rename 'meta' to 'metadata' to Cyclades API URLs. Specifically, to the following ones: * /servers/<server-id>/meta * /servers/<server-id>/meta/<key> * /images/<image-id>/meta * /images/<image-id>/meta/<key> Refs #3768
-
Constantinos Venetsanopoulos authored
-
Constantinos Venetsanopoulos authored
-
Constantinos Venetsanopoulos authored
The Administrator's guide should include an up-to-date list of all 'snf-manage' management commands for all services. Create the corresponding section in the Admin guide and move the latest Astakos commands there from the old Astakos README file. Pithos and Cyclades commands will be added in a separate patch.
-
Giorgos Korfiatis authored
Email subjects are parameterized by site name and application- specific data. Other than that they should be constants rather than settings. Remove unused GROUP_CREATION_SUBJECT.
-
Kostas Papadimitriou authored
type parameter is mandatory in private network creation requests.
-
Kostas Papadimitriou authored
-
- 27 May, 2013 18 commits
-
-
Kostas Papadimitriou authored
-
Giorgos Korfiatis authored
Remove unused settings BILLING_FIELDS and QUEUE_CONNECTION.
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Giorgos Korfiatis authored
Settings ADMINS, MANAGERS, and HELPDESK are tuples even though they could naturally be lists. If one sets by mistake one of these to list, this triggers an error in notification code, which tries to concatenate them: concatenation of list and tuple fails. To avoid this, we make sure that these settings are in tuple form. Also explicitly set MANAGERS and HELPDESK in the default admin settings to an empty tuple rather than referring to ADMINS (which is an empty tuple, too).
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
-
Kostas Papadimitriou authored
GET is not allowed to remove auth provider urls
-
Kostas Papadimitriou authored
do not include third party logins of disabled provider modules (modules which are not set in ASTAKOS_IM_MODULES). This fixes user's provider remove policy resolution when user has multiple providers assigned but only one is enabled in ASTAKOS_IM_MODULES setting.
-
Kostas Papadimitriou authored
incorrect variable use. Retrieve message from provider object instead of astakos_messages module.
-
Kostas Papadimitriou authored
initialize client in login view
-
Olga Brani authored
Convert provider removal links to forms (using POST), in order to be able to remove GET from the remove view allowed HTTP methods. Refs #3793
-
Kostas Papadimitriou authored
removed activate option. User status can be changed using additional user-modify commands (--verify, --accept etc.)
-
Ilias Tsitsimpis authored
Refs #3767
-
Kostas Papadimitriou authored
missing comma
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
update default value of TEMPLATE_DIRS setting
-