Merge "Add sriov support packages to generic neutron image"

This commit is contained in:
Zuul 2020-05-13 22:54:00 +00:00 committed by Gerrit Code Review
commit 0f943e9f4b
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"}