- 15 Nov, 2012 7 commits
-
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
image model get_meta already takes care of escaping the meta value
-
Kostas Papadimitriou authored
methods that used to return user specific information modified to return arrays of objects based on identified image users. Image space delimited `users` metadata key is now the primary point to identify existing image users.
-
Kostas Papadimitriou authored
warn user against untrustworthy image owners
-
Kostas Papadimitriou authored
fix max height and spacing of public keys list view
-
Christos Stavrakakis authored
-
- 13 Nov, 2012 1 commit
-
-
Christos Stavrakakis authored
Add --filter-by option to server-list, network-list and flavor-list management commands. The value of this option is a comma-seperated list of key 'cond' val pairs and, when used, only the DB entries that satisfy all of the specified conditions are displayed. The exact keys that can be used are displayed in the help message. Also when a wrong key is used, all the available keys are displayed to the error message. No attempt is made to "sanitize" the keys. Examples: snf-manage server-list --filter-by "deleted=True,state=STARTED" snf-manage server-list --filter-by userid=cstavr@grnet.gr,flavor__cpu=2 snf-manage flavor-list --filter-by "ram>=1024,disk<20"
-
- 12 Nov, 2012 2 commits
-
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
-
- 09 Nov, 2012 9 commits
-
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
Add indexes to VirtualMachine userid and deleted columns Add indexes to Network userid, deleted and public columns
-
Christos Stavrakakis authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
add new option `--suspended` in servers-list command to filter output suspended servers
-
Kostas Papadimitriou authored
-
- 08 Nov, 2012 10 commits
-
-
Kostas Papadimitriou authored
UI now displays notice for vm's flagged as suspended. User may click on suspended notice to contact support.
-
Kostas Papadimitriou authored
- Reset network status after a failed destroy action - Fix multiple network actions (Refs #2298) - Reset button visibility after nic disconnect
-
Christos Stavrakakis authored
Conflicts: snf-cyclades-app/synnefo/api/management/commands/flavor-list.py snf-cyclades-app/synnefo/api/management/commands/server-list.py snf-cyclades-app/synnefo/api/networks.py snf-cyclades-app/synnefo/logic/rapi.py
-
Christos Stavrakakis authored
Add extra support for changing link and mac_prefix. Also support reserving and releasing IPs.
-
Kostas Papadimitriou authored
include reference to custom image creation guide if available. Reference url can be configured by setting the UI_CUSTOM_IMAGE_HELP_URL setting.
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
Automatically choose a subnet that doesn't already exists in user's private networks if 'Auto' subnet option is selected.
-
Kostas Papadimitriou authored
filter out unexisting deleted networks
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
-
- 07 Nov, 2012 11 commits
-
-
Kostas Papadimitriou authored
notify users that although connection information appears, vm may not be available to connect to if it was just restarted/created.
-
Kostas Papadimitriou authored
ui inititalization process now includes a call to the introduced `ui.views.userquota` view which returns a json representation of available user quota limits. Quota information is used across ui to prevent user from the effort of trying to allocate additional resources.
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
- add configurable vm hostname template - allow override of vm connect messages - replace ip by hostname in vm connection messages - configurable ssh message template - optional setting to append extra content in windows rdp files
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
additionally check osfamily image tag. If tag set to linux enable ssh keys support.
-
Kostas Papadimitriou authored
UI_GROUPED_NETWORK_NAME -> UI_GROUPED_PUBLIC_NETWORK_NAME
-
Christos Stavrakakis authored
Use select_for_update method when accessing VM objects to prevent race conditions. Also move start_action from logic to api.
-
Christos Stavrakakis authored
-