mirror of https://github.com/apache/cloudstack.git
api_refactor: refactor list hypervisor api
- Fix refactored apis, mappings in commands*.in Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
This commit is contained in:
parent
cabbc7bd7d
commit
91d199b8d8
|
|
@ -14,11 +14,12 @@
|
|||
// KIND, either express or implied. See the License for the
|
||||
// specific language governing permissions and limitations
|
||||
// under the License.
|
||||
package com.cloud.api.commands;
|
||||
package org.apache.cloudstack.api.user.hypervisor.command;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
import com.cloud.api.commands.UpgradeRouterCmd;
|
||||
import org.apache.log4j.Logger;
|
||||
|
||||
import org.apache.cloudstack.api.ApiConstants;
|
||||
|
|
@ -290,7 +290,7 @@ listInstanceGroups=org.apache.cloudstack.api.user.vmgroup.command.ListVMGroupsCm
|
|||
uploadCustomCertificate=com.cloud.api.commands.UploadCustomCertificateCmd;1
|
||||
|
||||
### other commands
|
||||
listHypervisors=com.cloud.api.commands.ListHypervisorsCmd;15
|
||||
listHypervisors=org.apache.cloudstack.api.user.hypervisor.command.ListHypervisorsCmd;15
|
||||
|
||||
### VPN
|
||||
createRemoteAccessVpn=org.apache.cloudstack.api.user.vpn.command.CreateRemoteAccessVpnCmd;15
|
||||
|
|
|
|||
Loading…
Reference in New Issue