diff options
author | Dan Radez <dradez@redhat.com> | 2016-03-24 09:27:05 -0400 |
---|---|---|
committer | Dan Radez <dradez@redhat.com> | 2016-03-24 09:51:07 -0400 |
commit | 673897bcb5a8e1cb7a58941c8b6f7a4c0052c8fe (patch) | |
tree | 83645a263b87ede7652e62e130232e452b6c86dd | |
parent | 81e8d7b55fbc27d8f25031817baf92d9b100f322 (diff) |
updating to OpenDaylight Beryllium SR1
Change-Id: Idaf267854b6629a38c458b3c4c1c14af37b7d57c
-rwxr-xr-x | build/overcloud-opendaylight.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build/overcloud-opendaylight.sh b/build/overcloud-opendaylight.sh index 7e6c820c..3ce88349 100755 --- a/build/overcloud-opendaylight.sh +++ b/build/overcloud-opendaylight.sh @@ -19,9 +19,9 @@ cp -f overcloud-full.qcow2 overcloud-full-opendaylight_build.qcow2 ############################################### cat > /tmp/opendaylight.repo << EOF -[opendaylight] -name=OpenDaylight \$releasever - \$basearch -baseurl=http://cbs.centos.org/repos/nfv7-opendaylight-40-release/\$basearch/os/ +[opendaylight-41-release] +name=CentOS CBS OpenDaylight Beryllium SR1 repository +baseurl=http://cbs.centos.org/repos/nfv7-opendaylight-41-release/\$basearch/os/ enabled=1 gpgcheck=0 EOF |