From 27e887556d3468adffec2b603d0883d8d09a3c30 Mon Sep 17 00:00:00 2001 From: deepak_mourya Date: Tue, 23 Jan 2018 12:43:04 +0530 Subject: [PATCH] Fix compute api ref link This is to fix some compute api ref link. Change-Id: Id5acc4d0f635f3d19b916721b6839a0eef544b2a --- watcher/common/nova_helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}​ #