Refactor common/utils methods to common/ondisk

Place all the methods related to on-disk layout and / or configuration
into a new common module that can be shared by the various modules
using the same on-disk layout.

Change-Id: I27ffd4665d5115ffdde649c48a4d18e12017e6a9
Signed-off-by: Peter Portante <peter.portante@redhat.com>
This commit is contained in:
Peter Portante
2013-09-12 15:57:56 -04:00
parent 8e48dd6b7f
commit 7760f41c3c
43 changed files with 448 additions and 354 deletions

View File

@@ -33,6 +33,15 @@ Utils
:members:
:show-inheritance:
.. _ondisk:
OnDisk
======
.. automodule:: swift.common.ondisk
:members:
:show-inheritance:
.. _common_tempauth:
TempAuth