Merge "Fix broken swift ref links"

This commit is contained in:
Zuul 2017-12-21 21:00:28 +00:00 committed by Gerrit Code Review
commit 0ae6ca21fd
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)