- 19 Dec, 2013 4 commits
-
-
Dionysis Grigoropoulos authored
* Propery handle IDs that weren't an integer
-
Dionysis Grigoropoulos authored
* Set detail=True by default for networks and ports * Update subnets to support /detail
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
Add option in enforce-resources-cyclades to specify the maximum number of operations to perform per backend. Also ensure that quota are always checked in the same order.
-
- 18 Dec, 2013 5 commits
-
-
Christos Stavrakakis authored
Fix default values for DB model factories.
-
Christos Stavrakakis authored
Fix migration that caused creation of Subnet for networks that did not had enabled the 'dhcp' option.
-
Christos Stavrakakis authored
Fix corner case where a port seems to be still attached to a VM although the VM has already been deleted.
-
Christos Stavrakakis authored
Security groups are not working yet. Comment out relevant tests.
-
Christos Stavrakakis authored
-
- 17 Dec, 2013 5 commits
-
-
Christos Stavrakakis authored
Add 'created' and 'updated' datetime fields in Subnet model.
-
Christos Stavrakakis authored
Use 'prefetch_related' and 'select_related' to optimize DB queries.
-
Dionysis Grigoropoulos authored
* Fix the name of a port not being saved * Check the length of the name of a port is within acceptable limits
-
Dionysis Grigoropoulos authored
* Do not allow subnet creation on deleted networks
-
Dionysis Grigoropoulos authored
* Add a function logic/utils.py to check the length of a string and raise an API fault with the corresponding message. * Check the length of the name of servers/ports/networks/subnets
-
- 16 Dec, 2013 8 commits
-
-
Christos Stavrakakis authored
Remove stale refence to obsolete 'ASTAKOS_BASE_URL' setting. Instead use 'ASTAKOS_AUTH_URL'.
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
Make dispatcher ask Ganeti about the enabled/ipolicy disk templates only after an OP_CLUSTER_SET_PARAMS. Otherwise, dispatcher will be overwhelmed by gnt-cluster verify jobs.
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
-
- 12 Dec, 2013 4 commits
-
-
Kostas Papadimitriou authored
do not update machine status from task_state if machine in ERROR state, excluding the case when task_state is set to DESTROY.
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
- Remove setting ``UI_SUPPORT_SSH_OS_LIST`` - Always allow ssh key injection unless image os family is included in ``UI_SSH_SUPPORT_OSFAMILY_EXCLUDE_LIST`` setting.
-
- 11 Dec, 2013 5 commits
-
-
Vangelis Koukis authored
-
Kostas Papadimitriou authored
additionally display api error message when provided in the error response object.
-
Kostas Papadimitriou authored
- Fix progress indicator display - Reset model state if attach api call fails
-
Kostas Papadimitriou authored
warn and allow detach of floating ip address which is connected to a port with no device assigned to it.
-
Kostas Papadimitriou authored
handle network creation when no subnet is requested
-
- 10 Dec, 2013 9 commits
-
-
Constantinos Venetsanopoulos authored
-
Constantinos Venetsanopoulos authored
Change the title and subtitle of the Networking tab of the Create Machine wizard.
-
Christos Stavrakakis authored
Add new 'GANETI_CLONE_PROVIDERS' setting to containg the list of ExtStorage providers that support cloning. For these providers the hashmap of the image is passed as an ExtStorage parameter('origin'). Also, since the disk is already filled with data, snf-image performs only customization and no data copying.
-
Christos Stavrakakis authored
Add 'GANETI_DISK_PROVIDER_KWARGS' setting, which contains a dictionary of arbitrary parameters for each of Ganeti's ExtStorage providers and which will be passed to the 'disks' option of CreateInstance Ganeti job.
-
Christos Stavrakakis authored
Add new 'GANETI_MAX_NICS_PER_INSTANCE' setting which represents the maximum number of NICs that is allowed for each Ganeti instance. The value of this setting must be less than 'max:nic-count` option of Ganeti's ipolicy.
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
to allow `open in new tab` functionality
-
Kostas Papadimitriou authored
exclude nested collections while rendering user data to JSON string
-