Fix rst for link

Change-Id: I2f63ce16ae67277504a47e68c7dca3c3412fe92c
This commit is contained in:
Tim Burke 2017-07-06 19:07:14 -07:00
parent 5cb1303d5b
commit 63c4215994
2 changed files with 3 additions and 4 deletions

View File

@ -6,9 +6,7 @@ consistent object/blob store. You create, modify, and get objects and
metadata by using the Object Storage API, which is implemented as a set
of Representational State Transfer (REST) web services.
For an introduction to OpenStack Object Storage, see `Object
Storage <http://docs.openstack.org/admin-guide/objectstorage.html>`
in the *OpenStack Administrator Guide*.
For an introduction to OpenStack Object Storage, see the :doc:`/admin/index`.
You use the HTTPS (SSL) protocol to interact with Object Storage, and
you use standard HTTP calls to perform API operations. You can also use

View File

@ -142,7 +142,8 @@ class BaseObjectController(Controller):
:param ring: ring to get nodes from
:param partition: ring partition to yield nodes for
:param policy: optional, an instance of :class:`BaseStoragePolicy
:param policy: optional, an instance of
:class:`~swift.common.storage_policy.BaseStoragePolicy`
:param local_handoffs_first: optional, if True prefer primaries and
local handoff nodes first before looking elsewhere.
"""