diff --git a/watcher/common/nova_helper.py b/watcher/common/nova_helper.py index 547af1a4b..c50cdc12c 100644 --- a/watcher/common/nova_helper.py +++ b/watcher/common/nova_helper.py @@ -551,7 +551,7 @@ class NovaHelper(object): return False def set_host_offline(self, hostname): - # See API on http://developer.openstack.org/api-ref-compute-v2.1.html + # See API on https://developer.openstack.org/api-ref/compute/ # especially the PUT request # regarding this resource : /v2.1/os-hosts/​{host_name}​ #