Exemplo n.º 1
0
def check_ovsdb_native():
    cfg.CONF.set_override('ovsdb_interface', 'native', group='OVS')
    result = checks.ovsdb_native_supported()
    if not result:
        LOG.error(_LE('Check for native OVSDB support failed.'))
    return result
Exemplo n.º 2
0
 def test_ovsdb_native_supported_runs(self):
     checks.ovsdb_native_supported()
Exemplo n.º 3
0
def check_ovsdb_native():
    cfg.CONF.set_override('ovsdb_interface', 'native', group='OVS')
    result = checks.ovsdb_native_supported()
    if not result:
        LOG.error('Check for native OVSDB support failed.')
    return result
Exemplo n.º 4
0
def check_ovsdb_native():
    result = checks.ovsdb_native_supported()
    if not result:
        LOG.error('Check for native OVSDB support failed.')
    return result
Exemplo n.º 5
0
 def test_ovsdb_native_supported_runs(self):
     checks.ovsdb_native_supported()
Exemplo n.º 6
0
def check_ovsdb_native():
    result = checks.ovsdb_native_supported()
    if not result:
        LOG.error('Check for native OVSDB support failed.')
    return result