Moti Asayag has submitted this change and it was merged.
Change subject: engine: Create a vnic profile implicitly when adding network
......................................................................
engine: Create a vnic profile implicitly when adding network
The patch creates a vnic profile for a newly created network
unless the client requested specifically not to.
The purpose of the patch is to allow same flow of: create
network and use the network by a VMs to function the same
without demanding a user to add another step of creating
the profile.
The created profile will carry the same network name and
will not contain any attributes (no port mirroring, no
custom properties).
Change-Id: Ie8adb307aad864089cbccd5e05d8fc591b6cce60
Signed-off-by: Moti Asayag <masayag(a)redhat.com>
---
M
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/network/dc/AddNetworkCommand.java
M
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/action/AddNetworkStoragePoolParameters.java
2 files changed, 15 insertions(+), 0 deletions(-)
Approvals:
Moti Asayag: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/16991
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ie8adb307aad864089cbccd5e05d8fc591b6cce60
Gerrit-PatchSet: 40
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Moti Asayag <masayag(a)redhat.com>
Gerrit-Reviewer: Alona Kaplan <alkaplan(a)redhat.com>
Gerrit-Reviewer: Livnat Peer <lpeer(a)redhat.com>
Gerrit-Reviewer: Mike Kolesnik <mkolesni(a)redhat.com>
Gerrit-Reviewer: Moti Asayag <masayag(a)redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server