mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
add Compute instances tab. Minimal invasion. minimal change. keep structure
This commit is contained in:
parent
e44e01cad4
commit
25e6381fc9
21 changed files with 618 additions and 335 deletions
|
|
@ -19,6 +19,7 @@ INSTALLED_APPS = (
|
|||
'django.contrib.sessions',
|
||||
'django.contrib.messages',
|
||||
'django.contrib.staticfiles',
|
||||
'dashboards',
|
||||
'computes',
|
||||
'console',
|
||||
'networks',
|
||||
|
|
@ -153,4 +154,4 @@ INSTANCE_VOLUME_DEFAULT_FORMAT = 'qcow2'
|
|||
INSTANCE_VOLUME_DEFAULT_BUS = 'virtio'
|
||||
INSTANCE_VOLUME_DEFAULT_CACHE = 'directsync'
|
||||
# up to os, 0=root, 107=qemu or libvirt-bin(for ubuntu)
|
||||
INSTANCE_VOLUME_DEFAULT_OWNER = 0
|
||||
INSTANCE_VOLUME_DEFAULT_OWNER = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue