diff --git a/api/src/org/apache/cloudstack/api/user/hypervisor/command/ListHypervisorsCmd.java b/api/src/org/apache/cloudstack/api/user/datacenter/command/ListHypervisorsCmd.java similarity index 98% rename from api/src/org/apache/cloudstack/api/user/hypervisor/command/ListHypervisorsCmd.java rename to api/src/org/apache/cloudstack/api/user/datacenter/command/ListHypervisorsCmd.java index abab7249e46..4b5a60faad9 100644 --- a/api/src/org/apache/cloudstack/api/user/hypervisor/command/ListHypervisorsCmd.java +++ b/api/src/org/apache/cloudstack/api/user/datacenter/command/ListHypervisorsCmd.java @@ -14,7 +14,7 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. -package org.apache.cloudstack.api.user.hypervisor.command; +package org.apache.cloudstack.api.user.datacenter.command; import java.util.ArrayList; import java.util.List; diff --git a/client/tomcatconf/commands.properties.in b/client/tomcatconf/commands.properties.in index 66dbae31e97..f778ddd709a 100755 --- a/client/tomcatconf/commands.properties.in +++ b/client/tomcatconf/commands.properties.in @@ -290,7 +290,7 @@ listInstanceGroups=org.apache.cloudstack.api.user.vmgroup.command.ListVMGroupsCm uploadCustomCertificate=com.cloud.api.commands.UploadCustomCertificateCmd;1 ### other commands -listHypervisors=org.apache.cloudstack.api.user.hypervisor.command.ListHypervisorsCmd;15 +listHypervisors=org.apache.cloudstack.api.user.datacenter.command.ListHypervisorsCmd;15 ### VPN createRemoteAccessVpn=org.apache.cloudstack.api.user.vpn.command.CreateRemoteAccessVpnCmd;15