X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fneutron%2Finclude-raw-openstack-ci.sh;h=24afa0cb3873e5444c978305328bdce82e6d4ae9;hb=9148f673d7a8e7a2d80f74a4889e0aee5ee2935e;hp=a1dff89133f31212718820af64b5aff686f5207b;hpb=b2b18042a298c488839bec7014548a148cb54eeb;p=releng%2Fbuilder.git diff --git a/jjb/neutron/include-raw-openstack-ci.sh b/jjb/neutron/include-raw-openstack-ci.sh index a1dff8913..24afa0cb3 100644 --- a/jjb/neutron/include-raw-openstack-ci.sh +++ b/jjb/neutron/include-raw-openstack-ci.sh @@ -104,14 +104,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