Update ceilometer_git_repo to use git.openstack.org

This commit updates ceilometer_git_repo to use git.openstack.org rather
than github.com, which is what all other OpenStack services are using.

Change-Id: I2096ea74e81c4c50da51394512ccdaa66b958555
This commit is contained in:
Matt Thompson 2015-08-25 10:48:18 +01:00
parent 61dfc09f3c
commit 0ad74afb7a

View File

@ -29,7 +29,7 @@
### or have a comment / reason attached to them as to why a tag can not work.
## Ceilometer service
ceilometer_git_repo: https://github.com/openstack/ceilometer
ceilometer_git_repo: https://git.openstack.org/openstack/ceilometer
ceilometer_git_install_branch: 3c10d3876eac0b27e39c7d93e7d772a5614518ee # HEAD of "master" as of 15.08.2015
ceilometer_git_dest: "/opt/ceilometer_{{ceilometer_git_install_branch | replace('/', '_') }}"