Add the reference for openstack swift in the documentation.

Signed-off-by: Li Wenquan <wenquan.li@hp.com>
This commit is contained in:
davidli 2015-05-22 14:06:18 +08:00 committed by Sylvain Baubeau
parent ea7c53df08
commit f555defdb7
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Openstack Swift storage driver
An implementation of the `storagedriver.StorageDriver` interface which uses Openstack Swift for object storage.
An implementation of the `storagedriver.StorageDriver` interface which uses [Openstack Swift](http://docs.openstack.org/developer/swift/) for object storage.
## Parameters

View File

@ -23,7 +23,7 @@ This storage driver package comes bundled with several drivers:
- [s3](storage-drivers/s3.md): A driver storing objects in an Amazon Simple Storage Solution (S3) bucket.
- [azure](storage-drivers/azure.md): A driver storing objects in [Microsoft Azure Blob Storage](http://azure.microsoft.com/en-us/services/storage/).
- [rados](storage-drivers/rados.md): A driver storing objects in a [Ceph Object Storage](http://ceph.com/docs/master/rados/) pool.
- [swift](storage-drivers/swift): A driver storing objects in Openstack Swift.
- [swift](storage-drivers/swift): A driver storing objects in [Openstack Swift](http://docs.openstack.org/developer/swift/).
## Storage Driver API