Add sriov support packages to generic neutron image

Change-Id: I998ebea775f006a42f4cb6a7319c466a77b48c7a
Signed-off-by: Pete Birley <pete@port.direct>
This commit is contained in:
Pete Birley 2020-05-13 16:21:02 -05:00
parent 5e9890eefa
commit a21cd75289
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ glance_pip_packages=${glance_pip_packages:-"'pycrypto python-swiftclient'"}
cinder_profiles=${cinder_profiles:-"'fluent lvm ceph qemu'"}
cinder_pip_packages=${cinder_pip_packages:-"'pycrypto python-swiftclient'"}
neutron_profiles=${neutron_profiles:-"'fluent linuxbridge openvswitch'"}
neutron_dist_packages=${neutron_dist_packages:-"jq"}
neutron_dist_packages=${neutron_dist_packages:-"'jq ethtool lshw'"}
neutron_pip_packages=${neutron_pip_packages:-"'tap-as-a-service pycrypto'"}
nova_profiles=${nova_profiles:-"'fluent ceph linuxbridge openvswitch configdrive qemu apache'"}
nova_pip_packages=${nova_pip_packages:-"pycrypto"}