Merge "Be explicit about SDN plugin in gate override"

This commit is contained in:
Jenkins 2017-09-08 06:10:55 +00:00 committed by Gerrit Code Review
commit 09859ed250
3 changed files with 2 additions and 2 deletions

View File

@ -238,7 +238,7 @@ more sensible values for the All-in-One environment using the ``--values`` and
--values=./tools/overrides/mvp/nova.yaml \
--set=conf.nova.libvirt.nova.conf.virt_type=qemu
helm install --name=neutron ./neutron \
--namespace=openstack --values=./tools/overrides/mvp/neutron.yaml
--namespace=openstack --values=./tools/overrides/mvp/neutron-ovs.yaml
helm install --name=horizon ./horizon --namespace=openstack \
--set=network.enable_node_port=true

View File

@ -137,7 +137,7 @@ else
--set=conf.nova.libvirt.nova.conf.virt_type=qemu
fi
helm install --namespace=openstack ${WORK_DIR}/neutron --name=neutron \
--values=${WORK_DIR}/tools/overrides/mvp/neutron.yaml
--values=${WORK_DIR}/tools/overrides/mvp/neutron-ovs.yaml
kube_wait_for_pods openstack ${SERVICE_LAUNCH_TIMEOUT}
helm install --namespace=openstack ${WORK_DIR}/heat --name=heat