Skip to content

Commit

Permalink
Fix broken swift ref links
Browse files Browse the repository at this point in the history
This is to fix some broken swift api ref links.

Change-Id: I05ea3c457c5576d021f6993eee9d46dd7db40f51
  • Loading branch information
zhufl committed Dec 21, 2017
1 parent c536175 commit b15803a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tempest/lib/services/object_storage/account_client.py
Expand Up @@ -34,7 +34,7 @@ def create_update_or_delete_account_metadata(
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:
Expand Down
2 changes: 1 addition & 1 deletion tempest/lib/services/object_storage/container_client.py
Expand Up @@ -97,7 +97,7 @@ def list_container_objects(self, container_name, params=None):
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)
Expand Down

0 comments on commit b15803a

Please sign in to comment.