1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2024-11-01 12:04:15 +00:00
Commit graph

33 commits

Author SHA1 Message Date
catborise
dd16a5b2d5 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
catborise
74eb8004d7 changing video card model functionality added to options. 2019-11-20 16:24:01 +03:00
catborise
caf00bd4f9 create/views.py: rearrange variable order 2019-09-10 16:06:30 +03:00
catborise
828a271789 pep8 style code corrections 2019-09-10 09:48:31 +03:00
catborise
fc6761aabc Add destination storage option for instance creation from a template. 2019-01-09 14:18:19 +03:00
catborise
4efc311dec remove artifacts old implementation 2018-12-18 10:51:34 +03:00
catborise
a519980610 Narrow down with pool searching existing volume while creating instance from template/flavour 2018-12-18 10:46:23 +03:00
catborise
62908f477c Qemu Guest Agent channel add option while creating instance 2018-11-26 15:40:02 +03:00
catborise
eb8aae957e Bundle: Add/Delete Cdrom function added. Add disk device type/bus choice for custom instance creation. Change some cosmetics on create instance. Change some functions signature for compatibility. Add getting disk device types function. Fixed some bugs 2018-11-23 15:18:32 +03:00
catborise
45720d3bcf convert HDD selection of new instance creation to user request. Before that, instance creation gets all images of all pools. If there is a problem with some pools other than default. It causes problem and sometimes it takes too long to opeen create instance page. With that extension getting volumes is up to request. Firs you must select pool then select volume. For now the create page opens instantly. 2018-11-16 16:08:35 +03:00
catborise
40ada89c4a add log message when an instance is created 2018-11-14 11:46:13 +03:00
catborise
d63c0a8163 activate default cache which is in settings for vm creation. 2018-10-10 15:50:59 +03:00
catborise
e1910c75ff add warning for dublicate instance name on other host 2018-10-04 10:14:08 +03:00
catborise
5d4a600908 success message converted to translate ready 2018-09-26 17:16:48 +03:00
catborise
4d14fdceea selection added to domain creation for nwfilters. Add nwfilter option while adding network card. NWfilters minor fixes 2018-09-24 14:41:13 +03:00
catborise
0d90e4bb46 Make domain creation work with XML. Fix typo 2018-09-21 19:07:47 +03:00
catborise
13dc4ff510 console password random and empty options modified. 2018-09-14 23:02:07 +03:00
catborise
b58277c621 Instance create with template is revisited. Add password, console, listener address options. add wait dialog. change to console password optional. nwfilter become option. 2018-09-14 16:23:25 +03:00
catborise
41b80bc719 libxml2 artifact correction. 2018-07-20 14:58:22 +03:00
catborise
e387c3a21d Host gets list of all storages active/inactive. If there is some inactive storages it gives error. But it coulde be inactive. It is normal. Changing the behaviour of getting list of storages. 2018-07-20 14:04:13 +03:00
catborise
7200a34699 fix if there is an exception int get_storage_images mac_auto and cache_mode does not work. So sequence change fixes that. 2018-07-20 11:03:01 +03:00
Jan Krcmar
db1ab88f51 Merge remote-tracking branch 'retspen/master'
Conflicts:
	conf/requirements.txt
2016-04-21 13:34:27 +02:00
Benjamin Renard
9520282a4b Add possibility to configure HDD cache mode during instance creation 2016-04-17 23:41:40 +02: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
Retspen
ba556c2272 Fixed #3 2015-05-15 20:54:55 +03:00
Retspen
b4e8da8671 Resoved problem with app template 2015-04-02 16:20:46 +03:00
Retspen
35da9ad193 Added 404 and fixed urls 2015-04-02 15:39:40 +03:00
Retspen
ea41412aac Move tempates 2015-04-02 11:48:40 +03:00
Retspen
00b4d751ad Added buttons and actions on create page 2015-03-10 11:15:36 +02:00
Retspen
be9487e42f Day is end 2015-03-06 15:46:59 +02:00
Retspen
5960e94da5 Add logs and block for templates 2015-03-03 11:34:09 +02:00
Retspen
29b05745ad Added users page 2015-03-02 10:52:07 +02:00
Retspen
2ed6ca6518 Clean header 2015-02-27 14:44:44 +02:00
Renamed from definst/views.py (Browse further)