Updates puppet-opendaylight branch to master 87/24587/1
authorTim Rozet <trozet@redhat.com>
Sun, 20 Nov 2016 19:04:43 +0000 (14:04 -0500)
committerTim Rozet <trozet@redhat.com>
Sun, 20 Nov 2016 19:04:43 +0000 (14:04 -0500)
Required configuration fixes for new netvirt in master.

JIRA: APEX-300

Change-Id: Iccca77907848ee8a0167e7aa326d014b66bed3f6
Signed-off-by: Tim Rozet <trozet@redhat.com>
build/overcloud-opendaylight.sh

index af65910..a91d55e 100755 (executable)
@@ -76,7 +76,7 @@ LIBGUESTFS_BACKEND=direct virt-customize \
 
 # upload the opendaylight puppet module
 rm -rf puppet-opendaylight
-git clone -b opnfv_integration https://github.com/dfarrell07/puppet-opendaylight
+git clone -b master https://github.com/dfarrell07/puppet-opendaylight
 pushd puppet-opendaylight > /dev/null
 git archive --format=tar.gz --prefix=opendaylight/ HEAD > ../puppet-opendaylight.tar.gz
 popd > /dev/null