diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-05-05 00:51:52 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-05-05 00:51:52 +0200 |
commit | 71084626fd33f8e8be3ff779dfe26c0055147214 (patch) | |
tree | f6008ca03831e4bff501f72fa4bb68980727091b /python | |
parent | eeac44ec8e07980b3dcdb0789666db17f3e23ea2 (diff) | |
download | Puppet-71084626fd33f8e8be3ff779dfe26c0055147214.tar.gz Puppet-71084626fd33f8e8be3ff779dfe26c0055147214.tar.zst Puppet-71084626fd33f8e8be3ff779dfe26c0055147214.zip |
Add comment for python scripts
Diffstat (limited to 'python')
-rw-r--r-- | python/reboot_ovh_cloud_instance.py | 2 |
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") | ||