Merge "Fixing target for cross-ref 'get_data_dir'" into stable/queens

This commit is contained in:
Zuul 2019-10-23 23:33:24 +00:00 committed by Gerrit Code Review
commit f191a09986
1 changed files with 3 additions and 3 deletions

View File

@ -561,9 +561,9 @@ included implementation of :class:`.Diskfile` lays out the directory structure
described earlier but that's owned within :class:`.Diskfile`; external modules
have no visibility into that detail. A common function is provided to map
various directory names and/or strings based on their policy index. For example
:class:`.Diskfile` defines :func:`.get_data_dir` which builds off of a generic
:func:`.get_policy_string` to consistently build policy aware strings for
various usage.
:class:`.Diskfile` defines :func:`~swift.obj.diskfile.get_data_dir` which builds
off of a generic :func:`.get_policy_string` to consistently build policy aware
strings for various usage.
Container Server
----------------