Use git.openstack.org url instead of github.com

Change-Id: I1ea9708a7976390f3bd25770e2bc990007849736
This commit is contained in:
Sergey Kraynev 2016-12-22 11:01:21 +00:00
parent b33b1b78b8
commit dd184e068c
2 changed files with 6 additions and 1 deletions

View File

@ -35,5 +35,5 @@ configs:
sources:
openstack/glance:
git_url: https://github.com/openstack/glance.git
git_url: https://git.openstack.org/openstack/glance.git
git_ref: stable/newton

View File

@ -63,4 +63,9 @@ disk_formats = raw
{% endif %}
[oslo_messaging_notifications]
{% if searchlight is defined and searchlight.services.glance %}
driver = {{ searchlight.notification_driver }}
{% else %}
driver = noop
{% endif %}