~styluseater/swift/lp610583

« back to all changes in this revision

Viewing changes to swift/account/server.py

  • Committer: Tarmac
  • Author(s): Monty Taylor
  • Date: 2010-07-25 01:45:27 UTC
  • mfrom: (39.1.1 align-openstack-sphinx)
  • Revision ID: hudson@openstack.org-20100725014527-86ly3l16d7jy64e5
Updated Sphinx config to match the config from Nova.

Show diffs side-by-side

added added

removed removed

Lines of Context:
114
114
 
115
115
    def HEAD(self, req):
116
116
        """Handle HTTP HEAD request."""
117
 
        # TODO: Refactor: The account server used to provide a 'account and
 
117
        # TODO(refactor): The account server used to provide a 'account and
118
118
        # container existence check all-in-one' call by doing a HEAD with a
119
119
        # container path. However, container existence is now checked with the
120
120
        # container servers directly so this is no longer needed. We should