Make git URLs consistent with each other

Fix shade and ironicclient URLs to match the other git URLs provided
in bifrost for installation from source.

Change-Id: I3724d89d801930086234e3eea9720bac94210d53
This commit is contained in:
stephane 2015-06-23 16:52:57 -07:00
parent 9f9b6c17f7
commit 9c045c3dab

View File

@ -39,6 +39,6 @@ cirros_deploy_image_upstream_url: http://download.cirros-cloud.net/0.3.4/cirros-
include_dhcp_server: true include_dhcp_server: true
# *_git_url can be overridden by local clones for offline installs # *_git_url can be overridden by local clones for offline installs
dib_git_url: https://git.openstack.org/openstack/diskimage-builder dib_git_url: https://git.openstack.org/openstack/diskimage-builder
ironicclient_git_url: https://review.openstack.org/openstack/python-ironicclient ironicclient_git_url: https://git.openstack.org/openstack/python-ironicclient
shade_git_url: https://review.openstack.org/openstack-infra/shade shade_git_url: https://git.openstack.org/openstack-infra/shade
ironic_git_url: https://git.openstack.org/openstack/ironic ironic_git_url: https://git.openstack.org/openstack/ironic