summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorTerry Howe <terrylhowe@gmail.com>2014-02-27 10:55:37 -0700
committerTerry Howe <terrylhowe@gmail.com>2014-02-27 10:55:37 -0700
commite9015b94f91d3ff6972109fb21a2b5e7fd3b9a79 (patch)
tree0669888cf5862bf0e697407048959ba459891ae7 /setup.cfg
parentb7f673cb81f1a6539739dc6d12eaef7455bf63fd (diff)
downloadpython-openstackclient-e9015b94f91d3ff6972109fb21a2b5e7fd3b9a79.tar.gz
In anticipation of network agents, rename compute
Rename the compute agents in anticipation of network agents Change-Id: I201121915638d89dfbe46a7e0026aa4c2777e590 Closes-Bug: #1285800
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg8
1 files changed, 4 insertions, 4 deletions
diff --git a/setup.cfg b/setup.cfg
index a2c34e14..8852757b 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -40,10 +40,10 @@ openstack.common =
quota_show = openstackclient.common.quota:ShowQuota
openstack.compute.v2 =
- agent_create = openstackclient.compute.v2.agent:CreateAgent
- agent_delete = openstackclient.compute.v2.agent:DeleteAgent
- agent_list = openstackclient.compute.v2.agent:ListAgent
- agent_set = openstackclient.compute.v2.agent:SetAgent
+ compute_agent_create = openstackclient.compute.v2.agent:CreateAgent
+ compute_agent_delete = openstackclient.compute.v2.agent:DeleteAgent
+ compute_agent_list = openstackclient.compute.v2.agent:ListAgent
+ compute_agent_set = openstackclient.compute.v2.agent:SetAgent
aggregate_add_host = openstackclient.compute.v2.aggregate:AddAggregateHost
aggregate_create = openstackclient.compute.v2.aggregate:CreateAggregate