Change in ovirt-engine[master]: engine: Configure unique host name on neutron.conf

Mike Kolesnik has submitted this change and it was merged. Change subject: engine: Configure unique host name on neutron.conf ...................................................................... engine: Configure unique host name on neutron.conf The agent name should be determined by the engine to support its association with the ml2 port bindings. The "host" property within the neutron.conf is used to identify the agent on the neutron node, when the agent communicates with the neutron node. When a port is being allocated on the neutron node, the engine should provide also the agent the port is intended to be run on. The agent is identified by that "host" property. By identifying the agent, the ml2 driver resolves the plugin type (openvswitch, linuxbridge or any other supported plugin). So the engine should be able to define a unique host name for each agent, first for the agent which reports its name to the neutron node, and later-on when ports are allocated on each agent. Since the host name is unique, and could be changed only by re-installing the host, it makes sense to use it as the agent name. Change-Id: I18db7cce8769b23b1fafcf5ac31ebdb7556a7cec Signed-off-by: Moti Asayag <masayag@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VdsDeploy.java M backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/NetworkUtils.java 2 files changed, 17 insertions(+), 0 deletions(-) Approvals: Mike Kolesnik: Looks good to me, approved Moti Asayag: Verified -- To view, visit http://gerrit.ovirt.org/28791 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I18db7cce8769b23b1fafcf5ac31ebdb7556a7cec Gerrit-PatchSet: 11 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Moti Asayag <masayag@redhat.com> Gerrit-Reviewer: Alon Bar-Lev <alonbl@redhat.com> Gerrit-Reviewer: Mike Kolesnik <mkolesni@redhat.com> Gerrit-Reviewer: Moti Asayag <masayag@redhat.com> Gerrit-Reviewer: automation@ovirt.org Gerrit-Reviewer: oVirt Jenkins CI Server
participants (1)
-
mkolesni@redhat.com