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

391 commits

Author SHA1 Message Date
catborise
f9f216224f fix typo 2018-08-01 16:52:29 +03:00
catborise
88f187c94f volume creation parameters changed to support latest version of qemu compatibility 2018-07-31 16:26:28 +03:00
catborise
07ae335d79 add progress bar to image cloning 2018-07-31 16:25:12 +03:00
catborise
eb621ef2c6 broken compute details info is fixed. 2018-07-31 10:15:59 +03:00
catborise
17c619606d
fix typo 2018-07-30 14:05:27 +03:00
catborise
aa236df40f add link to overview of compute from instances 2018-07-30 13:54:20 +03:00
catborise
6a57903fd6 make instances view for administrators choosable. grouped-nongrouped nongrouped first version of instances. with settings.conf it can be changed. 2018-07-30 13:33:09 +03:00
catborise
dc9a5eb327 Fixed pip error by @retspen 2018-07-30 09:31:30 +03:00
catborise
858d1f87d5 integer_validator causes import problem. it removed 2018-07-30 09:24:29 +03:00
catborise
c355a4014f missing csrf_token added to form. 2018-07-27 14:50:39 +03:00
catborise
340d93463e Random mac address for cloned vm issue fixed by @honza801 2018-07-26 15:29:56 +03:00
catborise
1700ddf8f1 undo extension adding changes 2018-07-25 11:28:05 +03:00
catborise
c7b8d1ece0 revert of image extension choosing changes. and modify create xmls 2018-07-25 11:16:03 +03:00
catborise
171f98b232 db migrations and storage list allocation info changes 2018-07-25 09:37:38 +03:00
catborise
4126ad2591 Volumes list allocation info added. While creating image files it is recommended username and group name info. Storage.html does not show messages. messages section added 2018-07-25 09:35:35 +03:00
catborise
2585e64cfd While cloning volume it breaks if volume name is longer than 20 char. It i more realistic longer than 20 char. 2018-07-25 09:33:06 +03:00
catborise
948d657376 Merge branch 'master' of https://github.com/catborise/webvirtcloud 2018-07-24 13:56:14 +03:00
catborise
9176cb6204 lxml conversion of get_info 2018-07-24 13:55:33 +03:00
catborise
b178bad93e instance network page reconfigured. libxml2 artifacts cleaned. Some minor makeups 2018-07-24 13:52:47 +03:00
catborise
8b2451284f Cleaning libxml2 artifact.convert to lxml and variable name correcition 2018-07-20 15:43:29 +03:00
catborise
8b347c1024 Cleaning libxml2 artifact.convert to lxml 2018-07-20 15:19:51 +03:00
catborise
41b80bc719 libxml2 artifact correction. 2018-07-20 14:58:22 +03:00
catborise
332de3709b
Update settings.py.template 2018-07-20 14:51:16 +03:00
catborise
5adeead68d remove data-sort 2018-07-20 14:25:56 +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
e7ecf29359 volume filename extensions reorganized. 2018-07-20 13:42:13 +03:00
catborise
b7150a1fae volume filename extensions reorganized. 2018-07-20 13:41:39 +03:00
catborise
4769c5cf1b volume filename extension converted to choosable with settings. And file extensions reorganized. 2018-07-20 13:40:49 +03:00
catborise
73ce98b63e if there is some inactive storages, listing volumes causes exception then breaks.. checking activeness of storage pool fixes that 2018-07-20 11:05:24 +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
catborise
7862fa8fdf variable typo fix 2018-07-20 09:54:26 +03:00
catborise
65769eb894 intances reformat code. Fix typo error 2018-07-19 09:39:41 +03:00
catborise
5e2144b113 libxml2 artifact cleaned 2018-07-19 09:23:19 +03:00
catborise
db67157907 redundant default bus statement 2018-07-19 09:22:41 +03:00
catborise
654dcddf03 minor corrections 2018-07-18 15:46:11 +03:00
catborise
19b3d867f3 Merge branch 'master' of https://github.com/catborise/webvirtcloud 2018-07-18 15:27:12 +03:00
catborise
eb9160cadb minor correction 2018-07-18 15:26:15 +03:00
catborise
cd072e488b
Merge branch 'master' into master 2018-07-18 15:09:50 +03:00
catborise
d44c65a3f4 unused/old bootstrap file deleted. instances.html make-up.. 2018-07-18 15:01:09 +03:00
catborise
bee2e4222b unused/old bootstrap file deleted. instances.html make-up.. 2018-07-18 15:01:01 +03:00
catborise
bdfdd9238f Correction of requirements 2018-07-18 11:41:34 +03:00
catborise
30e2a66be7 Correction of requirements and add guestfs req. Minor cosmetic change instances 2018-07-18 11:22:23 +03:00
catborise
c38b679c88 Merge branch 'master' of https://github.com/catborise/webvirtcloud 2018-07-18 10:09:26 +03:00
catborise
0778116a40 instances view changed. memory usage converted to progress-bar. some bandi007 changes applied 2018-07-18 10:08:02 +03:00
Anatoliy Guskov
f4de792eff
Merge pull request #160 from Bandic007/master
Fixing django version requirement and instances page not loading
2018-07-06 19:18:14 +03:00
Bandic007
32b03b7184 adding new django version to update procedure, fixing missing deps 2018-07-06 17:26:57 +03:00
Bandic007
904df30386 adding new django version to update procedure 2018-07-06 15:56:11 +03:00
Bandic007
3628e5f355 fixing django version to 1.11.14 + other 2018-07-06 15:48:38 +03:00
Bandic007
1204c6d1b4 return original README file 2018-07-06 14:18:12 +03:00
Bandic007
cfa9fd6066 initial comit 2018-07-06 14:16:45 +03:00