Change in ovirt-engine[master]: engine: enable IPv6 address as a host address in vdsbroker

Alona Kaplan has submitted this change and it was merged. Change subject: engine: enable IPv6 address as a host address in vdsbroker ...................................................................... engine: enable IPv6 address as a host address in vdsbroker An IPv6 address has to be wrapped with brackets '[]' in order to be a part of a valid URL. The URL construction code (XmlRpcUtils.getConnectionUrl method) was changed to use the proper constructor rather than constructing the URL string in our code. Change-Id: Ida265b37fc0035709588ba0262f8cbaf2bb9b1d1 Bug-Url: https://bugzilla.redhat.com/1080725 Signed-off-by: Yevgeny Zaspitsky <yzaspits@redhat.com> --- M backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/xmlrpc/XmlRpcUtils.java A backend/manager/modules/vdsbroker/src/test/java/org/ovirt/engine/core/vdsbroker/xmlrpc/XmlRpcUtilsTest.java 2 files changed, 82 insertions(+), 11 deletions(-) Approvals: Alona Kaplan: Looks good to me, approved; Passed CI tests Yevgeny Zaspitsky: Verified -- To view, visit https://gerrit.ovirt.org/53311 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ida265b37fc0035709588ba0262f8cbaf2bb9b1d1 Gerrit-PatchSet: 38 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Yevgeny Zaspitsky <yzaspits@redhat.com> Gerrit-Reviewer: Alona Kaplan <alkaplan@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Martin Mucha <mmucha@redhat.com> Gerrit-Reviewer: Moti Asayag <masayag@redhat.com> Gerrit-Reviewer: Piotr Kliczewski <piotr.kliczewski@gmail.com> Gerrit-Reviewer: Yevgeny Zaspitsky <yzaspits@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>
participants (1)
-
alkaplan@redhat.com