diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-09-01 06:21:54 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-09-01 06:21:54 +0000 |
commit | 6c73acbde9a31f9bcabf6913ae1d76f9661a3f74 (patch) | |
tree | d7034c174162500cda0623c10987e620ffc4d3e3 /puppet/services | |
parent | 9fb264b138eb3422e9f649a225b8b694b8f86dc1 (diff) | |
parent | 562cac88f239ce0305991208b787723ef67c7d49 (diff) |
Merge "Modify sriov_numvfs config from puppet-neutron to tripleo"
Diffstat (limited to 'puppet/services')
-rw-r--r-- | puppet/services/neutron-sriov-agent.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/services/neutron-sriov-agent.yaml b/puppet/services/neutron-sriov-agent.yaml index 559500df..b9a93394 100644 --- a/puppet/services/neutron-sriov-agent.yaml +++ b/puppet/services/neutron-sriov-agent.yaml @@ -53,6 +53,6 @@ outputs: config_settings: neutron::agents::ml2::sriov::physical_device_mappings: {get_param: NeutronPhysicalDevMappings} neutron::agents::ml2::sriov::exclude_devices: {get_param: NeutronExcludeDevices} - neutron::agents::ml2::sriov::number_of_vfs: {get_param: NeutronSriovNumVFs} + tripleo::host::sriov::number_of_vfs: {get_param: NeutronSriovNumVFs} step_config: | include ::tripleo::profile::base::neutron::sriov |