James Iter 8 rokov pred
rodič
commit
2c9a9b058c

+ 4 - 3
docs/screenshot.md

@@ -6,14 +6,15 @@
             <img width="888" height="490" src="../screenshot/dashboard.png">
             <img width="888" height="490" src="../screenshot/dashboard02.png">
             <img width="888" height="490" src="../screenshot/vm_instance.png">
-            <img width="888" height="490" src="../screenshot/boot_job.png">
             <img width="888" height="490" src="../screenshot/guest_detail.png">
             <img width="888" height="490" src="../screenshot/disk.png">
             <img width="888" height="490" src="../screenshot/compute_node.png">
             <img width="888" height="490" src="../screenshot/host_detail.png">
             <img width="888" height="490" src="../screenshot/platform_log.png">
-            <img width="888" height="490" src="../screenshot/vm_template.png">
-            <img width="888" height="490" src="../screenshot/operate_rule.png">
+            <img width="888" height="490" src="../screenshot/snapshot.png">
+            <img width="888" height="490" src="../screenshot/os_template_public.png">
+            <img width="888" height="490" src="../screenshot/os_template_custom.png">
+            <img width="888" height="490" src="../screenshot/ssh_keys.png">
             <img width="888" height="490" src="../screenshot/system_config.png">
         </div>
     </div>

+ 0 - 1
models/event_processor.py

@@ -112,7 +112,6 @@ class EventProcessor(object):
             cls.guest.progress = cls.message['message']['progress']
 
         elif cls.guest.status == GuestState.snapshot_converting.value:
-            print cls.message
             cls.os_template_image.id = cls.message['message']['os_template_image_id']
             cls.os_template_image.get()
 

BIN
screenshot/boot_job.png


BIN
screenshot/operate_rule.png


BIN
screenshot/os_template_custom.png


BIN
screenshot/os_template_public.png


BIN
screenshot/snapshot.png


BIN
screenshot/ssh_keys.png


BIN
screenshot/system_config.png