From 71084626fd33f8e8be3ff779dfe26c0055147214 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Sat, 5 May 2018 00:51:52 +0200 Subject: Add comment for python scripts --- python/reboot_ovh_cloud_instance.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'python') 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: instance["id"]), imageId=instance["imageId"], rescue=(netboot_mode == "rescue")) print(result) +# reboot normal: +#result = client.post("/cloud/project/{}/instance/{}/reboot".format(project, instance["id"]), type="soft") -- cgit v1.2.3