mirror of https://github.com/apache/cloudstack.git
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:
parent
658cf56120
commit
d3261e5bb3
|
|
@ -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;
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue