Moti Asayag has uploaded a new change for review. Change subject: core: Permit updating the host provider ......................................................................
core: Permit updating the host provider The host provider could be enabled for hosts which weren't installed by Foreman (i.e. to enable viewing their errata content). For that purpose the hostProviderId should be marked as editable. Change-Id: I677c45b8cde351d024815b835f768555bb19c3c8 Bug-Url: https://bugzilla.redhat.com/1157377 Signed-off-by: Moti Asayag <masa...@redhat.com> --- M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VdsStatic.java 1 file changed, 2 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/04/37604/1 diff --git a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VdsStatic.java b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VdsStatic.java index 041a611..63de7c7 100644 --- a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VdsStatic.java +++ b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VdsStatic.java @@ -1,6 +1,7 @@ package org.ovirt.engine.core.common.businessentities; import java.util.HashMap; + import javax.validation.constraints.Max; import javax.validation.constraints.Min; import javax.validation.constraints.NotNull; @@ -108,6 +109,7 @@ @Size(max = BusinessEntitiesDefinitions.SSH_KEY_FINGERPRINT_SIZE) private String sshKeyFingerprint; + @EditableField private Guid hostProviderId; public boolean isAutoRecoverable() { -- To view, visit http://gerrit.ovirt.org/37604 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I677c45b8cde351d024815b835f768555bb19c3c8 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Moti Asayag <masa...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches