From 8835d1fd3454051d3d59028daa02cf226afb658a Mon Sep 17 00:00:00 2001 From: Rohan Kanade Date: Tue, 1 Apr 2014 14:59:31 +0200 Subject: [PATCH] Rename instance_actions v3 to server_actions * Renames the os-instance_actions v3 plugin to os-server-actions * Also modifies api specific tests and expected user input JSON * DocImpact only for v3 Nova api documentation for this plugin. Closes-Bug: #1206032 DocImpact Change-Id: Id5049e10f5ef540d0d8e3871d800e9d9cb33da73 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index daaee09f7..1fe70c17c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -85,7 +85,7 @@ nova.api.v3.extensions = hide_server_addresses = nova.api.openstack.compute.plugins.v3.hide_server_addresses:HideServerAddresses hosts = nova.api.openstack.compute.plugins.v3.hosts:Hosts hypervisors = nova.api.openstack.compute.plugins.v3.hypervisors:Hypervisors - instance_actions = nova.api.openstack.compute.plugins.v3.instance_actions:InstanceActions + server_actions = nova.api.openstack.compute.plugins.v3.server_actions:ServerActions ips = nova.api.openstack.compute.plugins.v3.ips:IPs keypairs = nova.api.openstack.compute.plugins.v3.keypairs:Keypairs lock_server = nova.api.openstack.compute.plugins.v3.lock_server:LockServer