Use git.openstack.org in Config Reference

Replace github.com names with git.openstack.org since git.openstack.org
is the master.

Change-Id: Iab27150b7e464fa624918940aee5d956b27342f5
This commit is contained in:
Andreas Jaeger 2015-02-26 19:09:03 +01:00 committed by Andreas Jaeger
parent e4c3cde0b5
commit 7935caccca
3 changed files with 5 additions and 5 deletions

View File

@ -9,8 +9,8 @@
class="service">cinder-backup</systemitem> service and its class="service">cinder-backup</systemitem> service and its
drivers.</para> drivers.</para>
<para>The volume drivers are included with the Block Storage repository <para>The volume drivers are included with the Block Storage repository
(<link xlink:href="https://github.com/openstack/cinder" (<link xlink:href="http://git.openstack.org/cgit/openstack/cinder/"
>https://github.com/openstack/cinder</link>). To set a >http://git.openstack.org/cgit/openstack/cinder/</link>). To set a
backup driver, use the <literal>backup_driver</literal> flag. backup driver, use the <literal>backup_driver</literal> flag.
By default there is no backup driver enabled.</para> By default there is no backup driver enabled.</para>
<xi:include href="backup/ceph-backup-driver.xml"/> <xi:include href="backup/ceph-backup-driver.xml"/>

View File

@ -9,8 +9,8 @@
class="service">cinder-volume</systemitem> service, use class="service">cinder-volume</systemitem> service, use
the parameters described in these sections.</para> the parameters described in these sections.</para>
<para>The volume drivers are included in the Block Storage repository <para>The volume drivers are included in the Block Storage repository
(<link xlink:href="https://github.com/openstack/cinder" (<link xlink:href="http://git.openstack.org/cgit/openstack/cinder/"
>https://github.com/openstack/cinder</link>). To set a >http://git.openstack.org/cgit/openstack/cinder/</link>). To set a
volume driver, use the <literal>volume_driver</literal> flag. volume driver, use the <literal>volume_driver</literal> flag.
The default is:</para> The default is:</para>
<programlisting>volume_driver = cinder.volume.drivers.lvm.LVMISCSIDriver</programlisting> <programlisting>volume_driver = cinder.volume.drivers.lvm.LVMISCSIDriver</programlisting>

View File

@ -40,7 +40,7 @@
<para>To use this middleware, first download the latest <para>To use this middleware, first download the latest
version from its repository to your proxy version from its repository to your proxy
server(s).</para> server(s).</para>
<screen><prompt>$</prompt> <userinput>git clone https://github.com/stackforge/swift3.git</userinput></screen> <screen><prompt>$</prompt> <userinput>git clone http://git.openstack.org/cgit/stackforge/swift3/</userinput></screen>
<para>Then, install it using standard python mechanisms, such <para>Then, install it using standard python mechanisms, such
as:</para> as:</para>
<screen><prompt>#</prompt> <userinput>python setup.py install</userinput></screen> <screen><prompt>#</prompt> <userinput>python setup.py install</userinput></screen>