Vered Volansky has uploaded a new change for review. Change subject: core: Fix typo in audit log message ......................................................................
core: Fix typo in audit log message In AuditLogMessages.properties the massage VLAN_ID_MISMATCH_FOR_MANAGEMENT_NETWORK_CONFIGURATION had a typo, replaced other with rather. Change-Id: I8dce69f18243b305b7dce88f4d480f94c98d15cc Signed-off-by: Vered Volansky <[email protected]> --- M backend/manager/modules/dal/src/main/resources/bundles/AuditLogMessages.properties 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/17/14017/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 dabafa5..c718bae 100644 --- a/backend/manager/modules/dal/src/main/resources/bundles/AuditLogMessages.properties +++ b/backend/manager/modules/dal/src/main/resources/bundles/AuditLogMessages.properties @@ -457,7 +457,7 @@ 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 INVALID_INTERFACE_FOR_MANAGEMENT_NETWORK_CONFIGURATION=Failed to activate host ${VdsName}. Host ${VdsName} has an invalid interface ${InterfaceName} for the management network configuration. -VLAN_ID_MISMATCH_FOR_MANAGEMENT_NETWORK_CONFIGURATION=Failed to activate host ${VdsName}. Host ${VdsName} has an interface ${InterfaceName} for the management network configuration with VLAN-ID (${VlanId}) other than data-center definition (${MgmtVlanId}). +VLAN_ID_MISMATCH_FOR_MANAGEMENT_NETWORK_CONFIGURATION=Failed to activate host ${VdsName}. Host ${VdsName} has an interface ${InterfaceName} for the management network configuration with VLAN-ID (${VlanId}) rather than data-center definition (${MgmtVlanId}). SETUP_NETWORK_FAILED_FOR_MANAGEMENT_NETWORK_CONFIGURATION=Failed to activate host ${VdsName} due to management network configuration failure. PERSIST_NETWORK_FAILED_FOR_MANAGEMENT_NETWORK=Failed to activate host ${VdsName} due to failure in persisting the management network configuration. SYSTEM_DEACTIVATED_STORAGE_DOMAIN=Storage Domain ${StorageDomainName} (Data Center ${StoragePoolName}) was deactivated by system because it's not visible by any of the hosts. -- To view, visit http://gerrit.ovirt.org/14017 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I8dce69f18243b305b7dce88f4d480f94c98d15cc Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Vered Volansky <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
