aboutsummaryrefslogtreecommitdiff
path: root/python/reboot_ovh_cloud_instance.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/reboot_ovh_cloud_instance.py')
-rw-r--r--python/reboot_ovh_cloud_instance.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/reboot_ovh_cloud_instance.py b/python/reboot_ovh_cloud_instance.py
index de20c07..bd70e0b 100644
--- a/python/reboot_ovh_cloud_instance.py
+++ b/python/reboot_ovh_cloud_instance.py
@@ -26,3 +26,5 @@ if netboot_mode is not None:
26 instance["id"]), imageId=instance["imageId"], rescue=(netboot_mode == "rescue")) 26 instance["id"]), imageId=instance["imageId"], rescue=(netboot_mode == "rescue"))
27 print(result) 27 print(result)
28 28
29# reboot normal:
30#result = client.post("/cloud/project/{}/instance/{}/reboot".format(project, instance["id"]), type="soft")