Enables Swift backup driver for auth 2.0
This patch adds support for Swift auth 2.0 to the cinder-backup Swift driver. I've noticed that the changes have been automatically made in the following sources: http://docs.openstack.org/trunk/config-reference/content/section_cinder.conf.html http://docs.openstack.org/trunk/config-reference/content/cinder-conf-changes-juno.html http://docs.openstack.org/trunk/config-reference/content/section_volume-misc.html except for the one in this patch. Change-Id: If72f718a2757f8f0cd3563bfa8d6bdae4fc81b8b Closes-Bug: #1355475
This commit is contained in:
parent
d587f94fd4
commit
af6c4c73f5
@ -3,7 +3,7 @@
|
|||||||
xmlns:xi="http://www.w3.org/2001/XInclude"
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||||
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0">
|
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0">
|
||||||
<title>Swift backup driver</title>
|
<title>Swift backup driver</title>
|
||||||
<para>The backup driver for Swift back-end performs a volume
|
<para>The backup driver for Swift back end performs a volume
|
||||||
backup to a Swift object storage system.</para>
|
backup to a Swift object storage system.</para>
|
||||||
<para>To enable the Swift backup driver, include the following
|
<para>To enable the Swift backup driver, include the following
|
||||||
option in the <filename>cinder.conf</filename>
|
option in the <filename>cinder.conf</filename>
|
||||||
@ -13,10 +13,19 @@
|
|||||||
the Swift back-end backup driver.</para>
|
the Swift back-end backup driver.</para>
|
||||||
<xi:include
|
<xi:include
|
||||||
href="../../../common/tables/cinder-backups_swift.xml"/>
|
href="../../../common/tables/cinder-backups_swift.xml"/>
|
||||||
|
|
||||||
|
<para>To enable Swift backup driver for 1.0 or 2.0 authentication version,
|
||||||
|
specify <literal>1</literal> or <literal>2</literal> correspondingly. For example:</para>
|
||||||
|
<programlisting>backup_swift_auth_version = 2</programlisting>
|
||||||
|
<para>In addition, the 2.0 authentication system requires
|
||||||
|
<parameter>backup_swift_tenant</parameter> setting:</para>
|
||||||
|
<programlisting>backup_swift_tenant = <None></programlisting>
|
||||||
|
|
||||||
<para>This example shows the default options for the Swift
|
<para>This example shows the default options for the Swift
|
||||||
back-end backup driver.</para>
|
back-end backup driver.</para>
|
||||||
<programlisting>backup_swift_url = http://localhost:8080/v1/AUTH_
|
<programlisting>backup_swift_url = http://localhost:8080/v1/AUTH_
|
||||||
backup_swift_auth = per_user
|
backup_swift_auth = per_user
|
||||||
|
backup_swift_auth_version = 1
|
||||||
backup_swift_user = <None>
|
backup_swift_user = <None>
|
||||||
backup_swift_key = <None>
|
backup_swift_key = <None>
|
||||||
backup_swift_container = volumebackups
|
backup_swift_container = volumebackups
|
||||||
|
Loading…
Reference in New Issue
Block a user