api_refactor: move listhyperisor to datacenter

will use this for all organizational units

Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
This commit is contained in:
Rohit Yadav 2012-12-04 10:41:22 -08:00
parent 658cf56120
commit d3261e5bb3
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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