Alexey Chub has uploaded a new change for review. Change subject: webadmin: Use "Power Off" instead of "Stop" VM action (#869634) ......................................................................
webadmin: Use "Power Off" instead of "Stop" VM action (#869634) Change-Id: I06b60e5fa3159ff74c857418cd058b39916a32dd Signed-off-by: Alexey Chub <[email protected]> --- M backend/manager/modules/dal/src/main/resources/bundles/AuditLogMessages.properties M frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/Constants.java 2 files changed, 35 insertions(+), 35 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/77/9377/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 6f5342e..aaceefc 100644 --- a/backend/manager/modules/dal/src/main/resources/bundles/AuditLogMessages.properties +++ b/backend/manager/modules/dal/src/main/resources/bundles/AuditLogMessages.properties @@ -6,7 +6,7 @@ VDS_LOW_DISK_SPACE_ERROR=Critical, Low disk space. Host ${VdsName} has less than ${DiskSpace} MB of free space left on: ${Disks}. IRS_FAILURE=Failed to access Storage on Host ${VdsName}. USER_ADD=User '${NewUserName}' was added successfully to the system. -USER_FAILED_ADD_ADUSER=Failed to add User '${NewUserName}' to the system. +USER_FAILED_ADD_ADUSER=Failed to add User '${NewUserName}' to the system. USER_ADD_BOOKMARK=Bookmark ${BookmarkName} was added by ${UserName}. USER_ADD_BOOKMARK_FAILED=Failed to add bookmark: ${BookmarkName} (User: ${UserName}). USER_ADD_VDS=Host ${VdsName} was added by ${UserName}. @@ -17,8 +17,8 @@ USER_ADD_VM_POOL=VM Pool ${VmPoolName} was created by ${UserName}. USER_ADD_VM_POOL_FAILED=Failed to create VM Pool ${VmPoolName} (User: ${UserName}). USER_ADD_VM_POOL_WITH_VMS=VM Pool ${VmPoolName} (containing ${VmsCount} VMs) was created by ${UserName}. -USER_ADD_VM_POOL_WITH_VMS_FAILED=Failed to create VM Pool ${VmPoolName}(User: ${UserName}). -USER_ADD_VM_POOL_WITH_VMS_ADD_VDS_FAILED=Pool ${VmPoolName} Created, but some Vms failed to create (User: ${UserName}). +USER_ADD_VM_POOL_WITH_VMS_FAILED=Failed to create VM Pool ${VmPoolName}(User: ${UserName}). +USER_ADD_VM_POOL_WITH_VMS_ADD_VDS_FAILED=Pool ${VmPoolName} Created, but some Vms failed to create (User: ${UserName}). USER_ADD_VM_TEMPLATE=Creation of Template ${VmTemplateName} from VM ${VmName} was initiated by ${UserName}. USER_ADD_VM_TEMPLATE_FINISHED_SUCCESS=Creation of Template ${VmTemplateName} from VM ${VmName} has been completed. USER_ADD_VM_TEMPLATE_FINISHED_FAILURE=Failed to complete creation of Template ${VmTemplateName} from VM ${VmName}. @@ -61,12 +61,12 @@ USER_FAILED_RUN_VM=Failed to run VM ${VmName} (User: ${UserName}). USER_RUN_VM_AS_STATELESS_FINISHED_FAILURE=Failed to complete starting of VM ${VmName}. USER_RUN_VM_AS_STATELESS_WITH_DISKS_NOT_ALLOWING_SNAPSHOT=VM ${VmName} was run as stateless with one or more of disks that do not allow snapshots (User:${UserName}). -USER_RUN_VM_FAILURE_STATELESS_SNAPSHOT_LEFT=Failed to start VM ${VmName}, because exist snapshot for stateless state. Snapshot will be deleted. -USER_FAILED_STOP_VM=Failed to stop VM ${VmName} (Host: ${VdsName}, User: ${UserName}). +USER_RUN_VM_FAILURE_STATELESS_SNAPSHOT_LEFT=Failed to start VM ${VmName}, because exist snapshot for stateless state. Snapshot will be deleted. +USER_FAILED_STOP_VM=Failed to power off VM ${VmName} (Host: ${VdsName}, User: ${UserName}). USER_INITIATED_SHUTDOWN_VM=VM shutdown initiated by ${UserName} on VM ${VmName} (Host: ${VdsName}). USER_FAILED_SHUTDOWN_VM=Failed to initiate shutdown on VM ${VmName} (Host: ${VdsName}, User: ${UserName}). -USER_STOPPED_VM_INSTEAD_OF_SHUTDOWN=VM ${VmName} was stopped ungracefully by ${UserName} (Host: ${VdsName}). -USER_FAILED_STOPPING_VM_INSTEAD_OF_SHUTDOWN=Failed to stop VM ${VmName} (Host: ${VdsName}, User: ${UserName}). +USER_STOPPED_VM_INSTEAD_OF_SHUTDOWN=VM ${VmName} was powered off ungracefully by ${UserName} (Host: ${VdsName}). +USER_FAILED_STOPPING_VM_INSTEAD_OF_SHUTDOWN=Failed to power off VM ${VmName} (Host: ${VdsName}, User: ${UserName}). USER_ADD_DISK_TO_VM=Add-Disk operation of ${DiskAlias} was initiated on VM ${VmName} by ${UserName}. USER_ADD_DISK_TO_VM_FINISHED_SUCCESS=The disk ${DiskAlias} was successfully added to VM ${VmName}. USER_ADD_DISK_TO_VM_FINISHED_FAILURE=Operation Add-Disk failed to complete on VM ${VmName}. @@ -153,9 +153,9 @@ USER_RESUME_VM=VM ${VmName} was resumed by ${UserName} (Host: ${VdsName}). USER_RUN_VM=VM ${VmName} started on Host ${VdsName} USER_RUN_VM_ON_NON_DEFAULT_VDS=Guest ${VmName} started on Host ${VdsName}. (Default Host parameter was ignored - assigned Host was down). -USER_STOP_VM=VM ${VmName} stopped by ${UserName} (Host: ${VdsName}). -USER_STOP_SUSPENDED_VM=Suspended VM ${VmName} stopped by ${UserName}. -USER_STOP_SUSPENDED_VM_FAILED=Failed to stop suspended VM ${VmName} (User: ${UserName}). +USER_STOP_VM=VM ${VmName} powered off by ${UserName} (Host: ${VdsName}). +USER_STOP_SUSPENDED_VM=Suspended VM ${VmName} powered off by ${UserName}. +USER_STOP_SUSPENDED_VM_FAILED=Failed to power off suspended VM ${VmName} (User: ${UserName}). USER_TRY_BACK_TO_SNAPSHOT=Snapshot-Preview for VM ${VmName} was initiated by ${UserName}. USER_TRY_BACK_TO_SNAPSHOT_FINISH_SUCCESS=Snapshot-Preview for VM ${VmName} has been completed. USER_TRY_BACK_TO_SNAPSHOT_FINISH_FAILURE=Failed to complete Snapshot-Preview for VM ${VmName}. @@ -265,7 +265,7 @@ USER_DETACH_USER_FROM_TIME_LEASED_POOL=User ${AdUserName} was detached from Time based VM Pool ${VmPoolName} by ${UserName}. USER_DETACH_USER_FROM_TIME_LEASED_POOL_INTERNAL=User ${AdUserName} was detached from expired Time based VM Pool ${VmPoolName}. USER_DETACH_USER_FROM_TIME_LEASED_POOL_FAILED=Failed to detach User ${AdUserName} from Time base VM Pool ${VmPoolName} (User: ${UserName}). -USER_DETACH_USER_FROM_TIME_LEASED_POOL_FAILED_INTERNAL=Failed to detach User ${AdUserName} from expired Time base VM Pool ${VmPoolName}. +USER_DETACH_USER_FROM_TIME_LEASED_POOL_FAILED_INTERNAL=Failed to detach User ${AdUserName} from expired Time base VM Pool ${VmPoolName}. USER_UPDATE_AD_GROUP_TO_TIME_LEASED_POOL=Time parameters for Group ${AdGroupName} were changed on VM Pool ${VmPoolName} by ${UserName}. USER_UPDATE_AD_GROUP_TO_TIME_LEASED_POOL_FAILED=Failed to update Time parameters for Group ${AdGroupName} on VM Pool ${VmPoolName} (User: ${UserName}). USER_UPDATE_USER_TO_TIME_LEASED_POOL=Time parameters for User ${AdUserName} were changed on VM Pool ${VmPoolName} by ${UserName}. @@ -284,7 +284,7 @@ AUTO_SUSPEND_VM_FINISH_FAILURE=Failed to complete automatically suspending of VM ${VmName}. AUTO_FAILED_SUSPEND_VM=Failed to automatically suspend VM ${VmName} (Host: ${VdsName}). USER_VDS_MAINTENANCE=Host ${VdsName} was switched to Maintenance mode by ${UserName}. -USER_VDS_MAINTENANCE_MIGRATION_FAILED=Host ${VdsName} cannot change into maintenance mode - not all Vms have been migrated successfully. Consider manual intervention: stopping/migrating Vms: ${failedVms} (User: ${UserName}). +USER_VDS_MAINTENANCE_MIGRATION_FAILED=Host ${VdsName} cannot change into maintenance mode - not all Vms have been migrated successfully. Consider manual intervention: stopping/migrating Vms: ${failedVms} (User: ${UserName}). USER_EXPORT_VM=VM ${VmName} exported to ${ExportPath} by ${UserName} USER_EXPORT_VM_FAILED=Failed to export VM ${VmName} to ${ExportPath} (User: ${UserName}) USER_EXPORT_TEMPLATE=Template ${VmTemplateName} exported to ${ExportPath} by ${UserName} @@ -317,7 +317,7 @@ VDS_INSTALL_IN_PROGRESS_ERROR=Failed to install Host ${VdsName}. ${Message}. VDS_INSTALL_IN_PROGRESS_WARNING=Host ${VdsName} installation in progress . ${Message}. USER_UPDATE_VM_POOL_WITH_VMS=VM Pool ${VmPoolName} was updated by ${UserName}, ${VmsCount} VMs were added. -USER_UPDATE_VM_POOL_WITH_VMS_FAILED=Failed to update VM Pool ${VmPoolName}(User: ${UserName}). +USER_UPDATE_VM_POOL_WITH_VMS_FAILED=Failed to update VM Pool ${VmPoolName}(User: ${UserName}). USER_VM_POOL_MAX_SUBSEQUENT_FAILURES_REACHED=Not all VMs where successfully created in VM Pool ${VmPoolName}. MAC_POOL_EMPTY=No MAC addresses left in the MAC Address Pool. MAC_ADDRESS_IS_IN_USE=VM ${VmName}: Mac Address ${MACAddr} is in use. @@ -357,7 +357,7 @@ VM_MIGRATION_ON_CONNECT_CHECK_FAILED=VM migration logic failed. (VM name: ${VmName}) AD_COMPUTER_ACCOUNT_SUCCEEDED=Account creation successful. AD_COMPUTER_ACCOUNT_FAILED=Account creation failed. -VDS_CPU_LOWER_THAN_CLUSTER=Host ${VdsName} moved to Non-Operational state as host does not meet the cluster's minimum CPU level. Missing CPU features : ${CpuFlags} +VDS_CPU_LOWER_THAN_CLUSTER=Host ${VdsName} moved to Non-Operational state as host does not meet the cluster's minimum CPU level. Missing CPU features : ${CpuFlags} CPU_FLAGS_NX_IS_MISSING=Host ${VdsName} is missing the NX cpu flag. This flag can be enabled via the host BIOS. Please set Disable Execute (XD) for an Intel host, or No Execute (NX) for AMD. Please make sure to completely power off the host for this change to take effect. VDS_CPU_RETRIEVE_FAILED=Failed to determine Host ${VdsName} CPU level - could not retrieve CPU flags. VDS_STORAGE_CONNECTION_FAILED_BUT_LAST_VDS=Failed to connect Host ${VdsName} to Data Center, due to connectivity errors with the Storage. Host ${VdsName} will remain in Up state (but inactive), as it is the last Host in the Data Center, to enable manual intervention by the Administrator. @@ -418,7 +418,7 @@ BRIDGED_NETWORK_OVER_MULTIPLE_INTERFACES=Bridged network ${NetworkName} is attached to multiple interfaces: ${interfaces} on Host ${VdsName}. NETWORK_ADD_NETWORK=Network ${NetworkName} was added to Data Center: ${StoragePoolName} NETWORK_ADD_NETWORK_FAILED=Failed to add Network ${NetworkName} to Data Center: ${StoragePoolName} -NETWORK_ADD_TEMPLATE_INTERFACE=Interface ${InterfaceName} (${InterfaceType}) was added to Template ${VmTemplateName}. (User: ${UserName}) +NETWORK_ADD_TEMPLATE_INTERFACE=Interface ${InterfaceName} (${InterfaceType}) was added to Template ${VmTemplateName}. (User: ${UserName}) NETWORK_ADD_TEMPLATE_INTERFACE_FAILED=Failed to add Interface ${InterfaceName} (${InterfaceType}) to Template ${VmTemplateName}. (User: ${UserName}) NETWORK_ADD_VM_INTERFACE=Interface ${InterfaceName} (${InterfaceType}) was added to VM ${VmName}. (User: ${UserName}) NETWORK_ADD_VM_INTERFACE_FAILED=Failed to add Interface ${InterfaceName} (${InterfaceType}) to VM ${VmName}. (User: ${UserName}) @@ -426,10 +426,10 @@ NETWORK_ATTACH_NETWORK_TO_VDS_GROUP_FAILED=Failed to attach Network ${NetworkName} to Cluster ${VdsGroupName} NETWORK_DETACH_NETWORK_TO_VDS_GROUP=Network ${NetworkName} detached from Cluster ${VdsGroupName} NETWORK_DETACH_NETWORK_TO_VDS_GROUP_FAILED=Failed to detach Network ${NetworkName} from Cluster ${VdsGroupName} -NETWORK_ACTIVATE_VM_INTERFACE_SUCCESS=Network Interface ${InterfaceName} (${InterfaceType}) activated for VM ${VmName}. (User: ${UserName}) -NETWORK_ACTIVATE_VM_INTERFACE_FAILURE=Failed to activate Network Interface ${InterfaceName} (${InterfaceType}) for VM ${VmName}. (User: ${UserName}) -NETWORK_DEACTIVATE_VM_INTERFACE_SUCCESS=Network Interface ${InterfaceName} (${InterfaceType}) deactivated for VM ${VmName}. (User: ${UserName}) -NETWORK_DEACTIVATE_VM_INTERFACE_FAILURE=Failed to deactivate Network Interface ${InterfaceName} (${InterfaceType}) for VM ${VmName}. (User: ${UserName}) +NETWORK_ACTIVATE_VM_INTERFACE_SUCCESS=Network Interface ${InterfaceName} (${InterfaceType}) activated for VM ${VmName}. (User: ${UserName}) +NETWORK_ACTIVATE_VM_INTERFACE_FAILURE=Failed to activate Network Interface ${InterfaceName} (${InterfaceType}) for VM ${VmName}. (User: ${UserName}) +NETWORK_DEACTIVATE_VM_INTERFACE_SUCCESS=Network Interface ${InterfaceName} (${InterfaceType}) deactivated for VM ${VmName}. (User: ${UserName}) +NETWORK_DEACTIVATE_VM_INTERFACE_FAILURE=Failed to deactivate Network Interface ${InterfaceName} (${InterfaceType}) for VM ${VmName}. (User: ${UserName}) NETWORK_UPDTAE_NETWORK_ON_CLUSTER=Network ${NetworkName} on Cluster ${VdsGroupName} updated. NETWORK_UPDTAE_NETWORK_ON_CLUSTER_FAILED=Failed to update Network ${NetworkName} on Cluster ${VdsGroupName}. NETWORK_REMOVE_NETWORK=Network ${NetworkName} was removed from Data Center: ${StoragePoolName} @@ -450,8 +450,8 @@ NETWORK_UPDATE_VM_INTERFACE_FAILED=Failed to update Interface ${InterfaceName} (${InterfaceType}) for VM ${VmName}. (User: ${UserName}) NETWORK_HOST_USING_WRONG_CLUSER_VLAN=${VdsName} is having wrong vlan id: ${VlanIdHost}, expected vlan id: ${VlanIdCluster} NETWORK_HOST_MISSING_CLUSER_VLAN=${VdsName} is missing vlan id: ${VlanIdCluster} that is expected by the cluster -SYSTEM_DEACTIVATED_STORAGE_DOMAIN=Storage Domain ${StorageDomainName} (Data Center ${StoragePoolName}) was deactivated by system because it's not visible by any of the hosts. -SYSTEM_DEACTIVATE_STORAGE_DOMAIN_FAILED=Failed to deactivate Storage Domain ${StorageDomainName} (Data Center ${StoragePoolName}). +SYSTEM_DEACTIVATED_STORAGE_DOMAIN=Storage Domain ${StorageDomainName} (Data Center ${StoragePoolName}) was deactivated by system because it's not visible by any of the hosts. +SYSTEM_DEACTIVATE_STORAGE_DOMAIN_FAILED=Failed to deactivate Storage Domain ${StorageDomainName} (Data Center ${StoragePoolName}). VDS_SET_NONOPERATIONAL_DOMAIN=Host ${VdsName} cannot access one of the Storage Domains attached to the Data Center ${StoragePoolName}. Setting Host state to Non-Operational. VDS_SET_NONOPERATIONAL_DOMAIN_FAILED=Host ${VdsName} cannot access one of the Storage Domains attached to the Data Center ${StoragePoolName}. Failed to set Host state to Non-Operational. VDS_DOMAIN_DELAY_INTERVAL=Storage domain ${StorageDomainName} experienced a high latency of ${Delay} seconds from host ${VdsName}. This may cause performance and functional issues. Please consult your Storage Administrator. @@ -517,7 +517,7 @@ CONNECT_STORAGE_SERVERS_FAILED=Failed to connect Host ${VdsName} to Storage Servers CONNECT_STORAGE_POOL_FAILED=Failed to connect Host ${VdsName} to Storage Pool ${StoragePoolName} STORAGE_DOMAIN_ERROR=The error message for connection ${Connection} returned by VDSM was: ${ErrorMessage} -VDS_LOW_MEM=Available memory of host ${HostName} [${AvailableMemory} MB] is under defined threshold [${Threshold} MB]. +VDS_LOW_MEM=Available memory of host ${HostName} [${AvailableMemory} MB] is under defined threshold [${Threshold} MB]. IMPORTEXPORT_FAILED_TO_IMPORT_VM=Failed to read VM '${ImportedVmName}' OVF, it may be corrupted IMPORTEXPORT_FAILED_TO_IMPORT_TEMPLATE=Failed to read Template '${Template}' OVF, it may be corrupted CANNOT_HIBERNATE_RUNNING_VMS_AFTER_CLUSTER_CPU_UPGRADE=Hibernation of VMs after CPU upgrade of Cluster ${VdsGroup} is not supported. Please stop and restart those VMs in case you wish to hibernate them @@ -559,16 +559,16 @@ HA_VM_FAILED=Highly Available VM ${VmName} failed. It will be restarted automatically. HA_VM_RESTART_FAILED=Restart of the Highly Available VM ${VmName} failed. GLUSTER_VOLUME_PROFILE_START=Gluster Volume ${glusterVolumeName} Profile started. -GLUSTER_VOLUME_PROFILE_START_FAILED=Could not start Profiling on gluster volume ${glusterVolumeName} +GLUSTER_VOLUME_PROFILE_START_FAILED=Could not start Profiling on gluster volume ${glusterVolumeName} GLUSTER_VOLUME_PROFILE_STOP=Gluster Volume ${glusterVolumeName} Profile stopped. -GLUSTER_VOLUME_PROFILE_STOP_FAILED=Could not stop Profiling on gluster volume ${glusterVolumeName}. -GLUSTER_COMMAND_FAILED=Gluster command [${Command}] failed on server ${Server}. -GLUSTER_VOLUME_INFO_FAILED=Failed to fetch gluster volume list from server ${VdsName}. -GLUSTER_VOLUME_CREATED_FROM_CLI=Gluster Volume ${glusterVolumeName} was created from gluster CLI. Now added to engine DB as well. -GLUSTER_VOLUME_DELETED_FROM_CLI=Gluster Volume ${glusterVolumeName} was deleted from gluster CLI. Now deleted from engine DB as well. -GLUSTER_VOLUME_OPTION_SET_FROM_CLI=Option ${option} was set on Volume ${glusterVolumeName} from gluster CLI. Now set in engine DB as well. -GLUSTER_VOLUME_OPTION_RESET_FROM_CLI=Option ${option} was reset on Volume ${glusterVolumeName} from gluster CLI. Now reset in engine DB as well. -GLUSTER_VOLUME_PROPERTIES_CHANGED_FROM_CLI=Gluster Volume ${glusterVolumeName} properties were changed from CLI. Now updated in engine DB as well. -GLUSTER_VOLUME_BRICK_ADDED_FROM_CLI=Brick ${brick} was added to Volume ${glusterVolumeName} from gluster CLI. Now added in engine DB as well. -GLUSTER_VOLUME_BRICK_REMOVED_FROM_CLI=Brick ${brick} was removed from Volume ${glusterVolumeName} from gluster CLI. Now removed in engine DB as well. -GLUSTER_SERVER_REMOVED_FROM_CLI=Server ${VdsName} was removed from Cluster ${VdsGroupName} from gluster CLI. Now removed in engine DB as well. +GLUSTER_VOLUME_PROFILE_STOP_FAILED=Could not stop Profiling on gluster volume ${glusterVolumeName}. +GLUSTER_COMMAND_FAILED=Gluster command [${Command}] failed on server ${Server}. +GLUSTER_VOLUME_INFO_FAILED=Failed to fetch gluster volume list from server ${VdsName}. +GLUSTER_VOLUME_CREATED_FROM_CLI=Gluster Volume ${glusterVolumeName} was created from gluster CLI. Now added to engine DB as well. +GLUSTER_VOLUME_DELETED_FROM_CLI=Gluster Volume ${glusterVolumeName} was deleted from gluster CLI. Now deleted from engine DB as well. +GLUSTER_VOLUME_OPTION_SET_FROM_CLI=Option ${option} was set on Volume ${glusterVolumeName} from gluster CLI. Now set in engine DB as well. +GLUSTER_VOLUME_OPTION_RESET_FROM_CLI=Option ${option} was reset on Volume ${glusterVolumeName} from gluster CLI. Now reset in engine DB as well. +GLUSTER_VOLUME_PROPERTIES_CHANGED_FROM_CLI=Gluster Volume ${glusterVolumeName} properties were changed from CLI. Now updated in engine DB as well. +GLUSTER_VOLUME_BRICK_ADDED_FROM_CLI=Brick ${brick} was added to Volume ${glusterVolumeName} from gluster CLI. Now added in engine DB as well. +GLUSTER_VOLUME_BRICK_REMOVED_FROM_CLI=Brick ${brick} was removed from Volume ${glusterVolumeName} from gluster CLI. Now removed in engine DB as well. +GLUSTER_SERVER_REMOVED_FROM_CLI=Server ${VdsName} was removed from Cluster ${VdsGroupName} from gluster CLI. Now removed in engine DB as well. diff --git a/frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/Constants.java b/frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/Constants.java index 8d22841..4ee465d 100644 --- a/frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/Constants.java +++ b/frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/Constants.java @@ -736,7 +736,7 @@ @DefaultStringValue("Are you sure you want to Shut down the following Virtual Machines?") String areYouSureYouWantToShutDownTheFollowingVirtualMachinesMsg(); - @DefaultStringValue("Are you sure you want to Stop the following Virtual Machines?") + @DefaultStringValue("Are you sure you want to Power Off the following Virtual Machines?") String areYouSureYouWantToStopTheFollowingVirtualMachinesMsg(); @DefaultStringValue("This field must contain an IP address in format xxx.xxx.xxx.xxx") -- To view, visit http://gerrit.ovirt.org/9377 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I06b60e5fa3159ff74c857418cd058b39916a32dd Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alexey Chub <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
