1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2024-12-24 23:25:24 +00:00
webvirtcloud/computes
Tomas Hlavacek 9aee37ab60 Mark the unreachable computes properly
When a compute can not be connected (for whatever reason) mark it as
not connected in the template.

The generic check

  if compute.status

is not enough because the status variable can contain a string with a
connection error.
2020-01-01 23:28:07 +01:00
..
migrations add migration for new column details for hypervisor. 2016-03-18 12:07:42 -03:00
templates Mark the unreachable computes properly 2020-01-01 23:28:07 +01:00
__init__.py Initial commit 2015-02-27 10:53:51 +02:00
admin.py Initial commit 2015-02-27 10:53:51 +02:00
forms.py Increase some max_length 2019-11-09 00:07:02 +07:00
models.py Increase some max_length 2019-11-09 00:07:02 +07:00
tests.py Initial commit 2015-02-27 10:53:51 +02:00
urls.py Enrich Instance Create operation: -add capability to create arm, ppc, i686, aarch64 instances, -add option to choose firmware, -add options to choose chipset. -add capability to choose volume driver options. -add new default settings 2019-12-13 16:47:51 +03:00
views.py Enrich Instance Create operation: -add capability to create arm, ppc, i686, aarch64 instances, -add option to choose firmware, -add options to choose chipset. -add capability to choose volume driver options. -add new default settings 2019-12-13 16:47:51 +03:00