diff --git a/openstack/loci/build.sh b/openstack/loci/build.sh index a9c3b6e5..f86ae5ca 100755 --- a/openstack/loci/build.sh +++ b/openstack/loci/build.sh @@ -192,7 +192,7 @@ glance_profiles=${glance_profiles:-"'fluent ceph'"} glance_pip_packages=${glance_pip_packages:-"'pycrypto python-swiftclient'"} cinder_profiles=${cinder_profiles:-"'fluent lvm ceph qemu apache'"} cinder_pip_packages=${cinder_pip_packages:-"'pycrypto python-swiftclient'"} -neutron_profiles=${neutron_profiles:-"'fluent linuxbridge openvswitch'"} +neutron_profiles=${neutron_profiles:-"'fluent linuxbridge openvswitch apache'"} 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'"} diff --git a/zuul.d/openstack-loci.yaml b/zuul.d/openstack-loci.yaml index 60412927..12790d11 100644 --- a/zuul.d/openstack-loci.yaml +++ b/zuul.d/openstack-loci.yaml @@ -178,7 +178,7 @@ - "PYTHON3={{ python3 }}" - "PROJECT='cinder'" - "PROJECT_REF={{ branchname }}" - - "PROFILES='fluent lvm ceph qemu'" + - "PROFILES='fluent lvm ceph qemu apache'" - "PIP_PACKAGES='python-swiftclient'" - "WHEELS='{{ wheels_location }}'" tags: *imagetag @@ -190,7 +190,7 @@ - "PYTHON3={{ python3 }}" - "PROJECT='neutron'" - "PROJECT_REF={{ branchname }}" - - "PROFILES='fluent linuxbridge openvswitch'" + - "PROFILES='fluent linuxbridge openvswitch apache'" - "PIP_PACKAGES='tap-as-a-service'" - "DIST_PACKAGES='jq ethtool lshw'" - "WHEELS='{{ wheels_location }}'"