Add backup_swift_auth_url to config reference

This patch adds the backup_swift_auth_url to the config
reference for the Swift backup driver in Cinder.

Change-Id: I511df9f0a4c574bc6e3680fd25841d81d40bda82
Closes-bug: #1506253
This commit is contained in:
Nate Potter 2016-02-26 19:14:15 +00:00
parent e850abef9d
commit e9f9e25b8c

View File

@ -37,6 +37,7 @@ driver.
.. code-block:: ini
backup_swift_url = http://localhost:8080/v1/AUTH_
backup_swift_auth_url = http://localhost:5000/v3
backup_swift_auth = per_user
backup_swift_auth_version = 1
backup_swift_user = <None>