ofri masad has uploaded a new change for review. Change subject: webadmn: Change import vm/template messages (#840874) ......................................................................
webadmn: Change import vm/template messages (#840874) https://bugzilla.redhat.com/840874 The log messages for importing vm/template ere changed to include the destination data center and cluster instead of the destination storage domain. Change-Id: I16d5dd92a930b3023d4b59e75e849e778dde50fc Signed-off-by: Ofri Masad <[email protected]> --- M backend/manager/modules/dal/src/main/resources/bundles/AuditLogMessages.properties 1 file changed, 6 insertions(+), 6 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/75/7975/1 diff --git a/backend/manager/modules/dal/src/main/resources/bundles/AuditLogMessages.properties b/backend/manager/modules/dal/src/main/resources/bundles/AuditLogMessages.properties index 916ff64..8d180a9 100644 --- a/backend/manager/modules/dal/src/main/resources/bundles/AuditLogMessages.properties +++ b/backend/manager/modules/dal/src/main/resources/bundles/AuditLogMessages.properties @@ -474,15 +474,15 @@ IMPORTEXPORT_STARTING_EXPORT_VM=Starting export Vm ${VmName} to ${StorageDomainName} IMPORTEXPORT_EXPORT_VM=Vm ${VmName} was exported successfully to ${StorageDomainName} IMPORTEXPORT_EXPORT_VM_FAILED=Failed to export Vm ${VmName} to ${StorageDomainName} -IMPORTEXPORT_STARTING_IMPORT_VM=Starting to import Vm ${VmName} to ${StorageDomainName} -IMPORTEXPORT_IMPORT_VM=Vm ${VmName} was imported successfully to ${StorageDomainName} -IMPORTEXPORT_IMPORT_VM_FAILED=Failed to import Vm ${VmName} to ${StorageDomainName} +IMPORTEXPORT_STARTING_IMPORT_VM=Starting to import Vm ${VmName} to Data Center ${StoragePoolName}, Cluster ${VdsGroupName} +IMPORTEXPORT_IMPORT_VM=Vm ${VmName} was imported successfully to Data Center ${StoragePoolName}, Cluster ${VdsGroupName} +IMPORTEXPORT_IMPORT_VM_FAILED=Failed to import Vm ${VmName} to Data Center ${StoragePoolName}, Cluster ${VdsGroupName} IMPORTEXPORT_STARTING_EXPORT_TEMPLATE=Starting to export Template ${VmTemplateName} to ${StorageDomainName} IMPORTEXPORT_EXPORT_TEMPLATE=Template ${VmTemplateName} was exported successfully to ${StorageDomainName} IMPORTEXPORT_EXPORT_TEMPLATE_FAILED=Failed to export Template ${VmTemplateName} to ${StorageDomainName} -IMPORTEXPORT_STARTING_IMPORT_TEMPLATE=Starting to import Template ${VmTemplateName} to ${StorageDomainName} -IMPORTEXPORT_IMPORT_TEMPLATE=Template ${VmTemplateName} was imported successfully to ${StorageDomainName} -IMPORTEXPORT_IMPORT_TEMPLATE_FAILED=Failed to import Template ${VmTemplateName} to ${StorageDomainName} +IMPORTEXPORT_STARTING_IMPORT_TEMPLATE=Starting to import Template ${VmTemplateName} to Data Center ${StoragePoolName}, Cluster ${VdsGroupName} +IMPORTEXPORT_IMPORT_TEMPLATE=Template ${VmTemplateName} was imported successfully to Data Center ${StoragePoolName}, Cluster ${VdsGroupName} +IMPORTEXPORT_IMPORT_TEMPLATE_FAILED=Failed to import Template ${VmTemplateName} to Data Center ${StoragePoolName}, Cluster ${VdsGroupName} IMPORTEXPORT_STARTING_REMOVE_TEMPLATE=Starting to remove Template ${VmTemplateName} remove ${StorageDomainName} IMPORTEXPORT_REMOVE_TEMPLATE=Template ${VmTemplateName} was removed from ${StorageDomainName} IMPORTEXPORT_REMOVE_TEMPLATE_FAILED=Failed to remove Template ${VmTemplateName} remove from StorageDomainName -- To view, visit http://gerrit.ovirt.org/7975 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I16d5dd92a930b3023d4b59e75e849e778dde50fc Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: ofri masad <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
