mirror of https://github.com/apache/cloudstack.git
api_refactor: move template api preparetemplate to admin pkg
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
This commit is contained in:
parent
ceddaf122c
commit
55f2bd810a
|
|
@ -14,7 +14,7 @@
|
|||
// 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.admin.template.command;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
|
|
@ -88,7 +88,7 @@ listTemplates=org.apache.cloudstack.api.user.template.command.ListTemplatesCmd;1
|
|||
updateTemplatePermissions=org.apache.cloudstack.api.user.template.command.UpdateTemplatePermissionsCmd;15
|
||||
listTemplatePermissions=org.apache.cloudstack.api.user.template.command.ListTemplatePermissionsCmd;15
|
||||
extractTemplate=org.apache.cloudstack.api.user.template.command.ExtractTemplateCmd;15
|
||||
prepareTemplate=com.cloud.api.commands.PrepareTemplateCmd;1
|
||||
prepareTemplate=org.apache.cloudstack.api.admin.template.command.PrepareTemplateCmd;1
|
||||
|
||||
#### iso commands
|
||||
attachIso=org.apache.cloudstack.api.user.iso.command.AttachIsoCmd;15
|
||||
|
|
|
|||
Loading…
Reference in New Issue