1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2024-11-01 03:54:15 +00:00
webvirtcloud/instances
2016-02-08 10:17:01 +01:00
..
migrations Initial commit 2015-02-27 10:53:51 +02:00
templates instance/clone: changing clone name input changes disk image name according to clone name (similar approach as instances/views:show_clone_disk) 2016-02-08 10:17:01 +01:00
templatetags Fixed pep8 2015-03-27 17:12:15 +02: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
models.py Added is_template attribute to instances. If true, instance cannot be started. 2016-01-20 15:40:09 +01:00
tests.py Initial commit 2015-02-27 10:53:51 +02:00
urls.py Fixed pep8 2015-04-06 10:51:50 +03:00
views.py show_clone_disk generates cloned images name with "-*" suffix. fe: vname=vm1 vm1-root becomes vm1-clone-root (was vm1-root-clone) 2016-02-08 10:13:19 +01:00