Jan Krcmar
4ab8561360
correct value=true of checked checkboxes
2016-01-20 14:49:49 +01:00
Jan Krcmar
d4fa71ff25
default true: live migration and delete original
2016-01-20 14:35:23 +01:00
Jan Krcmar
8deb844c35
adding new instance to user checks existing instances assigned to user
2016-01-19 15:43:56 +01:00
Jan Krcmar
d036d582fd
.gitignore: tags
2016-01-19 15:39:56 +01:00
Jan Krcmar
ca328a7527
instances/templates/instance.html checkbox delete_disk default checked
2016-01-15 15:09:23 +01:00
Jan Krcmar
6151792d9b
allow multiple owners of single instance. this is controlled by settings.ALLOW_INSTANCE_MULTIPLE_OWNER
2016-01-15 10:12:03 +01:00
Jan Krcmar
50ddda98f2
settings tab for changing devices/interface/source/bridge added
...
TODO: handle multiple interfaces
2016-01-14 16:59:50 +01:00
Jan Krcmar
1499af1eef
upgrade websockify 0.6.0 to 0.7.0
...
older version contains bug that closes novnc connection after 30 seconds. this commit puts the right version into conf/requirements.txt used by pip install
2015-12-28 13:57:17 +01:00
Jan Krcmar
0eb60b1aa4
ignore novnc certificate (console/cert.pem)
2015-12-28 13:53:40 +01:00
Jan Krcmar
dac974ddab
request.user.is_authenticated() substitued for @login_required decorator
...
settings.LOGIN_URL = /accounts/login
2015-12-22 15:09:02 +01:00
Jan Krcmar
ae4fdcec92
added class MyRemoteUserBackend(RemoteUserBackend) giving all authenticated users superuser flag
2015-12-22 15:06:19 +01:00
Jan Krcmar
f8c08cb719
wsgi.py customized for use mod_wsgi with apache module
2015-12-22 15:04:23 +01:00
Jan Krcmar
decd5ab4a6
add remoteuser auth middleware classes
2015-12-22 09:48:54 +01:00
Jan Krcmar
6dbd6e558c
pip installing packages need gcc and pkg-config on debian/ubuntu
2015-12-21 10:28:03 +00:00
Anatoliy Guskov
35369edf28
Fixed Checking KVM
2015-12-21 10:02:50 +00:00
Jan Krcmar
cd787c3eaf
Merge branch 'master' of github.com:honza801/webvirtcloud
...
Conflicts:
README.md
computes/views.py
gunicorn.conf.py
instances/templates/instance.html
instances/views.py
vrtManager/create.py
vrtManager/instance.py
2015-11-24 09:37:31 +00:00
Jan Krcmar
04f3a76c05
resize disk image option added
2015-11-24 08:53:13 +00:00
Jan Krcmar
8f2f95e128
cloning instance with lvm disk also clones the disk and sets the correct target in XML configuration
2015-11-13 09:15:38 +00:00
Jan Krcmar
164c9a9145
order Compute objects by name
2015-11-13 09:13:36 +00:00
Anatoliy Guskov
eac356b50a
Merge pull request #57 from jcppkkk/patch-1
...
Require libsasl2-modules for TCP Connection
2015-10-29 13:00:33 +02:00
Anatoliy Guskov
80a27a4a6a
Merge pull request #66 from savichev/patch-9
...
Update README.md
2015-10-29 11:41:50 +02:00
Anatoliy Guskov
b12930c070
Merge pull request #67 from savichev/patch-10
...
Update README.md
2015-10-29 11:41:39 +02:00
Anatoliy Guskov
7d3ef56c08
Merge pull request #68 from savichev/patch-11
...
Update gunicorn.conf.py
2015-10-29 11:41:08 +02:00
savichev
f4f058fdcc
Update gunicorn.conf.py
2015-10-29 13:37:39 +05:00
savichev
bb5e5815c0
Update README.md
2015-10-29 13:19:10 +05:00
savichev
e2ead89fd1
Update README.md
2015-10-29 11:25:37 +05:00
Anatoliy Guskov
2a3a33d746
Fixed #61
2015-10-22 08:01:43 +03:00
Anatoliy Guskov
1e6d177bba
Merge pull request #58 from jcppkkk/patch-2
...
Dockerization
2015-10-19 22:29:32 +03:00
Jethro Yu
83ac06782a
Merge branch 'patch-2'
2015-10-15 20:55:14 +08:00
Jethro Yu
6f0c3dc5ac
Dockerization
2015-10-15 20:47:10 +08:00
Jethro Yu
225db15d9e
Required libsasl2-modules for TCP Connection
2015-10-15 20:26:36 +08:00
Anatoliy Guskov
bccfbb0010
Fixed generate password for VNC
2015-10-08 09:32:38 +03:00
Retspen
11be03df20
Added licence
2015-10-02 13:51:54 +03:00
Anatoliy Guskov
16a3a61a2d
Removed legend
2015-09-23 11:06:58 +03:00
Anatoliy Guskov
c0c5f70369
Fixed label pointer
2015-09-23 11:04:06 +03:00
Anatoliy Guskov
e0e644820e
Fixed graphs tooltip
2015-09-23 11:01:28 +03:00
Anatoliy Guskov
993931e486
Merge pull request #42 from savichev/patch-5
...
Update overview.html
2015-09-08 15:57:36 +03:00
Anatoliy Guskov
6a2ab56522
Merge pull request #51 from savichev/patch-7
...
dependency for #50
2015-09-08 15:57:15 +03:00
Anatoliy Guskov
0e51de0d51
Merge pull request #50 from savichev/patch-6
...
Add support get .vv file
2015-09-08 15:57:05 +03:00
savichev
f18ab34b36
dependency for #50
...
dependency for https://github.com/retspen/webvirtcloud/pull/50
2015-09-08 15:54:00 +05:00
savichev
d12312a96f
Add support get .vv file
...
Add support get .vv file for external application (virt-viewer)
2015-09-08 15:47:03 +05:00
Anatoliy Guskov
d5b86ce16b
Merge pull request #48 from aliceinwire/patch-2
...
changed webvirtmgr with webvirtcloud
2015-08-19 22:12:38 +03:00
Alice Ferrazzi
e6b9167e4a
changed webvirtmgr with webvirtcloud
2015-08-19 22:16:32 +09:00
savichev
80218b2b22
Update overview.html
...
Various Graphics for the host and guest
2015-08-04 14:15:30 +05:00
Anatoliy Guskov
568b019d75
Fixed supervisorctl status for web panel only
2015-08-03 13:45:14 +03:00
Anatoliy Guskov
ef354cc369
Fixed #39
2015-08-03 13:41:33 +03:00
Anatoliy Guskov
b554cb6807
Merge pull request #41 from savichev/patch-4
...
Update requirements.txt
2015-08-03 13:39:47 +03:00
savichev
fb39c99165
Update requirements.txt
...
https://github.com/retspen/webvirtcloud/issues/40#issuecomment-127171268
2015-08-03 14:08:19 +05:00
Anatoliy Guskov
c07d1b1a6e
Added fix sellinux in CentOS
2015-08-01 09:42:47 +03:00
Anatoliy Guskov
511ab8debc
Fixed supervisor ini on Fedora
2015-08-01 09:39:35 +03:00