From 67be974861ad37b86226801e8243911d0fbe3117 Mon Sep 17 00:00:00 2001
From: licanwei
Date: Wed, 11 Apr 2018 22:58:56 -0700
Subject: [PATCH] Trivial fix of saving_energy strategy doc
Change-Id: Ie7b85b8e57a679be8f8fc05c0c24e707b0dd575d
---
doc/source/strategies/saving_energy.rst | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/doc/source/strategies/saving_energy.rst b/doc/source/strategies/saving_energy.rst
index 4ee3dc2d3..b3b6a94b2 100644
--- a/doc/source/strategies/saving_energy.rst
+++ b/doc/source/strategies/saving_energy.rst
@@ -67,13 +67,13 @@ parameter type default description
Efficacy Indicator
------------------
-Energy saving strategy efficacy indicator is unclassified.
-https://github.com/openstack/watcher/blob/master/watcher/decision_engine/goal/goals.py#L215-L218
+None
Algorithm
---------
-For more information on the Energy Saving Strategy please refer to:http://specs.openstack.org/openstack/watcher-specs/specs/pike/implemented/energy-saving-strategy.html
+For more information on the Energy Saving Strategy please refer to:
+http://specs.openstack.org/openstack/watcher-specs/specs/pike/implemented/energy-saving-strategy.html
How to use it ?
---------------
@@ -91,10 +91,10 @@ step 2: Create audit to do optimization
$ openstack optimize audittemplate create \
at1 saving_energy --strategy saving_energy
- $ openstack optimize audit create -a at1
+ $ openstack optimize audit create -a at1 \
+ -p free_used_percent=20.0
External Links
--------------
-*Spec URL*
-http://specs.openstack.org/openstack/watcher-specs/specs/pike/implemented/energy-saving-strategy.html
+None