summaryrefslogtreecommitdiff
path: root/openstackclient/compute
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-04-17 02:04:18 +0000
committerGerrit Code Review <review@openstack.org>2014-04-17 02:04:18 +0000
commit398dc6c0bdb1ceb3211a748e0c076930fb81a7d1 (patch)
treee293cb3a668d41ae7d1be61e1ab6bd2917f4fe27 /openstackclient/compute
parent01db6d977f518d6a348a89549ca566c4aa780e79 (diff)
parente9015b94f91d3ff6972109fb21a2b5e7fd3b9a79 (diff)
downloadpython-openstackclient-398dc6c0bdb1ceb3211a748e0c076930fb81a7d1.tar.gz
Merge "In anticipation of network agents, rename compute"
Diffstat (limited to 'openstackclient/compute')
-rw-r--r--openstackclient/compute/v2/agent.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/openstackclient/compute/v2/agent.py b/openstackclient/compute/v2/agent.py
index c8fb6ccc..ae7ba962 100644
--- a/openstackclient/compute/v2/agent.py
+++ b/openstackclient/compute/v2/agent.py
@@ -26,7 +26,7 @@ from openstackclient.common import utils
class CreateAgent(show.ShowOne):
- """Create agent command"""
+ """Create compute agent command"""
log = logging.getLogger(__name__ + ".CreateAgent")
@@ -75,7 +75,7 @@ class CreateAgent(show.ShowOne):
class DeleteAgent(command.Command):
- """Delete agent command"""
+ """Delete compute agent command"""
log = logging.getLogger(__name__ + ".DeleteAgent")
@@ -95,7 +95,7 @@ class DeleteAgent(command.Command):
class ListAgent(lister.Lister):
- """List agent command"""
+ """List compute agent command"""
log = logging.getLogger(__name__ + ".ListAgent")
@@ -127,7 +127,7 @@ class ListAgent(lister.Lister):
class SetAgent(show.ShowOne):
- """Set agent command"""
+ """Set compute agent command"""
log = logging.getLogger(__name__ + ".SetAgent")