minor docstring update for new locations

This commit is contained in:
Joe Heck 2012-02-02 08:48:39 -08:00
parent 89f835a3eb
commit 433e7db499
5 changed files with 5 additions and 5 deletions

View File

@ -17,7 +17,7 @@ CONF = config.CONF
class Manager(manager.Manager):
"""Default pivot point for the Catalog backend.
See :mod:`keystone.manager.Manager` for more details on how this
See :mod:`keystone.common.manager.Manager` for more details on how this
dynamically calls the backend.
"""

View File

@ -39,7 +39,7 @@ CONF = config.CONF
class Manager(manager.Manager):
"""Default pivot point for the EC2 Credentials backend.
See :mod:`keystone.manager.Manager` for more details on how this
See :mod:`keystone.common.manager.Manager` for more details on how this
dynamically calls the backend.
"""

View File

@ -22,7 +22,7 @@ CONF = config.CONF
class Manager(manager.Manager):
"""Default pivot point for the Identity backend.
See :mod:`keystone.manager.Manager` for more details on how this
See :mod:`keystone.common.manager.Manager` for more details on how this
dynamically calls the backend.
"""

View File

@ -12,7 +12,7 @@ CONF = config.CONF
class Manager(manager.Manager):
"""Default pivot point for the Policy backend.
See :mod:`keystone.manager.Manager` for more details on how this
See :mod:`keystone.common.manager.Manager` for more details on how this
dynamically calls the backend.
"""

View File

@ -12,7 +12,7 @@ CONF = config.CONF
class Manager(manager.Manager):
"""Default pivot point for the Token backend.
See :mod:`keystone.manager.Manager` for more details on how this
See :mod:`keystone.common.manager.Manager` for more details on how this
dynamically calls the backend.
"""