- 08 Jul, 2014 19 commits
-
-
Chrysostomos Nanakos authored
Pass Archipelago config file, XSEG pool size and mapfile check interval configuration values when instantiating Pithos backend class.
-
Chrysostomos Nanakos authored
-
Chrysostomos Nanakos authored
Suppress 'is_snapshot' return value from modular backend get_object_hashmap function.
-
Chrysostomos Nanakos authored
Propagate 'is_snapshot' property to modular backend functions.
-
Chrysostomos Nanakos authored
Add metadata to ObjectWrapper initialization variables and propagate 'is_snapshot' property to backend functions.
-
Chrysostomos Nanakos authored
Introduce new property 'is_snapshot' and 'is_available' and remove old 'archip' prefix for Archipelago volumes. Refactor relevant functions.
-
Sofia Papagiannaki authored
This commit restores the sqlite backend which was broken by the previous commits.
-
Chrysostomos Nanakos authored
-
Sofia Papagiannaki authored
Newly created objects via copy will be associated with a new mapfile. Hence, the copy operation should store this mapfile to the storage backend.
-
Sofia Papagiannaki authored
The backend should not store zero size objects. This commit contains the necessary modifications for the modular backend.
-
Sofia Papagiannaki authored
Object mapfiles on the storage backend will no more be identified by the object's hashmap (content depended). Each object upon creation will be assigned with a unique tag by which they will be referenced on the storage backend. This commit contains the necessary modifications in the pithos database.
-
Chrysostomos Nanakos authored
Until now Pithos was using unhexlified mapfiles but now Archipelago transparently converts those mapfiles to hexlified. Mapper functions do not need to convert unhexlified mapfiles to hexlified ones.
-
Chrysostomos Nanakos authored
-
Chrysostomos Nanakos authored
-
Chrysostomos Nanakos authored
-
Chrysostomos Nanakos authored
-
Chrysostomos Nanakos authored
-
Giorgos Korfiatis authored
Add the missing cyclades_volume definition in the service registration script.
-
Alex Pyrgiotis authored
Fix `check_conflicting_projects` function in order to return a (result, message) tuple in silent mode, which is expected by `validate_project_action` function.
-
- 07 Jul, 2014 2 commits
-
-
Kostas Papadimitriou authored
do not display projects the user is not member to and no resources are consumed from the available project quotas.
-
Kostas Papadimitriou authored
to ensure user object modifications that took place during the login request, such as updated token expiration date, won't get overridden.
-
- 03 Jul, 2014 5 commits
-
-
Christos Stavrakakis authored
-
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
fix project application form submit tests
-
Giorgos Korfiatis authored
Closes #131
-
- 02 Jul, 2014 14 commits
-
-
Dionysis Grigoropoulos authored
* Add a check to both name length and disk template length in snf-manage volume-type-create. * Add a check for the metadata length of snapshots. * Add a generic try/except clause to handle Pithos responses. * Add --user/--public options in snapshot-show/image-show. * Add a boolean "snapshot" field in image-list. * Remove unused user agrument from backend.get_snapshot(). * Remove --wait option from snapshot-create. * Various typo fixes.
-
Olga Brani authored
* Ctrl, Alt buttons title is capitalized * More space for console logo
-
Kostas Papadimitriou authored
enclose suggested flavors generator in wizard step view context to prevent js exception.
-
Kostas Papadimitriou authored
-
Olga Brani authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
containing a list of group names the user is assigned to
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
allow admin to change the groups that users should be assigned to in order to access to api.
-
Giorgos Korfiatis authored
-
Kostas Papadimitriou authored
- Use combined form widget with proposed max members values and custom input in project create/modify views form. - Improved handling of infinite resource values. - Display project overlimit bar in usage view. - Automatically fill `per member` resource quota if not set. - Display all projects in usage view. Option for `sytem only` display removed.
-
Kostas Papadimitriou authored
- New setting ``UI_SNAPSHOTS_ENABLED`` added, The setting can be used to disable/enable snapshot specific actions/views in UI. - Common font style in resource item list item views - Use input tag to display FQDN/vm password info to ease double click mouse selection. - Imrpoved form validator error styles. Style input field border. - Five step volume create wizard. - Several wording fixes. - Display project name under resource name in list resource views. - Enrich volume/ip status. Include vm status to improve resource status comprehension. - Common style for project select views (use select2 widget for enhanced option styling). - Other minor fixes/improvements
-
Kostas Papadimitriou authored
partially based on keystone users admin api
-