コード例 #1
0
ファイル: sanity_check.py プロジェクト: zdj6373/neutron
def check_ip_nonlocal_bind():
    result = checks.ip_nonlocal_bind()
    if not result:
        LOG.error('This kernel does not isolate ip_nonlocal_bind kernel '
                  'option in namespaces. Please update to kernel '
                  'version > 3.19.')
    return result
コード例 #2
0
ファイル: sanity_check.py プロジェクト: eayunstack/neutron
def check_ip_nonlocal_bind():
    result = checks.ip_nonlocal_bind()
    if not result:
        LOG.error('This kernel does not isolate ip_nonlocal_bind kernel '
                  'option in namespaces. Please update to kernel '
                  'version > 3.19.')
    return result
コード例 #3
0
ファイル: test_sanity.py プロジェクト: mmidolesov2/neutron-1
 def test_ip_nonlocal_bind(self):
     checks.ip_nonlocal_bind()