aboutsummaryrefslogtreecommitdiffstats
path: root/moonclient/moonclient/rules.py
diff options
context:
space:
mode:
authorWuKong <rebirthmonkey@gmail.com>2015-09-23 11:58:00 +0200
committerWuKong <rebirthmonkey@gmail.com>2015-09-23 11:58:00 +0200
commit480d0fb4390de27b225722e72cb95686f5c42ff8 (patch)
treef4d1c95356fce394c9bc8db427e5be558ae64568 /moonclient/moonclient/rules.py
parentc572f02590ae0e70118bb6eec71b3bfdf3fb2b25 (diff)
review moonclient
Change-Id: I0969fe42fd756c025d549d0cffe07943cddd2d15 Signed-off-by: WuKong <rebirthmonkey@gmail.com>
Diffstat (limited to 'moonclient/moonclient/rules.py')
-rw-r--r--moonclient/moonclient/rules.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/moonclient/moonclient/rules.py b/moonclient/moonclient/rules.py
index 6b4be6f8..dcf1a8f0 100644
--- a/moonclient/moonclient/rules.py
+++ b/moonclient/moonclient/rules.py
@@ -11,7 +11,7 @@ from cliff.show import ShowOne
class RulesList(Lister):
- """List all aggregation algorithms."""
+ """List all rules."""
log = logging.getLogger(__name__)
@@ -120,7 +120,7 @@ class RulesList(Lister):
class RuleAdd(Command):
- """List the current aggregation algorithm."""
+ """Add a new rule."""
log = logging.getLogger(__name__)
@@ -228,7 +228,7 @@ class RuleAdd(Command):
class RuleDelete(Command):
- """Set the current aggregation algorithm."""
+ """Delete a new rule."""
log = logging.getLogger(__name__)