X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fneutron%2Finclude-raw-openstack-ci.sh;h=f633a69806528e13582ecab4b080954a1f72c7d6;hb=396dd1464a4464b6e88a984defd338f4df4dc6e2;hp=a1dff89133f31212718820af64b5aff686f5207b;hpb=622f0e865ae93d7874827aa85cdaa294e3dce2c0;p=releng%2Fbuilder.git diff --git a/jjb/neutron/include-raw-openstack-ci.sh b/jjb/neutron/include-raw-openstack-ci.sh index a1dff8913..f633a6980 100644 --- a/jjb/neutron/include-raw-openstack-ci.sh +++ b/jjb/neutron/include-raw-openstack-ci.sh @@ -83,8 +83,6 @@ fi # Use specific build, if asked to do so if [ "${ODL_VERSION}" == "lithium-latest" ] ; then DEVSTACK_LOCAL_CONFIG+="ODL_RELEASE=lithium-snapshot;" -elif [ "${ODL_VERSION}" == "helium" ] ; then - DEVSTACK_LOCAL_CONFIG+="ODL_RELEASE=helium;" fi # If Karaf netvirt feature was explicitly provided, add it to DEVSTACK_LOCAL_CONFIG @@ -104,14 +102,14 @@ fi # Because we are testing a non standard project, add # our project repository. This makes zuul do the right # reference magic for testing changes. -export PROJECTS="stackforge/networking-odl $PROJECTS" +export PROJECTS="openstack/networking-odl $PROJECTS" # Note the actual url here is somewhat irrelevant because it # caches in nodepool, however make it a valid url for # documentation purposes. -if [ "$GERRIT_PROJECT" == "stackforge/networking-odl" ]; then +if [ "$GERRIT_PROJECT" == "openstack/networking-odl" ]; then export DEVSTACK_LOCAL_CONFIG+="enable_plugin networking-odl https://$GERRIT_HOST/$GERRIT_PROJECT $GERRIT_REFSPEC" else - export DEVSTACK_LOCAL_CONFIG+="enable_plugin networking-odl https://git.openstack.org/stackforge/networking-odl" + export DEVSTACK_LOCAL_CONFIG+="enable_plugin networking-odl https://git.openstack.org/openstack/networking-odl" fi