Change in ovirt-engine[ovirt-engine-4.1]: engine: Pass plugin type for each external network allocate ...

From Tal Nisan <tnisan@redhat.com>:
Tal Nisan has submitted this change and it was merged. ( https://gerrit.ovirt.org/81191 ) Change subject: engine: Pass plugin type for each external network allocate request. ...................................................................... engine: Pass plugin type for each external network allocate request. Plugin type must be passed to vdsm whenever a port is allocated. The plugin type can be used to determine which provider driver will be executed, and allow to have multiple drivers installed. Currently the drivers have no way of knowing which should be handling the nic. This will also fix the problem where the openstacknet driver can not be installed along any of the other external network providers. The openstack driver is checking for plugin type before it decides to run or not to run. With no plugin type, the openstacknet hooks were failing, even if the nic belonged to a different type of provider. Bug-Url: https://bugzilla.redhat.com/1478823 Change-Id: I4f76d4f4e4e087bc88c9412705c168d4e1fa08c7 Signed-off-by: Marcin Mirecki <mmirecki@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/provider/network/openstack/BaseNetworkProviderProxy.java M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/provider/network/openstack/OpenstackNetworkProviderProxy.java 2 files changed, 2 insertions(+), 11 deletions(-) Approvals: Tal Nisan: Passed CI tests Marcin Mirecki: Verified Alona Kaplan: Looks good to me, approved -- To view, visit https://gerrit.ovirt.org/81191 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I4f76d4f4e4e087bc88c9412705c168d4e1fa08c7 Gerrit-PatchSet: 4 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-4.1 Gerrit-Owner: Marcin Mirecki <mmirecki@redhat.com> Gerrit-Reviewer: Alona Kaplan <alkaplan@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Marcin Mirecki <mmirecki@redhat.com> Gerrit-Reviewer: Moti Asayag <masayag@redhat.com> Gerrit-Reviewer: Tal Nisan <tnisan@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>
participants (1)
-
Code Review