Change in vdsm[ovirt-3.6]: hooks: ovs: fix bonded network change problem

phoracek at redhat.com phoracek at redhat.com
Mon Jan 18 14:50:10 UTC 2016


Petr Horáček has posted comments on this change.

Change subject: hooks: ovs: fix bonded network change problem
......................................................................


Patch Set 2: Verified+1

Manually tested: when we add a bonded network and then edit it, it is ok.

  >>> from vdsm import vdscli
  >>> c = vdscli.connect()
  >>> c.setupNetworks({'test-network1': {'custom': {'ovs': True}, 'bonding': 'bond11'}}, {'bond11': {'options': 'custom=ovs=True', 'nics': ['dummy_1', 'dummy_2']}}, {'connectivityCheck': False})
  {'status': {'message': 'Done', 'code': 0}}
  >>> c.setupNetworks({'test-network1': {'custom': {'ovs': True}, 'bonding': 'bond11'}}, {'bond11': {'options': 'custom=ovs=True', 'nics': ['dummy_1', 'dummy_2']}}, {'connectivityCheck': False})
  {'status': {'message': 'Done', 'code': 0}}

-- 
To view, visit https://gerrit.ovirt.org/52346
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Iecd3a064b4d4a428c61353b1533f8ed4be732c1b
Gerrit-PatchSet: 2
Gerrit-Project: vdsm
Gerrit-Branch: ovirt-3.6
Gerrit-Owner: Petr Horáček <phoracek at redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <danken at redhat.com>
Gerrit-Reviewer: Edward Haas <edwardh at redhat.com>
Gerrit-Reviewer: Ido Barkan <ibarkan at redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Marcin Mirecki <mmirecki at redhat.com>
Gerrit-Reviewer: Petr Horáček <phoracek at redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation at ovirt.org>
Gerrit-HasComments: No


More information about the vdsm-patches mailing list