Fix ovb cloning location

Project was moved under openstack.

Change-Id: I666693dd2fb3517d53064c9b309c6760a5d79feb
This commit is contained in:
Sorin Sbarnea 2019-01-16 11:54:14 +00:00
parent 07de88bf09
commit 9a151e9b10
2 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@ echo 'git-tripleo-ci/scripts/tripleo.sh $@' >> tripleo.sh
chmod +x tripleo.sh
if [ ! -d overcloud-templates ]
then
git clone https://github.com/cybertron/openstack-virtual-baremetal
git clone https://git.openstack.org/openstack/openstack-virtual-baremetal
cp -r openstack-virtual-baremetal/overcloud-templates .
fi

View File

@ -47,8 +47,8 @@ master_doc = 'index'
# General information about the project.
project = u'OpenStack Virtual Baremetal'
copyright = u'2015, Red Hat Inc.'
bug_tracker = u'Github'
bug_tracker_url = u'https://github.com/cybertron/openstack-virtual-baremetal'
bug_tracker = u'Launchpad'
bug_tracker_url = u'https://bugs.launchpad.net/tripleo/'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the