Merge "Implementation Neutron SR-IOV"

This commit is contained in:
Jenkins 2017-02-03 11:45:16 +00:00 committed by Gerrit Code Review
commit 8fc3ae3c9a
3 changed files with 5 additions and 0 deletions

View File

@ -41,6 +41,9 @@ component_skel:
neutron_metadata_agent:
belongs_to:
- neutron_all
neutron_sriov_nic_agent:
belongs_to:
- neutron_all
neutron_server:
belongs_to:
- neutron_all

View File

@ -68,6 +68,7 @@ container_skel:
contains:
- neutron_linuxbridge_agent
- neutron_openvswitch_agent
- neutron_sriov_nic_agent
- nova_compute
properties:
is_metal: true

View File

@ -303,6 +303,7 @@ class TestAnsibleInventoryFormatConstraints(unittest.TestCase):
'neutron_metadata_agent',
'neutron_metering_agent',
'neutron_openvswitch_agent',
'neutron_sriov_nic_agent',
'neutron_server',
'neutron_server_container',
'nova_all',