Fix inconsistencies in git url

Github is just a mirror of the OpenStack git-repo.
Changed from Github to OpenStack git url wherever possible.

Change-Id: I7941ef86967de4efe7f23ff9fb11ec86c793901e
This commit is contained in:
Robin Naundorf 2016-08-02 20:38:34 +02:00
parent 306bc101d1
commit a7c41a8893
11 changed files with 16 additions and 17 deletions

View File

@ -112,7 +112,7 @@ workflow <http://docs.openstack.org/infra/manual/developers.html>`__.
`Launchpad <https://launchpad.net/kolla>`__.
- Attend weekly
`meetings <https://wiki.openstack.org/wiki/Meetings/Kolla>`__.
- Contribute `code <https://github.com/openstack/kolla>`__.
- Contribute `code <https://git.openstack.org/openstack/kolla>`__.
Contributors
============

View File

@ -71,7 +71,7 @@ driver_handles_share_servers = False
# Generic driver is the only driver that uses image from Glance for building
# service VMs in Nova. And following are data for some specific image.
# We used one defined in [1]
# [1] https://github.com/openstack/manila/blob/6785cad9/devstack/plugin.sh#L86
# [1] https://git.openstack.org/cgit/openstack/manila/tree/devstack/plugin.sh?id=6785cad9#n86
service_instance_password = {{ manila_service_instance_password }}
service_instance_user = {{ manila_service_instance_user }}
service_image_name = manila-service-image

View File

@ -174,7 +174,7 @@ resources:
# Pull the Kolla repo
cd /root
git clone https://github.com/openstack/kolla.git
git clone https://git.openstack.org/openstack/kolla
# Add vxlan kernel module for Neutron
modprobe vxlan
@ -196,7 +196,7 @@ resources:
chkconfig firewalld off
# Install Magnum Client
git clone http://github.com/openstack/python-magnumclient
git clone https://git.openstack.org/openstack/python-magnumclient
cd python-magnumclient
sudo pip install -e .

View File

@ -7,9 +7,8 @@ How To Contribute
Basics
======
#. Our source code is hosted on `OpenStack GitHub`_, but pull requests
submitted through GitHub will be ignored. Bugs should be filed on
launchpad_, not GitHub.
#. Our source code is hosted on `OpenStack Kolla Git`_. Bugs should be filed on
launchpad_.
#. Please follow OpenStack `Gerrit Workflow`_ to to contribute to Kolla.
@ -24,7 +23,7 @@ Basics
#. TrivialFix tags or bugs are not required for documentation changes.
.. _OpenStack GitHub: https://github.com/openstack/kolla
.. _OpenStack Kolla Git: https://git.openstack.org/cgit/openstack/kolla/
.. _Gerrit Workflow: http://docs.openstack.org/infra/manual/developers.html#development-workflow
.. _launchpad: https://bugs.launchpad.net/kolla
.. _here: https://wiki.openstack.org/wiki/GitCommitMessages

View File

@ -112,7 +112,7 @@ the best use of the docker cache.
[keystone]
type = git
location = https://github.com/openstack/keystone
location = https://git.openstack.org/openstack/keystone
reference = stable/mitaka
[heat-base]
@ -184,7 +184,7 @@ image, the operator would add the following block to
[neutron-server-plugin-networking-cisco]
type = git
location = https://github.com/openstack/networking-cisco
location = https://git.openstack.org/openstack/networking-cisco
reference = master
Known issues

View File

@ -83,7 +83,7 @@ correctly. On Fedora 22::
Find a location in the system's home directory and checkout the Kolla repo::
git clone https://github.com/openstack/kolla.git
git clone https://git.openstack.org/openstack/kolla
Developers can now tweak the Vagrantfile or bring up the default **all-in-one**
CentOS 7-based environment::

View File

@ -28,7 +28,7 @@ local msg = {
Fields = nil
}
-- See https://github.com/openstack/swift/blob/2a8b455/swift/common/utils.py#L1423-L1424
-- See https://git.openstack.org/cgit/openstack/swift/tree/swift/common/utils.py?id=2a8b455#n1423
local swift_grammar = syslog.build_rsyslog_grammar('<%PRI%>%programname%: %msg%')
function process_message ()

View File

@ -164,8 +164,8 @@ _BASE_OPTS = [
SOURCES = {
'openstack-base': {
'type': 'url',
'location': ('https://github.com/openstack/requirements/tarball/'
'master')},
'location': ('http://tarballs.openstack.org/requirements/'
'requirements-master.tar.gz')},
'aodh-base': {
'type': 'url',
'location': ('http://tarballs.openstack.org/aodh/'

View File

@ -3,7 +3,7 @@ debug=True
[neutron-server-plugin-networking-arista]
reference = master
location = https://github.com/openstack/networking-arista
location = https://git.openstack.org/openstack/networking-arista
type = git
[profiles]

View File

@ -178,7 +178,7 @@ class KollaWorkerTest(base.TestCase):
expected_plugin = {
'name': 'neutron-server-plugin-networking-arista',
'reference': 'master',
'source': 'https://github.com/openstack/networking-arista',
'source': 'https://git.openstack.org/openstack/networking-arista',
'type': 'git'
}
for image in kolla.images:

View File

@ -175,7 +175,7 @@ not be reliably deployed in an active/active or active/passive fashion.
In general, the Kolla HA environment looks like:
![Image](https://raw.githubusercontent.com/openstack/kolla/master/specs/ha.svg)
![Image](https://git.openstack.org/cgit/openstack/kolla/plain/specs/ha.svg)
Security impact
---------------