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:
parent
e4c3cde0b5
commit
7935caccca
@ -9,8 +9,8 @@
|
||||
class="service">cinder-backup</systemitem> service and its
|
||||
drivers.</para>
|
||||
<para>The volume drivers are included with the Block Storage repository
|
||||
(<link xlink:href="https://github.com/openstack/cinder"
|
||||
>https://github.com/openstack/cinder</link>). To set a
|
||||
(<link xlink:href="http://git.openstack.org/cgit/openstack/cinder/"
|
||||
>http://git.openstack.org/cgit/openstack/cinder/</link>). To set a
|
||||
backup driver, use the <literal>backup_driver</literal> flag.
|
||||
By default there is no backup driver enabled.</para>
|
||||
<xi:include href="backup/ceph-backup-driver.xml"/>
|
||||
|
@ -9,8 +9,8 @@
|
||||
class="service">cinder-volume</systemitem> service, use
|
||||
the parameters described in these sections.</para>
|
||||
<para>The volume drivers are included in the Block Storage repository
|
||||
(<link xlink:href="https://github.com/openstack/cinder"
|
||||
>https://github.com/openstack/cinder</link>). To set a
|
||||
(<link xlink:href="http://git.openstack.org/cgit/openstack/cinder/"
|
||||
>http://git.openstack.org/cgit/openstack/cinder/</link>). To set a
|
||||
volume driver, use the <literal>volume_driver</literal> flag.
|
||||
The default is:</para>
|
||||
<programlisting>volume_driver = cinder.volume.drivers.lvm.LVMISCSIDriver</programlisting>
|
||||
|
@ -40,7 +40,7 @@
|
||||
<para>To use this middleware, first download the latest
|
||||
version from its repository to your proxy
|
||||
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
|
||||
as:</para>
|
||||
<screen><prompt>#</prompt> <userinput>python setup.py install</userinput></screen>
|
||||
|
Loading…
Reference in New Issue
Block a user