Comment 11 for bug 1594443

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-web (master)

Reviewed: https://review.openstack.org/333578
Committed: https://git.openstack.org/cgit/openstack/fuel-web/commit/?id=79e28facc84f3cd9bfc50292d3d11be6895d86cf
Submitter: Jenkins
Branch: master

commit 79e28facc84f3cd9bfc50292d3d11be6895d86cf
Author: Artur Svechnikov <email address hidden>
Date: Thu Jun 23 23:31:08 2016 +0300

    Do not check NFV features for old envs

    NFV features (DPDK, SR-IOV, NUMA/CPU pinning, HugePages)
    can't be checked for old clusters, due to old nailgun-agent.
    Old nailgun-agent doesn't send NFV specific information.
    So all NFV related checks and functional should be disabled for old
    environments.

    Change-Id: Ib589d67658f45414b8049398316af5c7298d459e
    Closes-Bug: #1594443