Use git.openstack.org everywhere
Our official git master is at git.openstack.org, update places that use github instead. Change-Id: I6377e765f05a494a3f7aae96cc76dff60a67a41e
This commit is contained in:
parent
08a2d82531
commit
7d6ed4d0c9
@ -80,7 +80,7 @@ Once installed, run the following to clone the OpenStack Block Storage code:
|
||||
|
||||
.. code-block:: none
|
||||
|
||||
PS C:\> git.exe clone https://github.com/openstack/cinder.git
|
||||
PS C:\> git.exe clone https://git.openstack.org/openstack/cinder
|
||||
|
||||
Configure cinder-volume
|
||||
~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
@ -308,7 +308,7 @@ Download the nova code
|
||||
|
||||
.. code-block:: powershell
|
||||
|
||||
PS C:\> git.exe clone https://github.com/openstack/nova.git
|
||||
PS C:\> git.exe clone https://git.openstack.org/openstack/nova
|
||||
|
||||
Install nova-compute service
|
||||
----------------------------
|
||||
|
@ -242,18 +242,18 @@ version the following procedure can be used.
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ NOVA_ZIPBALL=$(mktemp)
|
||||
$ NOVA_TARBALL=$(mktemp)
|
||||
$ NOVA_SOURCES=$(mktemp -d)
|
||||
|
||||
#. Get the source from GitHub. The example assumes the master branch
|
||||
is used, and the XenServer host is accessible as xenserver.
|
||||
Match those parameters to your setup.
|
||||
#. Get the source from the openstack.org archives. The example assumes
|
||||
the master branch is used, and the XenServer host is accessible as
|
||||
xenserver. Match those parameters to your setup.
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ NOVA_URL=https://github.com/openstack/nova/archive/master.zip
|
||||
$ wget -qO "$NOVA_ZIPBALL" "$NOVA_URL"
|
||||
$ unzip "$NOVA_ZIPBALL" -d "$NOVA_SOURCES"
|
||||
$ NOVA_URL=https://tarballs.openstack.org/nova/nova-master.tar.gz
|
||||
$ wget -qO "$NOVA_TARBALL" "$NOVA_URL"
|
||||
$ tar xvf "$NOVA_TARBALL" -d "$NOVA_SOURCES"
|
||||
|
||||
#. Copy the plug-ins to the hypervisor:
|
||||
|
||||
|
@ -32,7 +32,7 @@ variables or adding elements to the command-line:
|
||||
|
||||
This example creates the image as before, but for arm architecture.
|
||||
More elements are available in the `git source directory
|
||||
<https://github.com/openstack/diskimage-builder/tree/master/elements>`_
|
||||
<https://git.openstack.org/cgit/openstack/diskimage-builder/tree/elements>`_
|
||||
and documented in the `diskimage-builder elements documentation
|
||||
<http://docs.openstack.org/developer/diskimage-builder/elements.html>`_.
|
||||
|
||||
|
@ -37,7 +37,7 @@ Supported QoS rule types
|
||||
Any plug-in or ml2 mechanism driver can claim support for some QoS rule types
|
||||
by providing a plug-in/driver class property called 'supported_qos_rule_types'
|
||||
that returns a list of strings that correspond to QoS rule types:
|
||||
`<https://github.com/openstack/neutron/blob/master/neutron/services/qos/qos_consts.py>`
|
||||
`<https://git.openstack.org/cgit/openstack/neutron/tree/neutron/services/qos/qos_consts.py>`
|
||||
|
||||
.. note::
|
||||
For the Liberty release only egress bandwidth limit rules are supported.
|
||||
|
@ -2,7 +2,7 @@ With the exception of the autogenerate-config-flagmappings and
|
||||
www-generator directories, the tools directory has been moved to a
|
||||
separate repository openstack-doc-tools:
|
||||
|
||||
https://github.com/openstack/openstack-doc-tools
|
||||
https://git.openstack.org/cgit/openstack/openstack-doc-tools
|
||||
|
||||
Please do not make changes here, commit instead to openstack-doc-tools
|
||||
unless you need those for gating jobs.
|
||||
|
Loading…
Reference in New Issue
Block a user