Merge "Do not pass the project name to bindep profiles"

This commit is contained in:
Zuul 2019-03-07 04:15:18 +00:00 committed by Gerrit Code Review
commit cbb56663eb
1 changed files with 9 additions and 9 deletions

View File

@ -183,23 +183,23 @@ heat_profiles=${heat_profiles:-"'fluent apache'"}
heat_pip_packages=${heat_pip_packages:-"pycrypto"}
barbican_profiles=${barbican_profiles:-"fluent"}
barbican_pip_packages=${barbican_pip_packages:-"pycrypto"}
glance_profiles=${glance_profiles:-"'fluent glance ceph'"}
glance_profiles=${glance_profiles:-"'fluent ceph'"}
glance_pip_packages=${glance_pip_packages:-"'pycrypto python-swiftclient'"}
cinder_profiles=${cinder_profiles:-"'fluent cinder lvm ceph qemu'"}
cinder_profiles=${cinder_profiles:-"'fluent lvm ceph qemu'"}
cinder_pip_packages=${cinder_pip_packages:-"'pycrypto python-swiftclient'"}
neutron_profiles=${neutron_profiles:-"'fluent neutron linuxbridge openvswitch'"}
neutron_profiles=${neutron_profiles:-"'fluent linuxbridge openvswitch'"}
neutron_pip_packages=${neutron_pip_packages:-"pycrypto"}
nova_profiles=${nova_profiles:-"'fluent nova ceph linuxbridge openvswitch configdrive qemu apache'"}
nova_profiles=${nova_profiles:-"'fluent ceph linuxbridge openvswitch configdrive qemu apache'"}
nova_pip_packages=${nova_pip_packages:-"pycrypto"}
horizon_profiles=${horizon_profiles:-"'fluent horizon apache'"}
horizon_profiles=${horizon_profiles:-"'fluent apache'"}
horizon_pip_packages=${horizon_pip_packages:-"pycrypto"}
senlin_profiles=${senlin_profiles:-"'fluent senlin'"}
senlin_profiles=${senlin_profiles:-"fluent"}
senlin_pip_packages=${senlin_pip_packages:-"pycrypto"}
congress_profiles=${congress_profiles:-"'fluent congress'"}
congress_profiles=${congress_profiles:-"fluent"}
congress_pip_packages=${congress_pip_packages:-"'pycrypto python-congressclient'"}
magnum_profiles=${magnum_profiles:-"'fluent magnum'"}
magnum_profiles=${magnum_profiles:-"fluent"}
magnum_pip_packages=${magnum_pip_packages:-"pycrypto"}
ironic_profiles=${ironic_profiles:-"'fluent ironic ipxe ipmi qemu tftp'"}
ironic_profiles=${ironic_profiles:-"'fluent ipxe ipmi qemu tftp'"}
ironic_pip_packages=${ironic_pip_packages:-"pycrypto"}
ironic_dist_packages=${ironic_dist_packages:-"iproute2"}
neutron_sriov_from=${neutron_sriov_from:-${neutron_sriov_from:-"docker.io/ubuntu:18.04"}}