Fix broken swift ref links

This is to fix some broken swift api ref links.

Change-Id: I05ea3c457c5576d021f6993eee9d46dd7db40f51
This commit is contained in:
zhufl 2017-12-21 09:48:09 +08:00
parent c536175d8d
commit b15803a600
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ class AccountClient(rest_client.RestClient):
Account Metadata can be created, updated or deleted based on
metadata header or value. For detailed info, please refer to the
official API reference:
http://developer.openstack.org/api-ref/object-storage/?expanded=create-update-or-delete-account-metadata-detail
https://developer.openstack.org/api-ref/object-store/#create-update-or-delete-account-metadata
"""
headers = {}
if create_update_metadata:

View File

@ -97,7 +97,7 @@ class ContainerClient(rest_client.RestClient):
For a full list of available parameters, please refer to the official
API reference:
https://developer.openstack.org/api-ref/object-storage/?expanded=show-container-details-and-list-objects-detail
https://developer.openstack.org/api-ref/object-store/#show-container-details-and-list-objects
"""
url = str(container_name)