From 7d40b3d4c3544f769ce840e250705e741b7cac92 Mon Sep 17 00:00:00 2001
From: licanwei
Date: Mon, 26 Dec 2016 16:07:12 +0800
Subject: [PATCH] Fix reference http
==>
Change-Id: Iea22902db12b9bb05b9cd2d9a4ac95818f00f133
---
watcher/decision_engine/cluster/history/base.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/watcher/decision_engine/cluster/history/base.py b/watcher/decision_engine/cluster/history/base.py
index e12819ce4..89a7de17c 100644
--- a/watcher/decision_engine/cluster/history/base.py
+++ b/watcher/decision_engine/cluster/history/base.py
@@ -34,10 +34,10 @@ API is proposed with some helper classes in order to :
- share a common measurement (events or metrics) naming based on what is
defined in Ceilometer.
- See `the full list of available measurements `_
+ See `the full list of available measurements `_
- share common meter types (Cumulative, Delta, Gauge) based on what is
defined in Ceilometer.
- See `the full list of meter types `_
+ See `the full list of meter types `_
- simplify the development of a new :ref:`Strategy `
- avoid duplicating the same code in several
:ref:`Strategies `