swift 2.32.0__tar.gz → 2.32.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (940) hide show
  1. {swift-2.32.0 → swift-2.32.1}/.zuul.yaml +23 -102
  2. swift-2.32.1/PKG-INFO +222 -0
  3. {swift-2.32.0 → swift-2.32.1}/bandit.yaml +1 -1
  4. {swift-2.32.0 → swift-2.32.1}/etc/account-server.conf-sample +2 -1
  5. {swift-2.32.0 → swift-2.32.1}/etc/container-server.conf-sample +2 -1
  6. {swift-2.32.0 → swift-2.32.1}/etc/object-server.conf-sample +2 -1
  7. {swift-2.32.0 → swift-2.32.1}/etc/proxy-server.conf-sample +1 -0
  8. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/listing_formats.py +26 -38
  9. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/x_profile/html_viewer.py +1 -1
  10. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/xprofile.py +5 -0
  11. swift-2.32.1/swift.egg-info/PKG-INFO +222 -0
  12. {swift-2.32.0 → swift-2.32.1}/swift.egg-info/entry_points.txt +0 -1
  13. swift-2.32.1/swift.egg-info/pbr.json +1 -0
  14. {swift-2.32.0 → swift-2.32.1}/swift.egg-info/requires.txt +15 -17
  15. {swift-2.32.0 → swift-2.32.1}/test/debug_logger.py +3 -0
  16. {swift-2.32.0 → swift-2.32.1}/test/functional/test_account.py +40 -1
  17. {swift-2.32.0 → swift-2.32.1}/test/functional/test_container.py +65 -1
  18. {swift-2.32.0 → swift-2.32.1}/test/unit/common/middleware/test_listing_formats.py +81 -8
  19. {swift-2.32.0 → swift-2.32.1}/test/unit/common/middleware/test_xprofile.py +19 -0
  20. {swift-2.32.0 → swift-2.32.1}/tools/playbooks/common/install_dependencies.yaml +6 -23
  21. {swift-2.32.0 → swift-2.32.1}/tools/playbooks/cors/install_selenium.yaml +7 -1
  22. {swift-2.32.0 → swift-2.32.1}/tools/test-setup.sh +0 -12
  23. {swift-2.32.0 → swift-2.32.1}/tox.ini +3 -3
  24. swift-2.32.0/PKG-INFO +0 -194
  25. swift-2.32.0/swift.egg-info/PKG-INFO +0 -194
  26. swift-2.32.0/swift.egg-info/pbr.json +0 -1
  27. {swift-2.32.0 → swift-2.32.1}/.alltests +0 -0
  28. {swift-2.32.0 → swift-2.32.1}/.coveragerc +0 -0
  29. {swift-2.32.0 → swift-2.32.1}/.dockerignore +0 -0
  30. {swift-2.32.0 → swift-2.32.1}/.functests +0 -0
  31. {swift-2.32.0 → swift-2.32.1}/.mailmap +0 -0
  32. {swift-2.32.0 → swift-2.32.1}/.manpages +0 -0
  33. {swift-2.32.0 → swift-2.32.1}/.probetests +0 -0
  34. {swift-2.32.0 → swift-2.32.1}/.stestr.conf +0 -0
  35. {swift-2.32.0 → swift-2.32.1}/.unittests +0 -0
  36. {swift-2.32.0 → swift-2.32.1}/AUTHORS +0 -0
  37. {swift-2.32.0 → swift-2.32.1}/CHANGELOG +0 -0
  38. {swift-2.32.0 → swift-2.32.1}/CONTRIBUTING.rst +0 -0
  39. {swift-2.32.0 → swift-2.32.1}/Dockerfile +0 -0
  40. {swift-2.32.0 → swift-2.32.1}/Dockerfile-py3 +0 -0
  41. {swift-2.32.0 → swift-2.32.1}/LICENSE +0 -0
  42. {swift-2.32.0 → swift-2.32.1}/MANIFEST.in +0 -0
  43. {swift-2.32.0 → swift-2.32.1}/README.rst +0 -0
  44. {swift-2.32.0 → swift-2.32.1}/REVIEW_GUIDELINES.rst +0 -0
  45. {swift-2.32.0 → swift-2.32.1}/api-ref/source/conf.py +0 -0
  46. {swift-2.32.0 → swift-2.32.1}/api-ref/source/index.rst +0 -0
  47. {swift-2.32.0 → swift-2.32.1}/api-ref/source/metadata_header_encoding.inc +0 -0
  48. {swift-2.32.0 → swift-2.32.1}/api-ref/source/metadata_header_syntax.inc +0 -0
  49. {swift-2.32.0 → swift-2.32.1}/api-ref/source/parameters.yaml +0 -0
  50. {swift-2.32.0 → swift-2.32.1}/api-ref/source/samples/account-containers-list-http-request-json.txt +0 -0
  51. {swift-2.32.0 → swift-2.32.1}/api-ref/source/samples/account-containers-list-http-request-xml.txt +0 -0
  52. {swift-2.32.0 → swift-2.32.1}/api-ref/source/samples/account-containers-list-http-response-json.txt +0 -0
  53. {swift-2.32.0 → swift-2.32.1}/api-ref/source/samples/account-containers-list-http-response-xml.txt +0 -0
  54. {swift-2.32.0 → swift-2.32.1}/api-ref/source/samples/account-containers-list-response.json +0 -0
  55. {swift-2.32.0 → swift-2.32.1}/api-ref/source/samples/account-containers-list-response.xml +0 -0
  56. {swift-2.32.0 → swift-2.32.1}/api-ref/source/samples/capabilities-list-response.json +0 -0
  57. {swift-2.32.0 → swift-2.32.1}/api-ref/source/samples/containers-list-http-request.txt +0 -0
  58. {swift-2.32.0 → swift-2.32.1}/api-ref/source/samples/containers-list-http-response.txt +0 -0
  59. {swift-2.32.0 → swift-2.32.1}/api-ref/source/samples/endpoints-list-response-headers.json +0 -0
  60. {swift-2.32.0 → swift-2.32.1}/api-ref/source/samples/endpoints-list-response.json +0 -0
  61. {swift-2.32.0 → swift-2.32.1}/api-ref/source/samples/goodbyeworld.txt +0 -0
  62. {swift-2.32.0 → swift-2.32.1}/api-ref/source/samples/helloworld.txt +0 -0
  63. {swift-2.32.0 → swift-2.32.1}/api-ref/source/samples/objects-list-http-response-json.txt +0 -0
  64. {swift-2.32.0 → swift-2.32.1}/api-ref/source/samples/objects-list-http-response-xml.txt +0 -0
  65. {swift-2.32.0 → swift-2.32.1}/api-ref/source/samples/objects-list-response.json +0 -0
  66. {swift-2.32.0 → swift-2.32.1}/api-ref/source/samples/objects-list-response.xml +0 -0
  67. {swift-2.32.0 → swift-2.32.1}/api-ref/source/storage-account-services.inc +0 -0
  68. {swift-2.32.0 → swift-2.32.1}/api-ref/source/storage-container-services.inc +0 -0
  69. {swift-2.32.0 → swift-2.32.1}/api-ref/source/storage-object-services.inc +0 -0
  70. {swift-2.32.0 → swift-2.32.1}/api-ref/source/storage_endpoints.inc +0 -0
  71. {swift-2.32.0 → swift-2.32.1}/api-ref/source/storage_info.inc +0 -0
  72. {swift-2.32.0 → swift-2.32.1}/bin/swift-account-audit +0 -0
  73. {swift-2.32.0 → swift-2.32.1}/bin/swift-account-auditor +0 -0
  74. {swift-2.32.0 → swift-2.32.1}/bin/swift-account-info +0 -0
  75. {swift-2.32.0 → swift-2.32.1}/bin/swift-account-reaper +0 -0
  76. {swift-2.32.0 → swift-2.32.1}/bin/swift-account-replicator +0 -0
  77. {swift-2.32.0 → swift-2.32.1}/bin/swift-account-server +0 -0
  78. {swift-2.32.0 → swift-2.32.1}/bin/swift-config +0 -0
  79. {swift-2.32.0 → swift-2.32.1}/bin/swift-container-auditor +0 -0
  80. {swift-2.32.0 → swift-2.32.1}/bin/swift-container-info +0 -0
  81. {swift-2.32.0 → swift-2.32.1}/bin/swift-container-reconciler +0 -0
  82. {swift-2.32.0 → swift-2.32.1}/bin/swift-container-replicator +0 -0
  83. {swift-2.32.0 → swift-2.32.1}/bin/swift-container-server +0 -0
  84. {swift-2.32.0 → swift-2.32.1}/bin/swift-container-sharder +0 -0
  85. {swift-2.32.0 → swift-2.32.1}/bin/swift-container-sync +0 -0
  86. {swift-2.32.0 → swift-2.32.1}/bin/swift-container-updater +0 -0
  87. {swift-2.32.0 → swift-2.32.1}/bin/swift-dispersion-populate +0 -0
  88. {swift-2.32.0 → swift-2.32.1}/bin/swift-dispersion-report +0 -0
  89. {swift-2.32.0 → swift-2.32.1}/bin/swift-drive-audit +0 -0
  90. {swift-2.32.0 → swift-2.32.1}/bin/swift-form-signature +0 -0
  91. {swift-2.32.0 → swift-2.32.1}/bin/swift-get-nodes +0 -0
  92. {swift-2.32.0 → swift-2.32.1}/bin/swift-init +0 -0
  93. {swift-2.32.0 → swift-2.32.1}/bin/swift-object-auditor +0 -0
  94. {swift-2.32.0 → swift-2.32.1}/bin/swift-object-expirer +0 -0
  95. {swift-2.32.0 → swift-2.32.1}/bin/swift-object-info +0 -0
  96. {swift-2.32.0 → swift-2.32.1}/bin/swift-object-reconstructor +0 -0
  97. {swift-2.32.0 → swift-2.32.1}/bin/swift-object-relinker +0 -0
  98. {swift-2.32.0 → swift-2.32.1}/bin/swift-object-replicator +0 -0
  99. {swift-2.32.0 → swift-2.32.1}/bin/swift-object-server +0 -0
  100. {swift-2.32.0 → swift-2.32.1}/bin/swift-object-updater +0 -0
  101. {swift-2.32.0 → swift-2.32.1}/bin/swift-oldies +0 -0
  102. {swift-2.32.0 → swift-2.32.1}/bin/swift-orphans +0 -0
  103. {swift-2.32.0 → swift-2.32.1}/bin/swift-proxy-server +0 -0
  104. {swift-2.32.0 → swift-2.32.1}/bin/swift-recon +0 -0
  105. {swift-2.32.0 → swift-2.32.1}/bin/swift-recon-cron +0 -0
  106. {swift-2.32.0 → swift-2.32.1}/bin/swift-reconciler-enqueue +0 -0
  107. {swift-2.32.0 → swift-2.32.1}/bin/swift-ring-builder +0 -0
  108. {swift-2.32.0 → swift-2.32.1}/bin/swift-ring-builder-analyzer +0 -0
  109. {swift-2.32.0 → swift-2.32.1}/bin/swift-ring-composer +0 -0
  110. {swift-2.32.0 → swift-2.32.1}/bindep.txt +0 -0
  111. {swift-2.32.0 → swift-2.32.1}/doc/manpages/account-server.conf.5 +0 -0
  112. {swift-2.32.0 → swift-2.32.1}/doc/manpages/container-reconciler.conf.5 +0 -0
  113. {swift-2.32.0 → swift-2.32.1}/doc/manpages/container-server.conf.5 +0 -0
  114. {swift-2.32.0 → swift-2.32.1}/doc/manpages/container-sync-realms.conf.5 +0 -0
  115. {swift-2.32.0 → swift-2.32.1}/doc/manpages/dispersion.conf.5 +0 -0
  116. {swift-2.32.0 → swift-2.32.1}/doc/manpages/object-expirer.conf.5 +0 -0
  117. {swift-2.32.0 → swift-2.32.1}/doc/manpages/object-server.conf.5 +0 -0
  118. {swift-2.32.0 → swift-2.32.1}/doc/manpages/proxy-server.conf.5 +0 -0
  119. {swift-2.32.0 → swift-2.32.1}/doc/manpages/swift-account-audit.1 +0 -0
  120. {swift-2.32.0 → swift-2.32.1}/doc/manpages/swift-account-auditor.1 +0 -0
  121. {swift-2.32.0 → swift-2.32.1}/doc/manpages/swift-account-info.1 +0 -0
  122. {swift-2.32.0 → swift-2.32.1}/doc/manpages/swift-account-reaper.1 +0 -0
  123. {swift-2.32.0 → swift-2.32.1}/doc/manpages/swift-account-replicator.1 +0 -0
  124. {swift-2.32.0 → swift-2.32.1}/doc/manpages/swift-account-server.1 +0 -0
  125. {swift-2.32.0 → swift-2.32.1}/doc/manpages/swift-config.1 +0 -0
  126. {swift-2.32.0 → swift-2.32.1}/doc/manpages/swift-container-auditor.1 +0 -0
  127. {swift-2.32.0 → swift-2.32.1}/doc/manpages/swift-container-info.1 +0 -0
  128. {swift-2.32.0 → swift-2.32.1}/doc/manpages/swift-container-reconciler.1 +0 -0
  129. {swift-2.32.0 → swift-2.32.1}/doc/manpages/swift-container-replicator.1 +0 -0
  130. {swift-2.32.0 → swift-2.32.1}/doc/manpages/swift-container-server.1 +0 -0
  131. {swift-2.32.0 → swift-2.32.1}/doc/manpages/swift-container-sync.1 +0 -0
  132. {swift-2.32.0 → swift-2.32.1}/doc/manpages/swift-container-updater.1 +0 -0
  133. {swift-2.32.0 → swift-2.32.1}/doc/manpages/swift-dispersion-populate.1 +0 -0
  134. {swift-2.32.0 → swift-2.32.1}/doc/manpages/swift-dispersion-report.1 +0 -0
  135. {swift-2.32.0 → swift-2.32.1}/doc/manpages/swift-drive-audit.1 +0 -0
  136. {swift-2.32.0 → swift-2.32.1}/doc/manpages/swift-form-signature.1 +0 -0
  137. {swift-2.32.0 → swift-2.32.1}/doc/manpages/swift-get-nodes.1 +0 -0
  138. {swift-2.32.0 → swift-2.32.1}/doc/manpages/swift-init.1 +0 -0
  139. {swift-2.32.0 → swift-2.32.1}/doc/manpages/swift-object-auditor.1 +0 -0
  140. {swift-2.32.0 → swift-2.32.1}/doc/manpages/swift-object-expirer.1 +0 -0
  141. {swift-2.32.0 → swift-2.32.1}/doc/manpages/swift-object-info.1 +0 -0
  142. {swift-2.32.0 → swift-2.32.1}/doc/manpages/swift-object-reconstructor.1 +0 -0
  143. {swift-2.32.0 → swift-2.32.1}/doc/manpages/swift-object-relinker.1 +0 -0
  144. {swift-2.32.0 → swift-2.32.1}/doc/manpages/swift-object-replicator.1 +0 -0
  145. {swift-2.32.0 → swift-2.32.1}/doc/manpages/swift-object-server.1 +0 -0
  146. {swift-2.32.0 → swift-2.32.1}/doc/manpages/swift-object-updater.1 +0 -0
  147. {swift-2.32.0 → swift-2.32.1}/doc/manpages/swift-oldies.1 +0 -0
  148. {swift-2.32.0 → swift-2.32.1}/doc/manpages/swift-orphans.1 +0 -0
  149. {swift-2.32.0 → swift-2.32.1}/doc/manpages/swift-proxy-server.1 +0 -0
  150. {swift-2.32.0 → swift-2.32.1}/doc/manpages/swift-recon-cron.1 +0 -0
  151. {swift-2.32.0 → swift-2.32.1}/doc/manpages/swift-recon.1 +0 -0
  152. {swift-2.32.0 → swift-2.32.1}/doc/manpages/swift-reconciler-enqueue.1 +0 -0
  153. {swift-2.32.0 → swift-2.32.1}/doc/manpages/swift-ring-builder-analyzer.1 +0 -0
  154. {swift-2.32.0 → swift-2.32.1}/doc/manpages/swift-ring-builder.1 +0 -0
  155. {swift-2.32.0 → swift-2.32.1}/doc/manpages/swift-ring-composer.1 +0 -0
  156. {swift-2.32.0 → swift-2.32.1}/doc/manpages/swift.conf.5 +0 -0
  157. {swift-2.32.0 → swift-2.32.1}/doc/requirements.txt +0 -0
  158. {swift-2.32.0 → swift-2.32.1}/doc/s3api/conf/ceph-known-failures-keystone.yaml +0 -0
  159. {swift-2.32.0 → swift-2.32.1}/doc/s3api/conf/ceph-known-failures-tempauth.yaml +0 -0
  160. {swift-2.32.0 → swift-2.32.1}/doc/s3api/rnc/access_control_policy.rnc +0 -0
  161. {swift-2.32.0 → swift-2.32.1}/doc/s3api/rnc/bucket_logging_status.rnc +0 -0
  162. {swift-2.32.0 → swift-2.32.1}/doc/s3api/rnc/common.rnc +0 -0
  163. {swift-2.32.0 → swift-2.32.1}/doc/s3api/rnc/complete_multipart_upload.rnc +0 -0
  164. {swift-2.32.0 → swift-2.32.1}/doc/s3api/rnc/complete_multipart_upload_result.rnc +0 -0
  165. {swift-2.32.0 → swift-2.32.1}/doc/s3api/rnc/copy_object_result.rnc +0 -0
  166. {swift-2.32.0 → swift-2.32.1}/doc/s3api/rnc/copy_part_result.rnc +0 -0
  167. {swift-2.32.0 → swift-2.32.1}/doc/s3api/rnc/create_bucket_configuration.rnc +0 -0
  168. {swift-2.32.0 → swift-2.32.1}/doc/s3api/rnc/delete.rnc +0 -0
  169. {swift-2.32.0 → swift-2.32.1}/doc/s3api/rnc/delete_result.rnc +0 -0
  170. {swift-2.32.0 → swift-2.32.1}/doc/s3api/rnc/error.rnc +0 -0
  171. {swift-2.32.0 → swift-2.32.1}/doc/s3api/rnc/initiate_multipart_upload_result.rnc +0 -0
  172. {swift-2.32.0 → swift-2.32.1}/doc/s3api/rnc/lifecycle_configuration.rnc +0 -0
  173. {swift-2.32.0 → swift-2.32.1}/doc/s3api/rnc/list_all_my_buckets_result.rnc +0 -0
  174. {swift-2.32.0 → swift-2.32.1}/doc/s3api/rnc/list_bucket_result.rnc +0 -0
  175. {swift-2.32.0 → swift-2.32.1}/doc/s3api/rnc/list_multipart_uploads_result.rnc +0 -0
  176. {swift-2.32.0 → swift-2.32.1}/doc/s3api/rnc/list_parts_result.rnc +0 -0
  177. {swift-2.32.0 → swift-2.32.1}/doc/s3api/rnc/list_versions_result.rnc +0 -0
  178. {swift-2.32.0 → swift-2.32.1}/doc/s3api/rnc/location_constraint.rnc +0 -0
  179. {swift-2.32.0 → swift-2.32.1}/doc/s3api/rnc/versioning_configuration.rnc +0 -0
  180. {swift-2.32.0 → swift-2.32.1}/doc/saio/bin/remakerings +0 -0
  181. {swift-2.32.0 → swift-2.32.1}/doc/saio/bin/resetswift +0 -0
  182. {swift-2.32.0 → swift-2.32.1}/doc/saio/bin/startmain +0 -0
  183. {swift-2.32.0 → swift-2.32.1}/doc/saio/bin/startrest +0 -0
  184. {swift-2.32.0 → swift-2.32.1}/doc/saio/rsyncd.conf +0 -0
  185. {swift-2.32.0 → swift-2.32.1}/doc/saio/rsyslog.d/10-swift.conf +0 -0
  186. {swift-2.32.0 → swift-2.32.1}/doc/saio/swift/account-server/1.conf +0 -0
  187. {swift-2.32.0 → swift-2.32.1}/doc/saio/swift/account-server/2.conf +0 -0
  188. {swift-2.32.0 → swift-2.32.1}/doc/saio/swift/account-server/3.conf +0 -0
  189. {swift-2.32.0 → swift-2.32.1}/doc/saio/swift/account-server/4.conf +0 -0
  190. {swift-2.32.0 → swift-2.32.1}/doc/saio/swift/container-reconciler/1.conf +0 -0
  191. {swift-2.32.0 → swift-2.32.1}/doc/saio/swift/container-reconciler/2.conf +0 -0
  192. {swift-2.32.0 → swift-2.32.1}/doc/saio/swift/container-reconciler/3.conf +0 -0
  193. {swift-2.32.0 → swift-2.32.1}/doc/saio/swift/container-reconciler/4.conf +0 -0
  194. {swift-2.32.0 → swift-2.32.1}/doc/saio/swift/container-server/1.conf +0 -0
  195. {swift-2.32.0 → swift-2.32.1}/doc/saio/swift/container-server/2.conf +0 -0
  196. {swift-2.32.0 → swift-2.32.1}/doc/saio/swift/container-server/3.conf +0 -0
  197. {swift-2.32.0 → swift-2.32.1}/doc/saio/swift/container-server/4.conf +0 -0
  198. {swift-2.32.0 → swift-2.32.1}/doc/saio/swift/container-sync-realms.conf +0 -0
  199. {swift-2.32.0 → swift-2.32.1}/doc/saio/swift/internal-client.conf +0 -0
  200. {swift-2.32.0 → swift-2.32.1}/doc/saio/swift/object-expirer.conf +0 -0
  201. {swift-2.32.0 → swift-2.32.1}/doc/saio/swift/object-server/1.conf +0 -0
  202. {swift-2.32.0 → swift-2.32.1}/doc/saio/swift/object-server/2.conf +0 -0
  203. {swift-2.32.0 → swift-2.32.1}/doc/saio/swift/object-server/3.conf +0 -0
  204. {swift-2.32.0 → swift-2.32.1}/doc/saio/swift/object-server/4.conf +0 -0
  205. {swift-2.32.0 → swift-2.32.1}/doc/saio/swift/proxy-server.conf +0 -0
  206. {swift-2.32.0 → swift-2.32.1}/doc/saio/swift/swift.conf +0 -0
  207. {swift-2.32.0 → swift-2.32.1}/doc/source/_extra/.htaccess +0 -0
  208. {swift-2.32.0 → swift-2.32.1}/doc/source/account.rst +0 -0
  209. {swift-2.32.0 → swift-2.32.1}/doc/source/admin/figures/objectstorage-accountscontainers.png +0 -0
  210. {swift-2.32.0 → swift-2.32.1}/doc/source/admin/figures/objectstorage-arch.png +0 -0
  211. {swift-2.32.0 → swift-2.32.1}/doc/source/admin/figures/objectstorage-buildingblocks.png +0 -0
  212. {swift-2.32.0 → swift-2.32.1}/doc/source/admin/figures/objectstorage-nodes.png +0 -0
  213. {swift-2.32.0 → swift-2.32.1}/doc/source/admin/figures/objectstorage-partitions.png +0 -0
  214. {swift-2.32.0 → swift-2.32.1}/doc/source/admin/figures/objectstorage-replication.png +0 -0
  215. {swift-2.32.0 → swift-2.32.1}/doc/source/admin/figures/objectstorage-ring.png +0 -0
  216. {swift-2.32.0 → swift-2.32.1}/doc/source/admin/figures/objectstorage-usecase.png +0 -0
  217. {swift-2.32.0 → swift-2.32.1}/doc/source/admin/figures/objectstorage-zones.png +0 -0
  218. {swift-2.32.0 → swift-2.32.1}/doc/source/admin/figures/objectstorage.png +0 -0
  219. {swift-2.32.0 → swift-2.32.1}/doc/source/admin/index.rst +0 -0
  220. {swift-2.32.0 → swift-2.32.1}/doc/source/admin/objectstorage-EC.rst +0 -0
  221. {swift-2.32.0 → swift-2.32.1}/doc/source/admin/objectstorage-account-reaper.rst +0 -0
  222. {swift-2.32.0 → swift-2.32.1}/doc/source/admin/objectstorage-arch.rst +0 -0
  223. {swift-2.32.0 → swift-2.32.1}/doc/source/admin/objectstorage-auditors.rst +0 -0
  224. {swift-2.32.0 → swift-2.32.1}/doc/source/admin/objectstorage-characteristics.rst +0 -0
  225. {swift-2.32.0 → swift-2.32.1}/doc/source/admin/objectstorage-components.rst +0 -0
  226. {swift-2.32.0 → swift-2.32.1}/doc/source/admin/objectstorage-features.rst +0 -0
  227. {swift-2.32.0 → swift-2.32.1}/doc/source/admin/objectstorage-intro.rst +0 -0
  228. {swift-2.32.0 → swift-2.32.1}/doc/source/admin/objectstorage-large-objects.rst +0 -0
  229. {swift-2.32.0 → swift-2.32.1}/doc/source/admin/objectstorage-monitoring.rst +0 -0
  230. {swift-2.32.0 → swift-2.32.1}/doc/source/admin/objectstorage-replication.rst +0 -0
  231. {swift-2.32.0 → swift-2.32.1}/doc/source/admin/objectstorage-ringbuilder.rst +0 -0
  232. {swift-2.32.0 → swift-2.32.1}/doc/source/admin/objectstorage-tenant-specific-image-storage.rst +0 -0
  233. {swift-2.32.0 → swift-2.32.1}/doc/source/admin/objectstorage-troubleshoot.rst +0 -0
  234. {swift-2.32.0 → swift-2.32.1}/doc/source/admin_guide.rst +0 -0
  235. {swift-2.32.0 → swift-2.32.1}/doc/source/apache_deployment_guide.rst +0 -0
  236. {swift-2.32.0 → swift-2.32.1}/doc/source/api/authentication.rst +0 -0
  237. {swift-2.32.0 → swift-2.32.1}/doc/source/api/bulk-delete.rst +0 -0
  238. {swift-2.32.0 → swift-2.32.1}/doc/source/api/container_quotas.rst +0 -0
  239. {swift-2.32.0 → swift-2.32.1}/doc/source/api/discoverability.rst +0 -0
  240. {swift-2.32.0 → swift-2.32.1}/doc/source/api/form_post_middleware.rst +0 -0
  241. {swift-2.32.0 → swift-2.32.1}/doc/source/api/large_objects.rst +0 -0
  242. {swift-2.32.0 → swift-2.32.1}/doc/source/api/object-expiration.rst +0 -0
  243. {swift-2.32.0 → swift-2.32.1}/doc/source/api/object_api_v1_overview.rst +0 -0
  244. {swift-2.32.0 → swift-2.32.1}/doc/source/api/object_versioning.rst +0 -0
  245. {swift-2.32.0 → swift-2.32.1}/doc/source/api/pagination.rst +0 -0
  246. {swift-2.32.0 → swift-2.32.1}/doc/source/api/pseudo-hierarchical-folders-directories.rst +0 -0
  247. {swift-2.32.0 → swift-2.32.1}/doc/source/api/serialized-response-formats.rst +0 -0
  248. {swift-2.32.0 → swift-2.32.1}/doc/source/api/static-website.rst +0 -0
  249. {swift-2.32.0 → swift-2.32.1}/doc/source/api/temporary_url_middleware.rst +0 -0
  250. {swift-2.32.0 → swift-2.32.1}/doc/source/api/use_content-encoding_metadata.rst +0 -0
  251. {swift-2.32.0 → swift-2.32.1}/doc/source/api/use_the_content-disposition_metadata.rst +0 -0
  252. {swift-2.32.0 → swift-2.32.1}/doc/source/associated_projects.rst +0 -0
  253. {swift-2.32.0 → swift-2.32.1}/doc/source/audit_watchers.rst +0 -0
  254. {swift-2.32.0 → swift-2.32.1}/doc/source/conf.py +0 -0
  255. {swift-2.32.0 → swift-2.32.1}/doc/source/config/account_server_config.rst +0 -0
  256. {swift-2.32.0 → swift-2.32.1}/doc/source/config/container_server_config.rst +0 -0
  257. {swift-2.32.0 → swift-2.32.1}/doc/source/config/global_memcache_config.rst +0 -0
  258. {swift-2.32.0 → swift-2.32.1}/doc/source/config/index.rst +0 -0
  259. {swift-2.32.0 → swift-2.32.1}/doc/source/config/object_server_config.rst +0 -0
  260. {swift-2.32.0 → swift-2.32.1}/doc/source/config/proxy_server_config.rst +0 -0
  261. {swift-2.32.0 → swift-2.32.1}/doc/source/config/swift_common_config.rst +0 -0
  262. {swift-2.32.0 → swift-2.32.1}/doc/source/container.rst +0 -0
  263. {swift-2.32.0 → swift-2.32.1}/doc/source/contributor/contributing.rst +0 -0
  264. {swift-2.32.0 → swift-2.32.1}/doc/source/contributor/review_guidelines.rst +0 -0
  265. {swift-2.32.0 → swift-2.32.1}/doc/source/cors.rst +0 -0
  266. {swift-2.32.0 → swift-2.32.1}/doc/source/crossdomain.rst +0 -0
  267. {swift-2.32.0 → swift-2.32.1}/doc/source/db.rst +0 -0
  268. {swift-2.32.0 → swift-2.32.1}/doc/source/deployment_guide.rst +0 -0
  269. {swift-2.32.0 → swift-2.32.1}/doc/source/development_auth.rst +0 -0
  270. {swift-2.32.0 → swift-2.32.1}/doc/source/development_guidelines.rst +0 -0
  271. {swift-2.32.0 → swift-2.32.1}/doc/source/development_middleware.rst +0 -0
  272. {swift-2.32.0 → swift-2.32.1}/doc/source/development_ondisk_backends.rst +0 -0
  273. {swift-2.32.0 → swift-2.32.1}/doc/source/development_saio.rst +0 -0
  274. {swift-2.32.0 → swift-2.32.1}/doc/source/development_watchers.rst +0 -0
  275. {swift-2.32.0 → swift-2.32.1}/doc/source/first_contribution_swift.rst +0 -0
  276. {swift-2.32.0 → swift-2.32.1}/doc/source/getting_started.rst +0 -0
  277. {swift-2.32.0 → swift-2.32.1}/doc/source/images/ec_overview.png +0 -0
  278. {swift-2.32.0 → swift-2.32.1}/doc/source/images/sharded_GET.svg +0 -0
  279. {swift-2.32.0 → swift-2.32.1}/doc/source/images/sharding_GET.svg +0 -0
  280. {swift-2.32.0 → swift-2.32.1}/doc/source/images/sharding_cleave1_load.svg +0 -0
  281. {swift-2.32.0 → swift-2.32.1}/doc/source/images/sharding_cleave2_load.svg +0 -0
  282. {swift-2.32.0 → swift-2.32.1}/doc/source/images/sharding_cleave_basic.svg +0 -0
  283. {swift-2.32.0 → swift-2.32.1}/doc/source/images/sharding_db_states.svg +0 -0
  284. {swift-2.32.0 → swift-2.32.1}/doc/source/images/sharding_scan_basic.svg +0 -0
  285. {swift-2.32.0 → swift-2.32.1}/doc/source/images/sharding_scan_load.svg +0 -0
  286. {swift-2.32.0 → swift-2.32.1}/doc/source/images/sharding_sharded_load.svg +0 -0
  287. {swift-2.32.0 → swift-2.32.1}/doc/source/images/sharding_unsharded.svg +0 -0
  288. {swift-2.32.0 → swift-2.32.1}/doc/source/images/sharding_unsharded_load.svg +0 -0
  289. {swift-2.32.0 → swift-2.32.1}/doc/source/index.rst +0 -0
  290. {swift-2.32.0 → swift-2.32.1}/doc/source/install/controller-common_prerequisites.txt +0 -0
  291. {swift-2.32.0 → swift-2.32.1}/doc/source/install/controller-include.txt +0 -0
  292. {swift-2.32.0 → swift-2.32.1}/doc/source/install/controller-install-debian.rst +0 -0
  293. {swift-2.32.0 → swift-2.32.1}/doc/source/install/controller-install-obs.rst +0 -0
  294. {swift-2.32.0 → swift-2.32.1}/doc/source/install/controller-install-rdo.rst +0 -0
  295. {swift-2.32.0 → swift-2.32.1}/doc/source/install/controller-install-ubuntu.rst +0 -0
  296. {swift-2.32.0 → swift-2.32.1}/doc/source/install/controller-install.rst +0 -0
  297. {swift-2.32.0 → swift-2.32.1}/doc/source/install/edit_hosts_file.txt +0 -0
  298. {swift-2.32.0 → swift-2.32.1}/doc/source/install/environment-networking.rst +0 -0
  299. {swift-2.32.0 → swift-2.32.1}/doc/source/install/finalize-installation-obs.rst +0 -0
  300. {swift-2.32.0 → swift-2.32.1}/doc/source/install/finalize-installation-rdo.rst +0 -0
  301. {swift-2.32.0 → swift-2.32.1}/doc/source/install/finalize-installation-ubuntu-debian.rst +0 -0
  302. {swift-2.32.0 → swift-2.32.1}/doc/source/install/finalize-installation.rst +0 -0
  303. {swift-2.32.0 → swift-2.32.1}/doc/source/install/get_started.rst +0 -0
  304. {swift-2.32.0 → swift-2.32.1}/doc/source/install/index.rst +0 -0
  305. {swift-2.32.0 → swift-2.32.1}/doc/source/install/initial-rings.rst +0 -0
  306. {swift-2.32.0 → swift-2.32.1}/doc/source/install/next-steps.rst +0 -0
  307. {swift-2.32.0 → swift-2.32.1}/doc/source/install/storage-include1.txt +0 -0
  308. {swift-2.32.0 → swift-2.32.1}/doc/source/install/storage-include2.txt +0 -0
  309. {swift-2.32.0 → swift-2.32.1}/doc/source/install/storage-include3.txt +0 -0
  310. {swift-2.32.0 → swift-2.32.1}/doc/source/install/storage-install-obs.rst +0 -0
  311. {swift-2.32.0 → swift-2.32.1}/doc/source/install/storage-install-rdo.rst +0 -0
  312. {swift-2.32.0 → swift-2.32.1}/doc/source/install/storage-install-ubuntu-debian.rst +0 -0
  313. {swift-2.32.0 → swift-2.32.1}/doc/source/install/storage-install.rst +0 -0
  314. {swift-2.32.0 → swift-2.32.1}/doc/source/install/verify.rst +0 -0
  315. {swift-2.32.0 → swift-2.32.1}/doc/source/logs.rst +0 -0
  316. {swift-2.32.0 → swift-2.32.1}/doc/source/metrics/account_auditor.rst +0 -0
  317. {swift-2.32.0 → swift-2.32.1}/doc/source/metrics/account_reaper.rst +0 -0
  318. {swift-2.32.0 → swift-2.32.1}/doc/source/metrics/account_replicator.rst +0 -0
  319. {swift-2.32.0 → swift-2.32.1}/doc/source/metrics/account_server.rst +0 -0
  320. {swift-2.32.0 → swift-2.32.1}/doc/source/metrics/all.rst +0 -0
  321. {swift-2.32.0 → swift-2.32.1}/doc/source/metrics/container_auditor.rst +0 -0
  322. {swift-2.32.0 → swift-2.32.1}/doc/source/metrics/container_replicator.rst +0 -0
  323. {swift-2.32.0 → swift-2.32.1}/doc/source/metrics/container_server.rst +0 -0
  324. {swift-2.32.0 → swift-2.32.1}/doc/source/metrics/container_sync.rst +0 -0
  325. {swift-2.32.0 → swift-2.32.1}/doc/source/metrics/container_updater.rst +0 -0
  326. {swift-2.32.0 → swift-2.32.1}/doc/source/metrics/object_auditor.rst +0 -0
  327. {swift-2.32.0 → swift-2.32.1}/doc/source/metrics/object_expirer.rst +0 -0
  328. {swift-2.32.0 → swift-2.32.1}/doc/source/metrics/object_reconstructor.rst +0 -0
  329. {swift-2.32.0 → swift-2.32.1}/doc/source/metrics/object_replicator.rst +0 -0
  330. {swift-2.32.0 → swift-2.32.1}/doc/source/metrics/object_server.rst +0 -0
  331. {swift-2.32.0 → swift-2.32.1}/doc/source/metrics/object_updater.rst +0 -0
  332. {swift-2.32.0 → swift-2.32.1}/doc/source/metrics/proxy_server.rst +0 -0
  333. {swift-2.32.0 → swift-2.32.1}/doc/source/middleware.rst +0 -0
  334. {swift-2.32.0 → swift-2.32.1}/doc/source/misc.rst +0 -0
  335. {swift-2.32.0 → swift-2.32.1}/doc/source/object.rst +0 -0
  336. {swift-2.32.0 → swift-2.32.1}/doc/source/ops_runbook/diagnose.rst +0 -0
  337. {swift-2.32.0 → swift-2.32.1}/doc/source/ops_runbook/index.rst +0 -0
  338. {swift-2.32.0 → swift-2.32.1}/doc/source/ops_runbook/maintenance.rst +0 -0
  339. {swift-2.32.0 → swift-2.32.1}/doc/source/ops_runbook/procedures.rst +0 -0
  340. {swift-2.32.0 → swift-2.32.1}/doc/source/ops_runbook/troubleshooting.rst +0 -0
  341. {swift-2.32.0 → swift-2.32.1}/doc/source/overview_acl.rst +0 -0
  342. {swift-2.32.0 → swift-2.32.1}/doc/source/overview_architecture.rst +0 -0
  343. {swift-2.32.0 → swift-2.32.1}/doc/source/overview_auth.rst +0 -0
  344. {swift-2.32.0 → swift-2.32.1}/doc/source/overview_backing_store.rst +0 -0
  345. {swift-2.32.0 → swift-2.32.1}/doc/source/overview_container_sharding.rst +0 -0
  346. {swift-2.32.0 → swift-2.32.1}/doc/source/overview_container_sync.rst +0 -0
  347. {swift-2.32.0 → swift-2.32.1}/doc/source/overview_encryption.rst +0 -0
  348. {swift-2.32.0 → swift-2.32.1}/doc/source/overview_erasure_code.rst +0 -0
  349. {swift-2.32.0 → swift-2.32.1}/doc/source/overview_expiring_objects.rst +0 -0
  350. {swift-2.32.0 → swift-2.32.1}/doc/source/overview_global_cluster.rst +0 -0
  351. {swift-2.32.0 → swift-2.32.1}/doc/source/overview_large_objects.rst +0 -0
  352. {swift-2.32.0 → swift-2.32.1}/doc/source/overview_policies.rst +0 -0
  353. {swift-2.32.0 → swift-2.32.1}/doc/source/overview_reaper.rst +0 -0
  354. {swift-2.32.0 → swift-2.32.1}/doc/source/overview_replication.rst +0 -0
  355. {swift-2.32.0 → swift-2.32.1}/doc/source/overview_ring.rst +0 -0
  356. {swift-2.32.0 → swift-2.32.1}/doc/source/policies_saio.rst +0 -0
  357. {swift-2.32.0 → swift-2.32.1}/doc/source/proxy.rst +0 -0
  358. {swift-2.32.0 → swift-2.32.1}/doc/source/ratelimit.rst +0 -0
  359. {swift-2.32.0 → swift-2.32.1}/doc/source/replication_network.rst +0 -0
  360. {swift-2.32.0 → swift-2.32.1}/doc/source/ring.rst +0 -0
  361. {swift-2.32.0 → swift-2.32.1}/doc/source/ring_background.rst +0 -0
  362. {swift-2.32.0 → swift-2.32.1}/doc/source/ring_partpower.rst +0 -0
  363. {swift-2.32.0 → swift-2.32.1}/doc/source/s3_compat.rst +0 -0
  364. {swift-2.32.0 → swift-2.32.1}/doc/source/test-cors.html +0 -0
  365. {swift-2.32.0 → swift-2.32.1}/docker/dockerhub_description.md +0 -0
  366. {swift-2.32.0 → swift-2.32.1}/docker/install_scripts/00_swift_needs.sh +0 -0
  367. {swift-2.32.0 → swift-2.32.1}/docker/install_scripts/10_apk_install_prereqs.sh +0 -0
  368. {swift-2.32.0 → swift-2.32.1}/docker/install_scripts/20_apk_install_py2.sh +0 -0
  369. {swift-2.32.0 → swift-2.32.1}/docker/install_scripts/21_apk_install_py3.sh +0 -0
  370. {swift-2.32.0 → swift-2.32.1}/docker/install_scripts/50_swift_install.sh +0 -0
  371. {swift-2.32.0 → swift-2.32.1}/docker/install_scripts/60_pip_uninstall_dev.sh +0 -0
  372. {swift-2.32.0 → swift-2.32.1}/docker/install_scripts/99_apk_uninstall_dev.sh +0 -0
  373. {swift-2.32.0 → swift-2.32.1}/docker/install_scripts/python_test_dirs +0 -0
  374. {swift-2.32.0 → swift-2.32.1}/docker/rootfs/etc/cont-init.d/01_swift_logs +0 -0
  375. {swift-2.32.0 → swift-2.32.1}/docker/rootfs/etc/cont-init.d/02_build_remakerings +0 -0
  376. {swift-2.32.0 → swift-2.32.1}/docker/rootfs/etc/fix-attrs.d/logging +0 -0
  377. {swift-2.32.0 → swift-2.32.1}/docker/rootfs/etc/fix-attrs.d/srv_node +0 -0
  378. {swift-2.32.0 → swift-2.32.1}/docker/rootfs/etc/fix-attrs.d/swift +0 -0
  379. {swift-2.32.0 → swift-2.32.1}/docker/rootfs/etc/fix-attrs.d/tmp +0 -0
  380. {swift-2.32.0 → swift-2.32.1}/docker/rootfs/etc/profile +0 -0
  381. {swift-2.32.0 → swift-2.32.1}/docker/rootfs/etc/rsyncd.conf +0 -0
  382. {swift-2.32.0 → swift-2.32.1}/docker/rootfs/etc/rsyslog.conf +0 -0
  383. {swift-2.32.0 → swift-2.32.1}/docker/rootfs/etc/rsyslog.d/00-swift.conf +0 -0
  384. {swift-2.32.0 → swift-2.32.1}/docker/rootfs/etc/rsyslog.d/50-default.conf +0 -0
  385. {swift-2.32.0 → swift-2.32.1}/docker/rootfs/etc/services.d/memcached/run +0 -0
  386. {swift-2.32.0 → swift-2.32.1}/docker/rootfs/etc/services.d/swift-account/run +0 -0
  387. {swift-2.32.0 → swift-2.32.1}/docker/rootfs/etc/services.d/swift-container/run +0 -0
  388. {swift-2.32.0 → swift-2.32.1}/docker/rootfs/etc/services.d/swift-object/run +0 -0
  389. {swift-2.32.0 → swift-2.32.1}/docker/rootfs/etc/services.d/swift-proxy/run +0 -0
  390. {swift-2.32.0 → swift-2.32.1}/docker/rootfs/etc/socklog.rules/swift_account_server +0 -0
  391. {swift-2.32.0 → swift-2.32.1}/docker/rootfs/etc/socklog.rules/swift_all +0 -0
  392. {swift-2.32.0 → swift-2.32.1}/docker/rootfs/etc/socklog.rules/swift_container_server +0 -0
  393. {swift-2.32.0 → swift-2.32.1}/docker/rootfs/etc/socklog.rules/swift_object_server +0 -0
  394. {swift-2.32.0 → swift-2.32.1}/docker/rootfs/etc/socklog.rules/swift_proxy_server +0 -0
  395. {swift-2.32.0 → swift-2.32.1}/docker/rootfs/etc/swift/account-server.conf +0 -0
  396. {swift-2.32.0 → swift-2.32.1}/docker/rootfs/etc/swift/container-server.conf +0 -0
  397. {swift-2.32.0 → swift-2.32.1}/docker/rootfs/etc/swift/object-server.conf +0 -0
  398. {swift-2.32.0 → swift-2.32.1}/docker/rootfs/etc/swift/proxy-server.conf +0 -0
  399. {swift-2.32.0 → swift-2.32.1}/docker/rootfs/etc/swift/swift.conf +0 -0
  400. {swift-2.32.0 → swift-2.32.1}/docker/rootfs/etc/swift_build/build_devices +0 -0
  401. {swift-2.32.0 → swift-2.32.1}/docker/rootfs/etc/swift_build/build_remakerings +0 -0
  402. {swift-2.32.0 → swift-2.32.1}/docker/rootfs/etc/swift_build/prepare_rings +0 -0
  403. {swift-2.32.0 → swift-2.32.1}/docker/s6-gpg-pub-key +0 -0
  404. {swift-2.32.0 → swift-2.32.1}/etc/container-reconciler.conf-sample +0 -0
  405. {swift-2.32.0 → swift-2.32.1}/etc/container-sync-realms.conf-sample +0 -0
  406. {swift-2.32.0 → swift-2.32.1}/etc/dispersion.conf-sample +0 -0
  407. {swift-2.32.0 → swift-2.32.1}/etc/drive-audit.conf-sample +0 -0
  408. {swift-2.32.0 → swift-2.32.1}/etc/internal-client.conf-sample +0 -0
  409. {swift-2.32.0 → swift-2.32.1}/etc/keymaster.conf-sample +0 -0
  410. {swift-2.32.0 → swift-2.32.1}/etc/memcache.conf-sample +0 -0
  411. {swift-2.32.0 → swift-2.32.1}/etc/mime.types-sample +0 -0
  412. {swift-2.32.0 → swift-2.32.1}/etc/object-expirer.conf-sample +0 -0
  413. {swift-2.32.0 → swift-2.32.1}/etc/rsyncd.conf-sample +0 -0
  414. {swift-2.32.0 → swift-2.32.1}/etc/swift-rsyslog.conf-sample +0 -0
  415. {swift-2.32.0 → swift-2.32.1}/etc/swift.conf-sample +0 -0
  416. {swift-2.32.0 → swift-2.32.1}/examples/apache2/account-server.template +0 -0
  417. {swift-2.32.0 → swift-2.32.1}/examples/apache2/container-server.template +0 -0
  418. {swift-2.32.0 → swift-2.32.1}/examples/apache2/object-server.template +0 -0
  419. {swift-2.32.0 → swift-2.32.1}/examples/apache2/proxy-server.template +0 -0
  420. {swift-2.32.0 → swift-2.32.1}/examples/wsgi/account-server.wsgi.template +0 -0
  421. {swift-2.32.0 → swift-2.32.1}/examples/wsgi/container-server.wsgi.template +0 -0
  422. {swift-2.32.0 → swift-2.32.1}/examples/wsgi/object-server.wsgi.template +0 -0
  423. {swift-2.32.0 → swift-2.32.1}/examples/wsgi/proxy-server.wsgi.template +0 -0
  424. {swift-2.32.0 → swift-2.32.1}/lower-constraints.txt +0 -0
  425. {swift-2.32.0 → swift-2.32.1}/py2-constraints.txt +0 -0
  426. {swift-2.32.0 → swift-2.32.1}/py36-constraints.txt +0 -0
  427. {swift-2.32.0 → swift-2.32.1}/releasenotes/notes/2_10_0_release-666a76f4975657a5.yaml +0 -0
  428. {swift-2.32.0 → swift-2.32.1}/releasenotes/notes/2_11_0_release-ac1d256e455d347e.yaml +0 -0
  429. {swift-2.32.0 → swift-2.32.1}/releasenotes/notes/2_12_0_release-06af226abc7b91ef.yaml +0 -0
  430. {swift-2.32.0 → swift-2.32.1}/releasenotes/notes/2_13_0_release-875e1fb1ef59f015.yaml +0 -0
  431. {swift-2.32.0 → swift-2.32.1}/releasenotes/notes/2_14_0_release-7c3ef515ebded888.yaml +0 -0
  432. {swift-2.32.0 → swift-2.32.1}/releasenotes/notes/2_15_0_release-0a05a011fb85a9c9.yaml +0 -0
  433. {swift-2.32.0 → swift-2.32.1}/releasenotes/notes/2_15_1_release-be25e67bfc5e886a.yaml +0 -0
  434. {swift-2.32.0 → swift-2.32.1}/releasenotes/notes/2_15_2_release-6996eccabba558b4.yaml +0 -0
  435. {swift-2.32.0 → swift-2.32.1}/releasenotes/notes/2_16_0_release-d48cb9b2629df8ab.yaml +0 -0
  436. {swift-2.32.0 → swift-2.32.1}/releasenotes/notes/2_17_0_release-bd35f18c41c5ef18.yaml +0 -0
  437. {swift-2.32.0 → swift-2.32.1}/releasenotes/notes/2_17_1_release-dd6e6879cbb94f85.yaml +0 -0
  438. {swift-2.32.0 → swift-2.32.1}/releasenotes/notes/2_18_0_release-3acf63cfe2475c65.yaml +0 -0
  439. {swift-2.32.0 → swift-2.32.1}/releasenotes/notes/2_19_0_release-3e6ee3e6a1fcc6bb.yaml +0 -0
  440. {swift-2.32.0 → swift-2.32.1}/releasenotes/notes/2_19_1_release-5072dd72557f5708.yaml +0 -0
  441. {swift-2.32.0 → swift-2.32.1}/releasenotes/notes/2_20_0_release-7b090a5f4bd916e4.yaml +0 -0
  442. {swift-2.32.0 → swift-2.32.1}/releasenotes/notes/2_21_0_release-d8ae33ef18b7be3a.yaml +0 -0
  443. {swift-2.32.0 → swift-2.32.1}/releasenotes/notes/2_22_0_release-f60d29508b3c1283.yaml +0 -0
  444. {swift-2.32.0 → swift-2.32.1}/releasenotes/notes/2_23_0_release-2a2d11c1934f0b61.yaml +0 -0
  445. {swift-2.32.0 → swift-2.32.1}/releasenotes/notes/2_24_0_release-1ca244cc959922fc.yaml +0 -0
  446. {swift-2.32.0 → swift-2.32.1}/releasenotes/notes/2_25_0_release-09410c808881bf21.yaml +0 -0
  447. {swift-2.32.0 → swift-2.32.1}/releasenotes/notes/2_26_0_release-6548eadcba544f72.yaml +0 -0
  448. {swift-2.32.0 → swift-2.32.1}/releasenotes/notes/2_27_0_release-a9ae967d6d271342.yaml +0 -0
  449. {swift-2.32.0 → swift-2.32.1}/releasenotes/notes/2_28_0_release-f2515e07fb61cd01.yaml +0 -0
  450. {swift-2.32.0 → swift-2.32.1}/releasenotes/notes/2_29_0_release-af71f7efd73109b0.yaml +0 -0
  451. {swift-2.32.0 → swift-2.32.1}/releasenotes/notes/2_29_1_release-a2962252523d9396.yaml +0 -0
  452. {swift-2.32.0 → swift-2.32.1}/releasenotes/notes/2_30_0_release-642778c3010848db.yaml +0 -0
  453. {swift-2.32.0 → swift-2.32.1}/releasenotes/notes/2_31_0_release-77e6b20dfba3b32c.yaml +0 -0
  454. {swift-2.32.0 → swift-2.32.1}/releasenotes/notes/2_31_1_release-20ccd07e32b91c1f.yaml +0 -0
  455. {swift-2.32.0 → swift-2.32.1}/releasenotes/notes/2_32_0_release-39c8fb77a0a3e72d.yaml +0 -0
  456. {swift-2.32.0 → swift-2.32.1}/releasenotes/source/2023.1.rst +0 -0
  457. {swift-2.32.0 → swift-2.32.1}/releasenotes/source/conf.py +0 -0
  458. {swift-2.32.0 → swift-2.32.1}/releasenotes/source/current.rst +0 -0
  459. {swift-2.32.0 → swift-2.32.1}/releasenotes/source/index.rst +0 -0
  460. {swift-2.32.0 → swift-2.32.1}/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po +0 -0
  461. {swift-2.32.0 → swift-2.32.1}/releasenotes/source/locale/ja/LC_MESSAGES/releasenotes.po +0 -0
  462. {swift-2.32.0 → swift-2.32.1}/releasenotes/source/newton.rst +0 -0
  463. {swift-2.32.0 → swift-2.32.1}/releasenotes/source/ocata.rst +0 -0
  464. {swift-2.32.0 → swift-2.32.1}/releasenotes/source/pike.rst +0 -0
  465. {swift-2.32.0 → swift-2.32.1}/releasenotes/source/queens.rst +0 -0
  466. {swift-2.32.0 → swift-2.32.1}/releasenotes/source/rocky.rst +0 -0
  467. {swift-2.32.0 → swift-2.32.1}/releasenotes/source/stein.rst +0 -0
  468. {swift-2.32.0 → swift-2.32.1}/releasenotes/source/train.rst +0 -0
  469. {swift-2.32.0 → swift-2.32.1}/releasenotes/source/ussuri.rst +0 -0
  470. {swift-2.32.0 → swift-2.32.1}/releasenotes/source/victoria.rst +0 -0
  471. {swift-2.32.0 → swift-2.32.1}/releasenotes/source/wallaby.rst +0 -0
  472. {swift-2.32.0 → swift-2.32.1}/releasenotes/source/xena.rst +0 -0
  473. {swift-2.32.0 → swift-2.32.1}/releasenotes/source/yoga.rst +0 -0
  474. {swift-2.32.0 → swift-2.32.1}/releasenotes/source/zed.rst +0 -0
  475. {swift-2.32.0 → swift-2.32.1}/requirements.txt +0 -0
  476. {swift-2.32.0 → swift-2.32.1}/roles/additional-keystone-users/tasks/main.yaml +0 -0
  477. {swift-2.32.0 → swift-2.32.1}/roles/additional-tempauth-users/tasks/main.yaml +0 -0
  478. {swift-2.32.0 → swift-2.32.1}/roles/dsvm-additional-middlewares/tasks/main.yaml +0 -0
  479. {swift-2.32.0 → swift-2.32.1}/setup.cfg +0 -0
  480. {swift-2.32.0 → swift-2.32.1}/setup.py +0 -0
  481. {swift-2.32.0 → swift-2.32.1}/swift/__init__.py +0 -0
  482. {swift-2.32.0 → swift-2.32.1}/swift/account/__init__.py +0 -0
  483. {swift-2.32.0 → swift-2.32.1}/swift/account/auditor.py +0 -0
  484. {swift-2.32.0 → swift-2.32.1}/swift/account/backend.py +0 -0
  485. {swift-2.32.0 → swift-2.32.1}/swift/account/reaper.py +0 -0
  486. {swift-2.32.0 → swift-2.32.1}/swift/account/replicator.py +0 -0
  487. {swift-2.32.0 → swift-2.32.1}/swift/account/server.py +0 -0
  488. {swift-2.32.0 → swift-2.32.1}/swift/account/utils.py +0 -0
  489. {swift-2.32.0 → swift-2.32.1}/swift/cli/__init__.py +0 -0
  490. {swift-2.32.0 → swift-2.32.1}/swift/cli/container_deleter.py +0 -0
  491. {swift-2.32.0 → swift-2.32.1}/swift/cli/dispersion_report.py +0 -0
  492. {swift-2.32.0 → swift-2.32.1}/swift/cli/form_signature.py +0 -0
  493. {swift-2.32.0 → swift-2.32.1}/swift/cli/info.py +0 -0
  494. {swift-2.32.0 → swift-2.32.1}/swift/cli/manage_shard_ranges.py +0 -0
  495. {swift-2.32.0 → swift-2.32.1}/swift/cli/recon.py +0 -0
  496. {swift-2.32.0 → swift-2.32.1}/swift/cli/relinker.py +0 -0
  497. {swift-2.32.0 → swift-2.32.1}/swift/cli/ring_builder_analyzer.py +0 -0
  498. {swift-2.32.0 → swift-2.32.1}/swift/cli/ringbuilder.py +0 -0
  499. {swift-2.32.0 → swift-2.32.1}/swift/cli/ringcomposer.py +0 -0
  500. {swift-2.32.0 → swift-2.32.1}/swift/cli/shard-info.py +0 -0
  501. {swift-2.32.0 → swift-2.32.1}/swift/common/__init__.py +0 -0
  502. {swift-2.32.0 → swift-2.32.1}/swift/common/base_storage_server.py +0 -0
  503. {swift-2.32.0 → swift-2.32.1}/swift/common/bufferedhttp.py +0 -0
  504. {swift-2.32.0 → swift-2.32.1}/swift/common/constraints.py +0 -0
  505. {swift-2.32.0 → swift-2.32.1}/swift/common/container_sync_realms.py +0 -0
  506. {swift-2.32.0 → swift-2.32.1}/swift/common/daemon.py +0 -0
  507. {swift-2.32.0 → swift-2.32.1}/swift/common/db.py +0 -0
  508. {swift-2.32.0 → swift-2.32.1}/swift/common/db_auditor.py +0 -0
  509. {swift-2.32.0 → swift-2.32.1}/swift/common/db_replicator.py +0 -0
  510. {swift-2.32.0 → swift-2.32.1}/swift/common/digest.py +0 -0
  511. {swift-2.32.0 → swift-2.32.1}/swift/common/direct_client.py +0 -0
  512. {swift-2.32.0 → swift-2.32.1}/swift/common/error_limiter.py +0 -0
  513. {swift-2.32.0 → swift-2.32.1}/swift/common/exceptions.py +0 -0
  514. {swift-2.32.0 → swift-2.32.1}/swift/common/header_key_dict.py +0 -0
  515. {swift-2.32.0 → swift-2.32.1}/swift/common/http.py +0 -0
  516. {swift-2.32.0 → swift-2.32.1}/swift/common/http_protocol.py +0 -0
  517. {swift-2.32.0 → swift-2.32.1}/swift/common/internal_client.py +0 -0
  518. {swift-2.32.0 → swift-2.32.1}/swift/common/linkat.py +0 -0
  519. {swift-2.32.0 → swift-2.32.1}/swift/common/manager.py +0 -0
  520. {swift-2.32.0 → swift-2.32.1}/swift/common/memcached.py +0 -0
  521. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/__init__.py +0 -0
  522. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/account_quotas.py +0 -0
  523. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/acl.py +0 -0
  524. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/backend_ratelimit.py +0 -0
  525. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/bulk.py +0 -0
  526. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/catch_errors.py +0 -0
  527. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/cname_lookup.py +0 -0
  528. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/container_quotas.py +0 -0
  529. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/container_sync.py +0 -0
  530. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/copy.py +0 -0
  531. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/crossdomain.py +0 -0
  532. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/crypto/__init__.py +0 -0
  533. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/crypto/crypto_utils.py +0 -0
  534. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/crypto/decrypter.py +0 -0
  535. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/crypto/encrypter.py +0 -0
  536. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/crypto/keymaster.py +0 -0
  537. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/crypto/kmip_keymaster.py +0 -0
  538. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/crypto/kms_keymaster.py +0 -0
  539. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/dlo.py +0 -0
  540. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/domain_remap.py +0 -0
  541. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/etag_quoter.py +0 -0
  542. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/formpost.py +0 -0
  543. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/gatekeeper.py +0 -0
  544. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/healthcheck.py +0 -0
  545. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/keystoneauth.py +0 -0
  546. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/list_endpoints.py +0 -0
  547. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/memcache.py +0 -0
  548. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/name_check.py +0 -0
  549. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/proxy_logging.py +0 -0
  550. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/ratelimit.py +0 -0
  551. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/read_only.py +0 -0
  552. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/recon.py +0 -0
  553. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/s3api/__init__.py +0 -0
  554. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/s3api/acl_handlers.py +0 -0
  555. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/s3api/acl_utils.py +0 -0
  556. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/s3api/controllers/__init__.py +0 -0
  557. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/s3api/controllers/acl.py +0 -0
  558. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/s3api/controllers/base.py +0 -0
  559. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/s3api/controllers/bucket.py +0 -0
  560. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/s3api/controllers/location.py +0 -0
  561. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/s3api/controllers/logging.py +0 -0
  562. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/s3api/controllers/multi_delete.py +0 -0
  563. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/s3api/controllers/multi_upload.py +0 -0
  564. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/s3api/controllers/obj.py +0 -0
  565. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/s3api/controllers/s3_acl.py +0 -0
  566. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/s3api/controllers/service.py +0 -0
  567. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/s3api/controllers/tagging.py +0 -0
  568. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/s3api/controllers/versioning.py +0 -0
  569. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/s3api/etree.py +0 -0
  570. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/s3api/exception.py +0 -0
  571. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/s3api/s3api.py +0 -0
  572. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/s3api/s3request.py +0 -0
  573. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/s3api/s3response.py +0 -0
  574. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/s3api/s3token.py +0 -0
  575. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/s3api/schema/access_control_policy.rng +0 -0
  576. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/s3api/schema/bucket_logging_status.rng +0 -0
  577. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/s3api/schema/common.rng +0 -0
  578. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/s3api/schema/complete_multipart_upload.rng +0 -0
  579. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/s3api/schema/complete_multipart_upload_result.rng +0 -0
  580. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/s3api/schema/copy_object_result.rng +0 -0
  581. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/s3api/schema/copy_part_result.rng +0 -0
  582. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/s3api/schema/create_bucket_configuration.rng +0 -0
  583. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/s3api/schema/delete.rng +0 -0
  584. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/s3api/schema/delete_result.rng +0 -0
  585. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/s3api/schema/error.rng +0 -0
  586. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/s3api/schema/initiate_multipart_upload_result.rng +0 -0
  587. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/s3api/schema/lifecycle_configuration.rng +0 -0
  588. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/s3api/schema/list_all_my_buckets_result.rng +0 -0
  589. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/s3api/schema/list_bucket_result.rng +0 -0
  590. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/s3api/schema/list_multipart_uploads_result.rng +0 -0
  591. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/s3api/schema/list_parts_result.rng +0 -0
  592. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/s3api/schema/list_versions_result.rng +0 -0
  593. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/s3api/schema/location_constraint.rng +0 -0
  594. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/s3api/schema/versioning_configuration.rng +0 -0
  595. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/s3api/subresource.py +0 -0
  596. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/s3api/utils.py +0 -0
  597. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/slo.py +0 -0
  598. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/staticweb.py +0 -0
  599. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/symlink.py +0 -0
  600. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/tempauth.py +0 -0
  601. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/tempurl.py +0 -0
  602. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/versioned_writes/__init__.py +0 -0
  603. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/versioned_writes/legacy.py +0 -0
  604. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/versioned_writes/object_versioning.py +0 -0
  605. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/x_profile/__init__.py +0 -0
  606. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/x_profile/exceptions.py +0 -0
  607. {swift-2.32.0 → swift-2.32.1}/swift/common/middleware/x_profile/profile_model.py +0 -0
  608. {swift-2.32.0 → swift-2.32.1}/swift/common/recon.py +0 -0
  609. {swift-2.32.0 → swift-2.32.1}/swift/common/registry.py +0 -0
  610. {swift-2.32.0 → swift-2.32.1}/swift/common/request_helpers.py +0 -0
  611. {swift-2.32.0 → swift-2.32.1}/swift/common/ring/__init__.py +0 -0
  612. {swift-2.32.0 → swift-2.32.1}/swift/common/ring/builder.py +0 -0
  613. {swift-2.32.0 → swift-2.32.1}/swift/common/ring/composite_builder.py +0 -0
  614. {swift-2.32.0 → swift-2.32.1}/swift/common/ring/ring.py +0 -0
  615. {swift-2.32.0 → swift-2.32.1}/swift/common/ring/utils.py +0 -0
  616. {swift-2.32.0 → swift-2.32.1}/swift/common/splice.py +0 -0
  617. {swift-2.32.0 → swift-2.32.1}/swift/common/storage_policy.py +0 -0
  618. {swift-2.32.0 → swift-2.32.1}/swift/common/swob.py +0 -0
  619. {swift-2.32.0 → swift-2.32.1}/swift/common/utils/__init__.py +0 -0
  620. {swift-2.32.0 → swift-2.32.1}/swift/common/utils/ipaddrs.py +0 -0
  621. {swift-2.32.0 → swift-2.32.1}/swift/common/utils/libc.py +0 -0
  622. {swift-2.32.0 → swift-2.32.1}/swift/common/utils/timestamp.py +0 -0
  623. {swift-2.32.0 → swift-2.32.1}/swift/common/wsgi.py +0 -0
  624. {swift-2.32.0 → swift-2.32.1}/swift/container/__init__.py +0 -0
  625. {swift-2.32.0 → swift-2.32.1}/swift/container/auditor.py +0 -0
  626. {swift-2.32.0 → swift-2.32.1}/swift/container/backend.py +0 -0
  627. {swift-2.32.0 → swift-2.32.1}/swift/container/reconciler.py +0 -0
  628. {swift-2.32.0 → swift-2.32.1}/swift/container/replicator.py +0 -0
  629. {swift-2.32.0 → swift-2.32.1}/swift/container/server.py +0 -0
  630. {swift-2.32.0 → swift-2.32.1}/swift/container/sharder.py +0 -0
  631. {swift-2.32.0 → swift-2.32.1}/swift/container/sync.py +0 -0
  632. {swift-2.32.0 → swift-2.32.1}/swift/container/sync_store.py +0 -0
  633. {swift-2.32.0 → swift-2.32.1}/swift/container/updater.py +0 -0
  634. {swift-2.32.0 → swift-2.32.1}/swift/locale/de/LC_MESSAGES/swift.po +0 -0
  635. {swift-2.32.0 → swift-2.32.1}/swift/locale/en_GB/LC_MESSAGES/swift.po +0 -0
  636. {swift-2.32.0 → swift-2.32.1}/swift/locale/es/LC_MESSAGES/swift.po +0 -0
  637. {swift-2.32.0 → swift-2.32.1}/swift/locale/fr/LC_MESSAGES/swift.po +0 -0
  638. {swift-2.32.0 → swift-2.32.1}/swift/locale/it/LC_MESSAGES/swift.po +0 -0
  639. {swift-2.32.0 → swift-2.32.1}/swift/locale/ja/LC_MESSAGES/swift.po +0 -0
  640. {swift-2.32.0 → swift-2.32.1}/swift/locale/ko_KR/LC_MESSAGES/swift.po +0 -0
  641. {swift-2.32.0 → swift-2.32.1}/swift/locale/pt_BR/LC_MESSAGES/swift.po +0 -0
  642. {swift-2.32.0 → swift-2.32.1}/swift/locale/ru/LC_MESSAGES/swift.po +0 -0
  643. {swift-2.32.0 → swift-2.32.1}/swift/locale/tr_TR/LC_MESSAGES/swift.po +0 -0
  644. {swift-2.32.0 → swift-2.32.1}/swift/locale/zh_CN/LC_MESSAGES/swift.po +0 -0
  645. {swift-2.32.0 → swift-2.32.1}/swift/locale/zh_TW/LC_MESSAGES/swift.po +0 -0
  646. {swift-2.32.0 → swift-2.32.1}/swift/obj/__init__.py +0 -0
  647. {swift-2.32.0 → swift-2.32.1}/swift/obj/auditor.py +0 -0
  648. {swift-2.32.0 → swift-2.32.1}/swift/obj/diskfile.py +0 -0
  649. {swift-2.32.0 → swift-2.32.1}/swift/obj/expirer.py +0 -0
  650. {swift-2.32.0 → swift-2.32.1}/swift/obj/mem_diskfile.py +0 -0
  651. {swift-2.32.0 → swift-2.32.1}/swift/obj/mem_server.py +0 -0
  652. {swift-2.32.0 → swift-2.32.1}/swift/obj/reconstructor.py +0 -0
  653. {swift-2.32.0 → swift-2.32.1}/swift/obj/replicator.py +0 -0
  654. {swift-2.32.0 → swift-2.32.1}/swift/obj/server.py +0 -0
  655. {swift-2.32.0 → swift-2.32.1}/swift/obj/ssync_receiver.py +0 -0
  656. {swift-2.32.0 → swift-2.32.1}/swift/obj/ssync_sender.py +0 -0
  657. {swift-2.32.0 → swift-2.32.1}/swift/obj/updater.py +0 -0
  658. {swift-2.32.0 → swift-2.32.1}/swift/obj/watchers/__init__.py +0 -0
  659. {swift-2.32.0 → swift-2.32.1}/swift/obj/watchers/dark_data.py +0 -0
  660. {swift-2.32.0 → swift-2.32.1}/swift/proxy/__init__.py +0 -0
  661. {swift-2.32.0 → swift-2.32.1}/swift/proxy/controllers/__init__.py +0 -0
  662. {swift-2.32.0 → swift-2.32.1}/swift/proxy/controllers/account.py +0 -0
  663. {swift-2.32.0 → swift-2.32.1}/swift/proxy/controllers/base.py +0 -0
  664. {swift-2.32.0 → swift-2.32.1}/swift/proxy/controllers/container.py +0 -0
  665. {swift-2.32.0 → swift-2.32.1}/swift/proxy/controllers/info.py +0 -0
  666. {swift-2.32.0 → swift-2.32.1}/swift/proxy/controllers/obj.py +0 -0
  667. {swift-2.32.0 → swift-2.32.1}/swift/proxy/server.py +0 -0
  668. {swift-2.32.0 → swift-2.32.1}/swift.egg-info/SOURCES.txt +0 -0
  669. {swift-2.32.0 → swift-2.32.1}/swift.egg-info/dependency_links.txt +0 -0
  670. {swift-2.32.0 → swift-2.32.1}/swift.egg-info/not-zip-safe +0 -0
  671. {swift-2.32.0 → swift-2.32.1}/swift.egg-info/top_level.txt +0 -0
  672. {swift-2.32.0 → swift-2.32.1}/test/__init__.py +0 -0
  673. {swift-2.32.0 → swift-2.32.1}/test/cors/README.rst +0 -0
  674. {swift-2.32.0 → swift-2.32.1}/test/cors/harness.js +0 -0
  675. {swift-2.32.0 → swift-2.32.1}/test/cors/index.html +0 -0
  676. {swift-2.32.0 → swift-2.32.1}/test/cors/main.py +0 -0
  677. {swift-2.32.0 → swift-2.32.1}/test/cors/test-account.js +0 -0
  678. {swift-2.32.0 → swift-2.32.1}/test/cors/test-container.js +0 -0
  679. {swift-2.32.0 → swift-2.32.1}/test/cors/test-info.js +0 -0
  680. {swift-2.32.0 → swift-2.32.1}/test/cors/test-large-objects.js +0 -0
  681. {swift-2.32.0 → swift-2.32.1}/test/cors/test-object.js +0 -0
  682. {swift-2.32.0 → swift-2.32.1}/test/cors/test-s3-obj.js +0 -0
  683. {swift-2.32.0 → swift-2.32.1}/test/cors/test-symlink.js +0 -0
  684. {swift-2.32.0 → swift-2.32.1}/test/cors/vendor/aws-sdk-2.829.0.min.js +0 -0
  685. {swift-2.32.0 → swift-2.32.1}/test/functional/__init__.py +0 -0
  686. {swift-2.32.0 → swift-2.32.1}/test/functional/mock_swift_key_manager.py +0 -0
  687. {swift-2.32.0 → swift-2.32.1}/test/functional/s3api/__init__.py +0 -0
  688. {swift-2.32.0 → swift-2.32.1}/test/functional/s3api/s3_test_client.py +0 -0
  689. {swift-2.32.0 → swift-2.32.1}/test/functional/s3api/test_acl.py +0 -0
  690. {swift-2.32.0 → swift-2.32.1}/test/functional/s3api/test_bucket.py +0 -0
  691. {swift-2.32.0 → swift-2.32.1}/test/functional/s3api/test_multi_delete.py +0 -0
  692. {swift-2.32.0 → swift-2.32.1}/test/functional/s3api/test_multi_upload.py +0 -0
  693. {swift-2.32.0 → swift-2.32.1}/test/functional/s3api/test_object.py +0 -0
  694. {swift-2.32.0 → swift-2.32.1}/test/functional/s3api/test_presigned.py +0 -0
  695. {swift-2.32.0 → swift-2.32.1}/test/functional/s3api/test_service.py +0 -0
  696. {swift-2.32.0 → swift-2.32.1}/test/functional/s3api/test_versioning.py +0 -0
  697. {swift-2.32.0 → swift-2.32.1}/test/functional/s3api/test_xxe_injection.py +0 -0
  698. {swift-2.32.0 → swift-2.32.1}/test/functional/s3api/utils.py +0 -0
  699. {swift-2.32.0 → swift-2.32.1}/test/functional/swift_test_client.py +0 -0
  700. {swift-2.32.0 → swift-2.32.1}/test/functional/test_access_control.py +0 -0
  701. {swift-2.32.0 → swift-2.32.1}/test/functional/test_dlo.py +0 -0
  702. {swift-2.32.0 → swift-2.32.1}/test/functional/test_domain_remap.py +0 -0
  703. {swift-2.32.0 → swift-2.32.1}/test/functional/test_object.py +0 -0
  704. {swift-2.32.0 → swift-2.32.1}/test/functional/test_object_versioning.py +0 -0
  705. {swift-2.32.0 → swift-2.32.1}/test/functional/test_slo.py +0 -0
  706. {swift-2.32.0 → swift-2.32.1}/test/functional/test_staticweb.py +0 -0
  707. {swift-2.32.0 → swift-2.32.1}/test/functional/test_symlink.py +0 -0
  708. {swift-2.32.0 → swift-2.32.1}/test/functional/test_tempurl.py +0 -0
  709. {swift-2.32.0 → swift-2.32.1}/test/functional/test_versioned_writes.py +0 -0
  710. {swift-2.32.0 → swift-2.32.1}/test/functional/tests.py +0 -0
  711. {swift-2.32.0 → swift-2.32.1}/test/probe/__init__.py +0 -0
  712. {swift-2.32.0 → swift-2.32.1}/test/probe/brain.py +0 -0
  713. {swift-2.32.0 → swift-2.32.1}/test/probe/common.py +0 -0
  714. {swift-2.32.0 → swift-2.32.1}/test/probe/test_account_failures.py +0 -0
  715. {swift-2.32.0 → swift-2.32.1}/test/probe/test_account_get_fake_responses_match.py +0 -0
  716. {swift-2.32.0 → swift-2.32.1}/test/probe/test_account_reaper.py +0 -0
  717. {swift-2.32.0 → swift-2.32.1}/test/probe/test_container_failures.py +0 -0
  718. {swift-2.32.0 → swift-2.32.1}/test/probe/test_container_merge_policy_index.py +0 -0
  719. {swift-2.32.0 → swift-2.32.1}/test/probe/test_container_sync.py +0 -0
  720. {swift-2.32.0 → swift-2.32.1}/test/probe/test_dark_data.py +0 -0
  721. {swift-2.32.0 → swift-2.32.1}/test/probe/test_db_replicator.py +0 -0
  722. {swift-2.32.0 → swift-2.32.1}/test/probe/test_empty_device_handoff.py +0 -0
  723. {swift-2.32.0 → swift-2.32.1}/test/probe/test_object_async_update.py +0 -0
  724. {swift-2.32.0 → swift-2.32.1}/test/probe/test_object_conditional_requests.py +0 -0
  725. {swift-2.32.0 → swift-2.32.1}/test/probe/test_object_expirer.py +0 -0
  726. {swift-2.32.0 → swift-2.32.1}/test/probe/test_object_failures.py +0 -0
  727. {swift-2.32.0 → swift-2.32.1}/test/probe/test_object_handoff.py +0 -0
  728. {swift-2.32.0 → swift-2.32.1}/test/probe/test_object_metadata_replication.py +0 -0
  729. {swift-2.32.0 → swift-2.32.1}/test/probe/test_object_partpower_increase.py +0 -0
  730. {swift-2.32.0 → swift-2.32.1}/test/probe/test_object_versioning.py +0 -0
  731. {swift-2.32.0 → swift-2.32.1}/test/probe/test_orphan_container.py +0 -0
  732. {swift-2.32.0 → swift-2.32.1}/test/probe/test_reconstructor_rebuild.py +0 -0
  733. {swift-2.32.0 → swift-2.32.1}/test/probe/test_reconstructor_revert.py +0 -0
  734. {swift-2.32.0 → swift-2.32.1}/test/probe/test_replication_servers_working.py +0 -0
  735. {swift-2.32.0 → swift-2.32.1}/test/probe/test_reserved_name.py +0 -0
  736. {swift-2.32.0 → swift-2.32.1}/test/probe/test_sharder.py +0 -0
  737. {swift-2.32.0 → swift-2.32.1}/test/probe/test_signals.py +0 -0
  738. {swift-2.32.0 → swift-2.32.1}/test/s3api/__init__.py +0 -0
  739. {swift-2.32.0 → swift-2.32.1}/test/s3api/test_mpu.py +0 -0
  740. {swift-2.32.0 → swift-2.32.1}/test/s3api/test_request_target_style.py +0 -0
  741. {swift-2.32.0 → swift-2.32.1}/test/s3api/test_service.py +0 -0
  742. {swift-2.32.0 → swift-2.32.1}/test/s3api/test_versioning.py +0 -0
  743. {swift-2.32.0 → swift-2.32.1}/test/sample.conf +0 -0
  744. {swift-2.32.0 → swift-2.32.1}/test/unit/__init__.py +0 -0
  745. {swift-2.32.0 → swift-2.32.1}/test/unit/account/__init__.py +0 -0
  746. {swift-2.32.0 → swift-2.32.1}/test/unit/account/test_auditor.py +0 -0
  747. {swift-2.32.0 → swift-2.32.1}/test/unit/account/test_backend.py +0 -0
  748. {swift-2.32.0 → swift-2.32.1}/test/unit/account/test_reaper.py +0 -0
  749. {swift-2.32.0 → swift-2.32.1}/test/unit/account/test_replicator.py +0 -0
  750. {swift-2.32.0 → swift-2.32.1}/test/unit/account/test_server.py +0 -0
  751. {swift-2.32.0 → swift-2.32.1}/test/unit/account/test_utils.py +0 -0
  752. {swift-2.32.0 → swift-2.32.1}/test/unit/cli/__init__.py +0 -0
  753. {swift-2.32.0 → swift-2.32.1}/test/unit/cli/test_container_deleter.py +0 -0
  754. {swift-2.32.0 → swift-2.32.1}/test/unit/cli/test_default_output.stub +0 -0
  755. {swift-2.32.0 → swift-2.32.1}/test/unit/cli/test_default_output_id_assigned.stub +0 -0
  756. {swift-2.32.0 → swift-2.32.1}/test/unit/cli/test_default_sorted_output.stub +0 -0
  757. {swift-2.32.0 → swift-2.32.1}/test/unit/cli/test_dispersion_report.py +0 -0
  758. {swift-2.32.0 → swift-2.32.1}/test/unit/cli/test_form_signature.py +0 -0
  759. {swift-2.32.0 → swift-2.32.1}/test/unit/cli/test_info.py +0 -0
  760. {swift-2.32.0 → swift-2.32.1}/test/unit/cli/test_ipv6_output.stub +0 -0
  761. {swift-2.32.0 → swift-2.32.1}/test/unit/cli/test_manage_shard_ranges.py +0 -0
  762. {swift-2.32.0 → swift-2.32.1}/test/unit/cli/test_recon.py +0 -0
  763. {swift-2.32.0 → swift-2.32.1}/test/unit/cli/test_relinker.py +0 -0
  764. {swift-2.32.0 → swift-2.32.1}/test/unit/cli/test_ring_builder_analyzer.py +0 -0
  765. {swift-2.32.0 → swift-2.32.1}/test/unit/cli/test_ringbuilder.py +0 -0
  766. {swift-2.32.0 → swift-2.32.1}/test/unit/cli/test_ringcomposer.py +0 -0
  767. {swift-2.32.0 → swift-2.32.1}/test/unit/common/__init__.py +0 -0
  768. {swift-2.32.0 → swift-2.32.1}/test/unit/common/corrupted_example.db +0 -0
  769. {swift-2.32.0 → swift-2.32.1}/test/unit/common/malformed_example.db +0 -0
  770. {swift-2.32.0 → swift-2.32.1}/test/unit/common/malformed_schema_example.db +0 -0
  771. {swift-2.32.0 → swift-2.32.1}/test/unit/common/middleware/__init__.py +0 -0
  772. {swift-2.32.0 → swift-2.32.1}/test/unit/common/middleware/crypto/__init__.py +0 -0
  773. {swift-2.32.0 → swift-2.32.1}/test/unit/common/middleware/crypto/crypto_helpers.py +0 -0
  774. {swift-2.32.0 → swift-2.32.1}/test/unit/common/middleware/crypto/test_crypto.py +0 -0
  775. {swift-2.32.0 → swift-2.32.1}/test/unit/common/middleware/crypto/test_crypto_utils.py +0 -0
  776. {swift-2.32.0 → swift-2.32.1}/test/unit/common/middleware/crypto/test_decrypter.py +0 -0
  777. {swift-2.32.0 → swift-2.32.1}/test/unit/common/middleware/crypto/test_encrypter.py +0 -0
  778. {swift-2.32.0 → swift-2.32.1}/test/unit/common/middleware/crypto/test_encryption.py +0 -0
  779. {swift-2.32.0 → swift-2.32.1}/test/unit/common/middleware/crypto/test_keymaster.py +0 -0
  780. {swift-2.32.0 → swift-2.32.1}/test/unit/common/middleware/crypto/test_kmip_keymaster.py +0 -0
  781. {swift-2.32.0 → swift-2.32.1}/test/unit/common/middleware/crypto/test_kms_keymaster.py +0 -0
  782. {swift-2.32.0 → swift-2.32.1}/test/unit/common/middleware/helpers.py +0 -0
  783. {swift-2.32.0 → swift-2.32.1}/test/unit/common/middleware/s3api/__init__.py +0 -0
  784. {swift-2.32.0 → swift-2.32.1}/test/unit/common/middleware/s3api/exceptions.py +0 -0
  785. {swift-2.32.0 → swift-2.32.1}/test/unit/common/middleware/s3api/helpers.py +0 -0
  786. {swift-2.32.0 → swift-2.32.1}/test/unit/common/middleware/s3api/test_acl.py +0 -0
  787. {swift-2.32.0 → swift-2.32.1}/test/unit/common/middleware/s3api/test_acl_handlers.py +0 -0
  788. {swift-2.32.0 → swift-2.32.1}/test/unit/common/middleware/s3api/test_acl_utils.py +0 -0
  789. {swift-2.32.0 → swift-2.32.1}/test/unit/common/middleware/s3api/test_bucket.py +0 -0
  790. {swift-2.32.0 → swift-2.32.1}/test/unit/common/middleware/s3api/test_cfg.py +0 -0
  791. {swift-2.32.0 → swift-2.32.1}/test/unit/common/middleware/s3api/test_etree.py +0 -0
  792. {swift-2.32.0 → swift-2.32.1}/test/unit/common/middleware/s3api/test_helpers.py +0 -0
  793. {swift-2.32.0 → swift-2.32.1}/test/unit/common/middleware/s3api/test_location.py +0 -0
  794. {swift-2.32.0 → swift-2.32.1}/test/unit/common/middleware/s3api/test_logging.py +0 -0
  795. {swift-2.32.0 → swift-2.32.1}/test/unit/common/middleware/s3api/test_multi_delete.py +0 -0
  796. {swift-2.32.0 → swift-2.32.1}/test/unit/common/middleware/s3api/test_multi_upload.py +0 -0
  797. {swift-2.32.0 → swift-2.32.1}/test/unit/common/middleware/s3api/test_obj.py +0 -0
  798. {swift-2.32.0 → swift-2.32.1}/test/unit/common/middleware/s3api/test_s3_acl.py +0 -0
  799. {swift-2.32.0 → swift-2.32.1}/test/unit/common/middleware/s3api/test_s3api.py +0 -0
  800. {swift-2.32.0 → swift-2.32.1}/test/unit/common/middleware/s3api/test_s3request.py +0 -0
  801. {swift-2.32.0 → swift-2.32.1}/test/unit/common/middleware/s3api/test_s3response.py +0 -0
  802. {swift-2.32.0 → swift-2.32.1}/test/unit/common/middleware/s3api/test_s3token.py +0 -0
  803. {swift-2.32.0 → swift-2.32.1}/test/unit/common/middleware/s3api/test_service.py +0 -0
  804. {swift-2.32.0 → swift-2.32.1}/test/unit/common/middleware/s3api/test_subresource.py +0 -0
  805. {swift-2.32.0 → swift-2.32.1}/test/unit/common/middleware/s3api/test_utils.py +0 -0
  806. {swift-2.32.0 → swift-2.32.1}/test/unit/common/middleware/s3api/test_versioning.py +0 -0
  807. {swift-2.32.0 → swift-2.32.1}/test/unit/common/middleware/test_account_quotas.py +0 -0
  808. {swift-2.32.0 → swift-2.32.1}/test/unit/common/middleware/test_acl.py +0 -0
  809. {swift-2.32.0 → swift-2.32.1}/test/unit/common/middleware/test_backend_ratelimit.py +0 -0
  810. {swift-2.32.0 → swift-2.32.1}/test/unit/common/middleware/test_bulk.py +0 -0
  811. {swift-2.32.0 → swift-2.32.1}/test/unit/common/middleware/test_catch_errors.py +0 -0
  812. {swift-2.32.0 → swift-2.32.1}/test/unit/common/middleware/test_cname_lookup.py +0 -0
  813. {swift-2.32.0 → swift-2.32.1}/test/unit/common/middleware/test_container_sync.py +0 -0
  814. {swift-2.32.0 → swift-2.32.1}/test/unit/common/middleware/test_copy.py +0 -0
  815. {swift-2.32.0 → swift-2.32.1}/test/unit/common/middleware/test_crossdomain.py +0 -0
  816. {swift-2.32.0 → swift-2.32.1}/test/unit/common/middleware/test_dlo.py +0 -0
  817. {swift-2.32.0 → swift-2.32.1}/test/unit/common/middleware/test_domain_remap.py +0 -0
  818. {swift-2.32.0 → swift-2.32.1}/test/unit/common/middleware/test_etag_quoter.py +0 -0
  819. {swift-2.32.0 → swift-2.32.1}/test/unit/common/middleware/test_formpost.py +0 -0
  820. {swift-2.32.0 → swift-2.32.1}/test/unit/common/middleware/test_gatekeeper.py +0 -0
  821. {swift-2.32.0 → swift-2.32.1}/test/unit/common/middleware/test_healthcheck.py +0 -0
  822. {swift-2.32.0 → swift-2.32.1}/test/unit/common/middleware/test_helpers.py +0 -0
  823. {swift-2.32.0 → swift-2.32.1}/test/unit/common/middleware/test_keystoneauth.py +0 -0
  824. {swift-2.32.0 → swift-2.32.1}/test/unit/common/middleware/test_list_endpoints.py +0 -0
  825. {swift-2.32.0 → swift-2.32.1}/test/unit/common/middleware/test_memcache.py +0 -0
  826. {swift-2.32.0 → swift-2.32.1}/test/unit/common/middleware/test_name_check.py +0 -0
  827. {swift-2.32.0 → swift-2.32.1}/test/unit/common/middleware/test_object_versioning.py +0 -0
  828. {swift-2.32.0 → swift-2.32.1}/test/unit/common/middleware/test_proxy_logging.py +0 -0
  829. {swift-2.32.0 → swift-2.32.1}/test/unit/common/middleware/test_quotas.py +0 -0
  830. {swift-2.32.0 → swift-2.32.1}/test/unit/common/middleware/test_ratelimit.py +0 -0
  831. {swift-2.32.0 → swift-2.32.1}/test/unit/common/middleware/test_read_only.py +0 -0
  832. {swift-2.32.0 → swift-2.32.1}/test/unit/common/middleware/test_recon.py +0 -0
  833. {swift-2.32.0 → swift-2.32.1}/test/unit/common/middleware/test_slo.py +0 -0
  834. {swift-2.32.0 → swift-2.32.1}/test/unit/common/middleware/test_staticweb.py +0 -0
  835. {swift-2.32.0 → swift-2.32.1}/test/unit/common/middleware/test_subrequest_logging.py +0 -0
  836. {swift-2.32.0 → swift-2.32.1}/test/unit/common/middleware/test_symlink.py +0 -0
  837. {swift-2.32.0 → swift-2.32.1}/test/unit/common/middleware/test_tempauth.py +0 -0
  838. {swift-2.32.0 → swift-2.32.1}/test/unit/common/middleware/test_tempurl.py +0 -0
  839. {swift-2.32.0 → swift-2.32.1}/test/unit/common/middleware/test_versioned_writes.py +0 -0
  840. {swift-2.32.0 → swift-2.32.1}/test/unit/common/missing_container_info.db +0 -0
  841. {swift-2.32.0 → swift-2.32.1}/test/unit/common/ring/__init__.py +0 -0
  842. {swift-2.32.0 → swift-2.32.1}/test/unit/common/ring/test_builder.py +0 -0
  843. {swift-2.32.0 → swift-2.32.1}/test/unit/common/ring/test_composite_builder.py +0 -0
  844. {swift-2.32.0 → swift-2.32.1}/test/unit/common/ring/test_ring.py +0 -0
  845. {swift-2.32.0 → swift-2.32.1}/test/unit/common/ring/test_utils.py +0 -0
  846. {swift-2.32.0 → swift-2.32.1}/test/unit/common/test_base_storage_server.py +0 -0
  847. {swift-2.32.0 → swift-2.32.1}/test/unit/common/test_bufferedhttp.py +0 -0
  848. {swift-2.32.0 → swift-2.32.1}/test/unit/common/test_constraints.py +0 -0
  849. {swift-2.32.0 → swift-2.32.1}/test/unit/common/test_container_sync_realms.py +0 -0
  850. {swift-2.32.0 → swift-2.32.1}/test/unit/common/test_daemon.py +0 -0
  851. {swift-2.32.0 → swift-2.32.1}/test/unit/common/test_db.py +0 -0
  852. {swift-2.32.0 → swift-2.32.1}/test/unit/common/test_db_auditor.py +0 -0
  853. {swift-2.32.0 → swift-2.32.1}/test/unit/common/test_db_replicator.py +0 -0
  854. {swift-2.32.0 → swift-2.32.1}/test/unit/common/test_digest.py +0 -0
  855. {swift-2.32.0 → swift-2.32.1}/test/unit/common/test_direct_client.py +0 -0
  856. {swift-2.32.0 → swift-2.32.1}/test/unit/common/test_error_limiter.py +0 -0
  857. {swift-2.32.0 → swift-2.32.1}/test/unit/common/test_exceptions.py +0 -0
  858. {swift-2.32.0 → swift-2.32.1}/test/unit/common/test_header_key_dict.py +0 -0
  859. {swift-2.32.0 → swift-2.32.1}/test/unit/common/test_http_protocol.py +0 -0
  860. {swift-2.32.0 → swift-2.32.1}/test/unit/common/test_internal_client.py +0 -0
  861. {swift-2.32.0 → swift-2.32.1}/test/unit/common/test_linkat.py +0 -0
  862. {swift-2.32.0 → swift-2.32.1}/test/unit/common/test_manager.py +0 -0
  863. {swift-2.32.0 → swift-2.32.1}/test/unit/common/test_memcached.py +0 -0
  864. {swift-2.32.0 → swift-2.32.1}/test/unit/common/test_recon.py +0 -0
  865. {swift-2.32.0 → swift-2.32.1}/test/unit/common/test_registry.py +0 -0
  866. {swift-2.32.0 → swift-2.32.1}/test/unit/common/test_request_helpers.py +0 -0
  867. {swift-2.32.0 → swift-2.32.1}/test/unit/common/test_splice.py +0 -0
  868. {swift-2.32.0 → swift-2.32.1}/test/unit/common/test_storage_policy.py +0 -0
  869. {swift-2.32.0 → swift-2.32.1}/test/unit/common/test_swob.py +0 -0
  870. {swift-2.32.0 → swift-2.32.1}/test/unit/common/test_utils.py +0 -0
  871. {swift-2.32.0 → swift-2.32.1}/test/unit/common/test_wsgi.py +0 -0
  872. {swift-2.32.0 → swift-2.32.1}/test/unit/common/utils/__init__.py +0 -0
  873. {swift-2.32.0 → swift-2.32.1}/test/unit/common/utils/test_ipaddrs.py +0 -0
  874. {swift-2.32.0 → swift-2.32.1}/test/unit/common/utils/test_libc.py +0 -0
  875. {swift-2.32.0 → swift-2.32.1}/test/unit/common/utils/test_timestamp.py +0 -0
  876. {swift-2.32.0 → swift-2.32.1}/test/unit/container/__init__.py +0 -0
  877. {swift-2.32.0 → swift-2.32.1}/test/unit/container/test_auditor.py +0 -0
  878. {swift-2.32.0 → swift-2.32.1}/test/unit/container/test_backend.py +0 -0
  879. {swift-2.32.0 → swift-2.32.1}/test/unit/container/test_reconciler.py +0 -0
  880. {swift-2.32.0 → swift-2.32.1}/test/unit/container/test_replicator.py +0 -0
  881. {swift-2.32.0 → swift-2.32.1}/test/unit/container/test_server.py +0 -0
  882. {swift-2.32.0 → swift-2.32.1}/test/unit/container/test_sharder.py +0 -0
  883. {swift-2.32.0 → swift-2.32.1}/test/unit/container/test_sync.py +0 -0
  884. {swift-2.32.0 → swift-2.32.1}/test/unit/container/test_sync_store.py +0 -0
  885. {swift-2.32.0 → swift-2.32.1}/test/unit/container/test_updater.py +0 -0
  886. {swift-2.32.0 → swift-2.32.1}/test/unit/helpers.py +0 -0
  887. {swift-2.32.0 → swift-2.32.1}/test/unit/obj/__init__.py +0 -0
  888. {swift-2.32.0 → swift-2.32.1}/test/unit/obj/common.py +0 -0
  889. {swift-2.32.0 → swift-2.32.1}/test/unit/obj/test_auditor.py +0 -0
  890. {swift-2.32.0 → swift-2.32.1}/test/unit/obj/test_diskfile.py +0 -0
  891. {swift-2.32.0 → swift-2.32.1}/test/unit/obj/test_expirer.py +0 -0
  892. {swift-2.32.0 → swift-2.32.1}/test/unit/obj/test_reconstructor.py +0 -0
  893. {swift-2.32.0 → swift-2.32.1}/test/unit/obj/test_replicator.py +0 -0
  894. {swift-2.32.0 → swift-2.32.1}/test/unit/obj/test_server.py +0 -0
  895. {swift-2.32.0 → swift-2.32.1}/test/unit/obj/test_ssync.py +0 -0
  896. {swift-2.32.0 → swift-2.32.1}/test/unit/obj/test_ssync_receiver.py +0 -0
  897. {swift-2.32.0 → swift-2.32.1}/test/unit/obj/test_ssync_sender.py +0 -0
  898. {swift-2.32.0 → swift-2.32.1}/test/unit/obj/test_updater.py +0 -0
  899. {swift-2.32.0 → swift-2.32.1}/test/unit/proxy/__init__.py +0 -0
  900. {swift-2.32.0 → swift-2.32.1}/test/unit/proxy/controllers/__init__.py +0 -0
  901. {swift-2.32.0 → swift-2.32.1}/test/unit/proxy/controllers/test_account.py +0 -0
  902. {swift-2.32.0 → swift-2.32.1}/test/unit/proxy/controllers/test_base.py +0 -0
  903. {swift-2.32.0 → swift-2.32.1}/test/unit/proxy/controllers/test_container.py +0 -0
  904. {swift-2.32.0 → swift-2.32.1}/test/unit/proxy/controllers/test_info.py +0 -0
  905. {swift-2.32.0 → swift-2.32.1}/test/unit/proxy/controllers/test_obj.py +0 -0
  906. {swift-2.32.0 → swift-2.32.1}/test/unit/proxy/test_mem_server.py +0 -0
  907. {swift-2.32.0 → swift-2.32.1}/test/unit/proxy/test_server.py +0 -0
  908. {swift-2.32.0 → swift-2.32.1}/test/unit/proxy/test_sysmeta.py +0 -0
  909. {swift-2.32.0 → swift-2.32.1}/test/unit/test_locale/README +0 -0
  910. {swift-2.32.0 → swift-2.32.1}/test/unit/test_locale/__init__.py +0 -0
  911. {swift-2.32.0 → swift-2.32.1}/test/unit/test_locale/eo/LC_MESSAGES/swift.mo +0 -0
  912. {swift-2.32.0 → swift-2.32.1}/test/unit/test_locale/eo.po +0 -0
  913. {swift-2.32.0 → swift-2.32.1}/test/unit/test_locale/messages.mo +0 -0
  914. {swift-2.32.0 → swift-2.32.1}/test/unit/test_locale/test_locale.py +0 -0
  915. {swift-2.32.0 → swift-2.32.1}/test-requirements.txt +0 -0
  916. {swift-2.32.0 → swift-2.32.1}/tools/playbooks/ceph-s3tests/ceph-s3.conf +0 -0
  917. {swift-2.32.0 → swift-2.32.1}/tools/playbooks/ceph-s3tests/post.yaml +0 -0
  918. {swift-2.32.0 → swift-2.32.1}/tools/playbooks/ceph-s3tests/run.yaml +0 -0
  919. {swift-2.32.0 → swift-2.32.1}/tools/playbooks/common/cover-post.yaml +0 -0
  920. {swift-2.32.0 → swift-2.32.1}/tools/playbooks/common/restart_swift.yaml +0 -0
  921. {swift-2.32.0 → swift-2.32.1}/tools/playbooks/cors/post.yaml +0 -0
  922. {swift-2.32.0 → swift-2.32.1}/tools/playbooks/cors/run.yaml +0 -0
  923. {swift-2.32.0 → swift-2.32.1}/tools/playbooks/dsvm/post.yaml +0 -0
  924. {swift-2.32.0 → swift-2.32.1}/tools/playbooks/dsvm/pre.yaml +0 -0
  925. {swift-2.32.0 → swift-2.32.1}/tools/playbooks/dsvm/run.yaml +0 -0
  926. {swift-2.32.0 → swift-2.32.1}/tools/playbooks/multinode_setup/common_config.yaml +0 -0
  927. {swift-2.32.0 → swift-2.32.1}/tools/playbooks/multinode_setup/configure_loopback.yaml +0 -0
  928. {swift-2.32.0 → swift-2.32.1}/tools/playbooks/multinode_setup/make_rings.yaml +0 -0
  929. {swift-2.32.0 → swift-2.32.1}/tools/playbooks/multinode_setup/pre.yaml +0 -0
  930. {swift-2.32.0 → swift-2.32.1}/tools/playbooks/multinode_setup/run.yaml +0 -0
  931. {swift-2.32.0 → swift-2.32.1}/tools/playbooks/multinode_setup/templates/make_multinode_rings.j2 +0 -0
  932. {swift-2.32.0 → swift-2.32.1}/tools/playbooks/multinode_setup/templates/rc.local.j2 +0 -0
  933. {swift-2.32.0 → swift-2.32.1}/tools/playbooks/multinode_setup/templates/test.conf.j2 +0 -0
  934. {swift-2.32.0 → swift-2.32.1}/tools/playbooks/probetests/post.yaml +0 -0
  935. {swift-2.32.0 → swift-2.32.1}/tools/playbooks/probetests/run.yaml +0 -0
  936. {swift-2.32.0 → swift-2.32.1}/tools/playbooks/s3api-tests/run.yaml +0 -0
  937. {swift-2.32.0 → swift-2.32.1}/tools/playbooks/saio_single_node_setup/add_s3api.yaml +0 -0
  938. {swift-2.32.0 → swift-2.32.1}/tools/playbooks/saio_single_node_setup/make_rings.yaml +0 -0
  939. {swift-2.32.0 → swift-2.32.1}/tools/playbooks/saio_single_node_setup/setup_saio.yaml +0 -0
  940. {swift-2.32.0 → swift-2.32.1}/tools/playbooks/saio_single_node_setup/templates/rc.local.j2 +0 -0
@@ -27,14 +27,6 @@
27
27
  python_version: 2.7
28
28
  post-run: tools/playbooks/common/cover-post.yaml
29
29
 
30
- - job:
31
- name: swift-tox-py27-centos-7
32
- parent: openstack-tox-py27
33
- nodeset: centos-7
34
- vars:
35
- tox_environment:
36
- TMPDIR: '{{ ansible_env.HOME }}/xfstmp'
37
-
38
30
  - job:
39
31
  name: swift-tox-py36
40
32
  parent: swift-tox-base
@@ -51,11 +43,6 @@
51
43
  python_version: 3.6
52
44
  post-run: tools/playbooks/common/cover-post.yaml
53
45
 
54
- - job:
55
- name: swift-tox-py36-centos-8-stream
56
- parent: swift-tox-py36
57
- nodeset: centos-8-stream
58
-
59
46
  - job:
60
47
  name: swift-tox-py37
61
48
  parent: swift-tox-base
@@ -250,12 +237,6 @@
250
237
  vars:
251
238
  tox_envlist: func-ec-py3
252
239
 
253
- - job:
254
- name: swift-tox-func-py27-centos-7
255
- parent: swift-tox-py27-centos-7
256
- vars:
257
- tox_envlist: func
258
-
259
240
  - job:
260
241
  name: swift-tox-func-encryption-py27
261
242
  parent: swift-tox-func-py27
@@ -268,12 +249,6 @@
268
249
  vars:
269
250
  tox_envlist: func-encryption
270
251
 
271
- - job:
272
- name: swift-tox-func-encryption-py27-centos-7
273
- parent: swift-tox-func-py27-centos-7
274
- vars:
275
- tox_envlist: func-encryption
276
-
277
252
  - job:
278
253
  name: swift-tox-func-ec-py27
279
254
  parent: swift-tox-func-py27
@@ -286,12 +261,6 @@
286
261
  vars:
287
262
  tox_envlist: func-ec
288
263
 
289
- - job:
290
- name: swift-tox-func-ec-py27-centos-7
291
- parent: swift-tox-func-py27-centos-7
292
- vars:
293
- tox_envlist: func-ec
294
-
295
264
  - job:
296
265
  name: swift-dsvm-functional
297
266
  parent: devstack-minimal
@@ -335,13 +304,13 @@
335
304
  name: swift-tox-func-s3api-ceph-s3tests-tempauth
336
305
  parent: unittests
337
306
  voting: false
338
- nodeset: centos-8-stream
307
+ nodeset: centos-9-stream
339
308
  description: |
340
309
  Setup a SAIO dev environment and run ceph-s3tests
341
310
  timeout: 5400
342
311
  vars:
343
312
  s3_acl: yes
344
- bindep_profile: test py36
313
+ bindep_profile: test py39
345
314
  pre-run:
346
315
  - tools/playbooks/common/install_dependencies.yaml
347
316
  - tools/playbooks/saio_single_node_setup/setup_saio.yaml
@@ -356,13 +325,13 @@
356
325
  - job:
357
326
  name: swift-tox-func-s3api-tests-tempauth
358
327
  parent: unittests
359
- nodeset: centos-8-stream
328
+ nodeset: centos-9-stream
360
329
  description: |
361
330
  Setup a SAIO dev environment and run our s3api test suite
362
331
  timeout: 1800
363
332
  vars:
364
333
  s3_acl: yes
365
- bindep_profile: test py36
334
+ bindep_profile: test py39
366
335
  pre-run:
367
336
  - tools/playbooks/common/install_dependencies.yaml
368
337
  - tools/playbooks/saio_single_node_setup/setup_saio.yaml
@@ -374,31 +343,15 @@
374
343
  - tools/playbooks/probetests/post.yaml
375
344
 
376
345
  - job:
377
- name: swift-probetests-centos-7
378
- parent: swift-probetests-centos-8-stream
379
- nodeset: centos-7
380
- description: |
381
- Setup a SAIO dev environment and run Swift's probe tests
382
- under Python 2.
383
- vars:
384
- bindep_profile: test py27
385
- ensure_pip_from_packages: False
386
- ensure_pip_from_packages_with_python2: False
387
- ensure_pip_from_upstream: True
388
- ensure_pip_from_upstream_interpreters:
389
- - python2
390
- ensure_pip_from_upstream_url: "https://bootstrap.pypa.io/pip/2.7/get-pip.py"
391
-
392
- - job:
393
- name: swift-probetests-centos-8-stream
346
+ name: swift-probetests-centos-9-stream
394
347
  parent: unittests
395
- nodeset: centos-8-stream
348
+ nodeset: centos-9-stream
396
349
  description: |
397
350
  Setup a SAIO dev environment and run Swift's probe tests
398
351
  under Python 3.
399
352
  timeout: 7200
400
353
  vars:
401
- bindep_profile: test py36
354
+ bindep_profile: test py39
402
355
  pre-run:
403
356
  - tools/playbooks/common/install_dependencies.yaml
404
357
  - tools/playbooks/saio_single_node_setup/setup_saio.yaml
@@ -407,12 +360,12 @@
407
360
  post-run: tools/playbooks/probetests/post.yaml
408
361
 
409
362
  - job:
410
- name: swift-probetests-centos-8-stream-arm64
411
- parent: swift-probetests-centos-8-stream
363
+ name: swift-probetests-centos-9-stream-arm64
364
+ parent: swift-probetests-centos-9-stream
412
365
  nodeset:
413
366
  nodes:
414
- - name: swift-centos-8-stream-arm64
415
- label: centos-8-stream-arm64
367
+ - name: swift-centos-9-stream-arm64
368
+ label: centos-9-stream-arm64
416
369
  description: |
417
370
  Setup a SAIO dev environment and run Swift's probe tests
418
371
  under Python 3 on top of arm64 architecture.
@@ -420,7 +373,7 @@
420
373
 
421
374
  - job:
422
375
  name: swift-func-cors
423
- parent: swift-probetests-centos-8-stream
376
+ parent: swift-probetests-centos-9-stream
424
377
  description: |
425
378
  Setup a SAIO dev environment and run Swift's CORS functional tests
426
379
  timeout: 1200
@@ -433,18 +386,18 @@
433
386
  post-run: tools/playbooks/cors/post.yaml
434
387
 
435
388
  - nodeset:
436
- name: swift-five-nodes-py3
389
+ name: swift-five-nodes-centos-9
437
390
  nodes:
438
391
  - name: test-runner1
439
- label: centos-8-stream
392
+ label: centos-9-stream
440
393
  - name: proxy1
441
- label: centos-8-stream
394
+ label: centos-9-stream
442
395
  - name: account1
443
- label: centos-8-stream
396
+ label: centos-9-stream
444
397
  - name: container1
445
- label: centos-8-stream
398
+ label: centos-9-stream
446
399
  - name: object1
447
- label: centos-8-stream
400
+ label: centos-9-stream
448
401
  groups:
449
402
  - name: test-runner
450
403
  nodes:
@@ -476,12 +429,12 @@
476
429
  - job:
477
430
  name: swift-multinode-rolling-upgrade
478
431
  parent: multinode
479
- nodeset: swift-five-nodes-py3
432
+ nodeset: swift-five-nodes-centos-9
480
433
  description: |
481
434
  Build a 4 node swift cluster and run functional tests
482
435
  timeout: 5400
483
436
  vars:
484
- bindep_profile: test py36
437
+ bindep_profile: test py39
485
438
  pre-run:
486
439
  - tools/playbooks/multinode_setup/pre.yaml
487
440
  - tools/playbooks/common/install_dependencies.yaml
@@ -491,24 +444,6 @@
491
444
  run: tools/playbooks/multinode_setup/run.yaml
492
445
  post-run: tools/playbooks/probetests/post.yaml
493
446
 
494
- - job:
495
- name: swift-multinode-rolling-upgrade-train
496
- parent: swift-multinode-rolling-upgrade
497
- vars:
498
- previous_swift_version: origin/stable/train
499
-
500
- - job:
501
- name: swift-multinode-rolling-upgrade-ussuri
502
- parent: swift-multinode-rolling-upgrade
503
- vars:
504
- previous_swift_version: origin/stable/ussuri
505
-
506
- - job:
507
- name: swift-multinode-rolling-upgrade-victoria
508
- parent: swift-multinode-rolling-upgrade
509
- vars:
510
- previous_swift_version: origin/stable/victoria
511
-
512
447
  - job:
513
448
  name: swift-multinode-rolling-upgrade-wallaby
514
449
  parent: swift-multinode-rolling-upgrade
@@ -525,7 +460,7 @@
525
460
  name: swift-multinode-rolling-upgrade-yoga
526
461
  parent: swift-multinode-rolling-upgrade
527
462
  vars:
528
- previous_swift_version: origin/stable/yoga
463
+ previous_swift_version: origin/unmaintained/yoga
529
464
 
530
465
  - job:
531
466
  name: swift-multinode-rolling-upgrade-zed
@@ -764,15 +699,13 @@
764
699
  - ^doc/(requirements.txt|(manpages|s3api|source)/.*)$
765
700
  - ^test/(cors|unit|functional|probe)/.*$
766
701
  - ^(.gitreview|.mailmap|AUTHORS|CHANGELOG|.*\.rst)$
767
- - swift-probetests-centos-7:
702
+ - swift-probetests-centos-9-stream:
768
703
  irrelevant-files: &probetest-irrelevant-files
769
704
  - ^(api-ref|releasenotes)/.*$
770
705
  # Keep doc/saio -- we use those sample configs in the saio playbooks
771
706
  - ^doc/(requirements.txt|(manpages|s3api|source)/.*)$
772
707
  - ^test/(cors|unit|functional|s3api)/.*$
773
708
  - ^(.gitreview|.mailmap|AUTHORS|CHANGELOG|.*\.rst)$
774
- - swift-probetests-centos-8-stream:
775
- irrelevant-files: *probetest-irrelevant-files
776
709
  - swift-dsvm-functional:
777
710
  irrelevant-files: *functest-irrelevant-files
778
711
  - swift-dsvm-functional-ipv6:
@@ -821,9 +754,7 @@
821
754
  - swift-tox-func-ec-py38
822
755
  - swift-func-cors
823
756
  - swift-tox-func-s3api-tests-tempauth
824
- - swift-probetests-centos-7:
825
- irrelevant-files: *probetest-irrelevant-files
826
- - swift-probetests-centos-8-stream:
757
+ - swift-probetests-centos-9-stream:
827
758
  irrelevant-files: *probetest-irrelevant-files
828
759
  - swift-dsvm-functional:
829
760
  irrelevant-files: *functest-irrelevant-files
@@ -845,19 +776,9 @@
845
776
  jobs:
846
777
  - swift-tox-py37
847
778
  - swift-tox-py38
848
- - swift-tox-py27-centos-7
849
- - swift-tox-func-py27-centos-7
850
- - swift-tox-func-encryption-py27-centos-7
851
- - swift-tox-func-ec-py27-centos-7
852
- - swift-tox-py36-centos-8-stream
853
779
  - swift-tox-func-py39-centos-9-stream
854
780
  - swift-tox-func-encryption-py39-centos-9-stream
855
781
  - swift-tox-func-ec-py39-centos-9-stream
856
- - swift-multinode-rolling-upgrade-rocky
857
- - swift-multinode-rolling-upgrade-stein
858
- - swift-multinode-rolling-upgrade-train
859
- - swift-multinode-rolling-upgrade-ussuri
860
- - swift-multinode-rolling-upgrade-victoria
861
782
  - swift-multinode-rolling-upgrade-wallaby
862
783
  - swift-multinode-rolling-upgrade-xena
863
784
  - swift-multinode-rolling-upgrade-yoga
swift-2.32.1/PKG-INFO ADDED
@@ -0,0 +1,222 @@
1
+ Metadata-Version: 2.1
2
+ Name: swift
3
+ Version: 2.32.1
4
+ Summary: OpenStack Object Storage
5
+ Home-page: https://docs.openstack.org/swift/latest/
6
+ Author: OpenStack
7
+ Author-email: openstack-discuss@lists.openstack.org
8
+ Project-URL: Documentation, https://docs.openstack.org/swift/latest/
9
+ Project-URL: Bug Tracker, https://bugs.launchpad.net/swift
10
+ Project-URL: Source Code, https://opendev.org/openstack/swift/
11
+ Project-URL: Release Notes, https://opendev.org/openstack/swift/src/branch/master/CHANGELOG
12
+ Classifier: Development Status :: 5 - Production/Stable
13
+ Classifier: Environment :: OpenStack
14
+ Classifier: Intended Audience :: Information Technology
15
+ Classifier: Intended Audience :: System Administrators
16
+ Classifier: License :: OSI Approved :: Apache Software License
17
+ Classifier: Operating System :: POSIX :: Linux
18
+ Classifier: Programming Language :: Python
19
+ Classifier: Programming Language :: Python :: 2
20
+ Classifier: Programming Language :: Python :: 2.7
21
+ Classifier: Programming Language :: Python :: 3
22
+ Classifier: Programming Language :: Python :: 3.6
23
+ Classifier: Programming Language :: Python :: 3.7
24
+ Classifier: Programming Language :: Python :: 3.8
25
+ Classifier: Programming Language :: Python :: 3.9
26
+ Classifier: Programming Language :: Python :: 3.10
27
+ License-File: LICENSE
28
+ License-File: AUTHORS
29
+ Requires-Dist: eventlet>=0.25.0
30
+ Requires-Dist: greenlet>=0.3.2
31
+ Requires-Dist: PasteDeploy>=2.0.0
32
+ Requires-Dist: lxml>=3.4.1
33
+ Requires-Dist: requests>=2.14.2
34
+ Requires-Dist: six>=1.10.0
35
+ Requires-Dist: xattr>=0.4
36
+ Requires-Dist: PyECLib>=1.3.1
37
+ Requires-Dist: cryptography>=2.0.2
38
+ Provides-Extra: kms-keymaster
39
+ Requires-Dist: oslo.config!=4.3.0,!=4.4.0,>=4.0.0; extra == "kms-keymaster"
40
+ Requires-Dist: castellan>=0.13.0; extra == "kms-keymaster"
41
+ Provides-Extra: kmip-keymaster
42
+ Requires-Dist: pykmip>=0.7.0; extra == "kmip-keymaster"
43
+ Provides-Extra: keystone
44
+ Requires-Dist: keystonemiddleware>=4.17.0; extra == "keystone"
45
+ Provides-Extra: test
46
+ Requires-Dist: hacking<2.1.0,>=2.0; extra == "test"
47
+ Requires-Dist: coverage>=5.0.4; extra == "test"
48
+ Requires-Dist: pytest>=4.6.11; extra == "test"
49
+ Requires-Dist: pytest-cov>=2.12.1; extra == "test"
50
+ Requires-Dist: stestr>=2.0.0; extra == "test"
51
+ Requires-Dist: mock>=2.0; extra == "test"
52
+ Requires-Dist: python-swiftclient>=3.2.0; extra == "test"
53
+ Requires-Dist: python-keystoneclient!=2.1.0,>=2.0.0; extra == "test"
54
+ Requires-Dist: boto>=2.32.1; extra == "test"
55
+ Requires-Dist: boto3>=1.9; extra == "test"
56
+ Requires-Dist: botocore>=1.12; extra == "test"
57
+ Requires-Dist: requests-mock>=1.2.0; extra == "test"
58
+ Requires-Dist: keystonemiddleware>=4.17.0; extra == "test"
59
+ Requires-Dist: bandit>=1.1.0; extra == "test"
60
+ Requires-Dist: docutils>=0.11; extra == "test"
61
+
62
+ ===============
63
+ OpenStack Swift
64
+ ===============
65
+
66
+ .. image:: https://governance.openstack.org/tc/badges/swift.svg
67
+ :target: https://governance.openstack.org/tc/reference/tags/index.html
68
+
69
+ .. Change things from this point on
70
+
71
+ OpenStack Swift is a distributed object storage system designed to scale
72
+ from a single machine to thousands of servers. Swift is optimized for
73
+ multi-tenancy and high concurrency. Swift is ideal for backups, web and mobile
74
+ content, and any other unstructured data that can grow without bound.
75
+
76
+ Swift provides a simple, REST-based API fully documented at
77
+ https://docs.openstack.org/swift/latest/.
78
+
79
+ Swift was originally developed as the basis for Rackspace's Cloud Files
80
+ and was open-sourced in 2010 as part of the OpenStack project. It has
81
+ since grown to include contributions from many companies and has spawned
82
+ a thriving ecosystem of 3rd party tools. Swift's contributors are listed
83
+ in the AUTHORS file.
84
+
85
+ Docs
86
+ ----
87
+
88
+ To build documentation run::
89
+
90
+ pip install -r requirements.txt -r doc/requirements.txt
91
+ sphinx-build -W -b html doc/source doc/build/html
92
+
93
+ and then browse to doc/build/html/index.html. These docs are auto-generated
94
+ after every commit and available online at
95
+ https://docs.openstack.org/swift/latest/.
96
+
97
+ For Developers
98
+ --------------
99
+
100
+ Getting Started
101
+ ~~~~~~~~~~~~~~~
102
+
103
+ Swift is part of OpenStack and follows the code contribution, review, and
104
+ testing processes common to all OpenStack projects.
105
+
106
+ If you would like to start contributing, check out these
107
+ `notes <CONTRIBUTING.rst>`__ to help you get started.
108
+
109
+ The best place to get started is the
110
+ `"SAIO - Swift All In One" <https://docs.openstack.org/swift/latest/development_saio.html>`__.
111
+ This document will walk you through setting up a development cluster of
112
+ Swift in a VM. The SAIO environment is ideal for running small-scale
113
+ tests against Swift and trying out new features and bug fixes.
114
+
115
+ Tests
116
+ ~~~~~
117
+
118
+ There are three types of tests included in Swift's source tree.
119
+
120
+ #. Unit tests
121
+ #. Functional tests
122
+ #. Probe tests
123
+
124
+ Unit tests check that small sections of the code behave properly. For example,
125
+ a unit test may test a single function to ensure that various input gives the
126
+ expected output. This validates that the code is correct and regressions are
127
+ not introduced.
128
+
129
+ Functional tests check that the client API is working as expected. These can
130
+ be run against any endpoint claiming to support the Swift API (although some
131
+ tests require multiple accounts with different privilege levels). These are
132
+ "black box" tests that ensure that client apps written against Swift will
133
+ continue to work.
134
+
135
+ Probe tests are "white box" tests that validate the internal workings of a
136
+ Swift cluster. They are written to work against the
137
+ `"SAIO - Swift All In One" <https://docs.openstack.org/swift/latest/development_saio.html>`__
138
+ dev environment. For example, a probe test may create an object, delete one
139
+ replica, and ensure that the background consistency processes find and correct
140
+ the error.
141
+
142
+ You can run unit tests with ``.unittests``, functional tests with
143
+ ``.functests``, and probe tests with ``.probetests``. There is an
144
+ additional ``.alltests`` script that wraps the other three.
145
+
146
+ To fully run the tests, the target environment must use a filesystem that
147
+ supports large xattrs. XFS is strongly recommended. For unit tests and in-
148
+ process functional tests, either mount ``/tmp`` with XFS or provide another
149
+ XFS filesystem via the ``TMPDIR`` environment variable. Without this setting,
150
+ tests should still pass, but a very large number will be skipped.
151
+
152
+ Code Organization
153
+ ~~~~~~~~~~~~~~~~~
154
+
155
+ - bin/: Executable scripts that are the processes run by the deployer
156
+ - doc/: Documentation
157
+ - etc/: Sample config files
158
+ - examples/: Config snippets used in the docs
159
+ - swift/: Core code
160
+
161
+ - account/: account server
162
+ - cli/: code that backs some of the CLI tools in bin/
163
+ - common/: code shared by different modules
164
+
165
+ - middleware/: "standard", officially-supported middleware
166
+ - ring/: code implementing Swift's ring
167
+
168
+ - container/: container server
169
+ - locale/: internationalization (translation) data
170
+ - obj/: object server
171
+ - proxy/: proxy server
172
+
173
+ - test/: Unit, functional, and probe tests
174
+
175
+ Data Flow
176
+ ~~~~~~~~~
177
+
178
+ Swift is a WSGI application and uses eventlet's WSGI server. After the
179
+ processes are running, the entry point for new requests is the
180
+ ``Application`` class in ``swift/proxy/server.py``. From there, a
181
+ controller is chosen, and the request is processed. The proxy may choose
182
+ to forward the request to a back-end server. For example, the entry
183
+ point for requests to the object server is the ``ObjectController``
184
+ class in ``swift/obj/server.py``.
185
+
186
+ For Deployers
187
+ -------------
188
+
189
+ Deployer docs are also available at
190
+ https://docs.openstack.org/swift/latest/. A good starting point is at
191
+ https://docs.openstack.org/swift/latest/deployment_guide.html
192
+ There is an `ops runbook <https://docs.openstack.org/swift/latest/ops_runbook/index.html>`__
193
+ that gives information about how to diagnose and troubleshoot common issues
194
+ when running a Swift cluster.
195
+
196
+ You can run functional tests against a Swift cluster with
197
+ ``.functests``. These functional tests require ``/etc/swift/test.conf``
198
+ to run. A sample config file can be found in this source tree in
199
+ ``test/sample.conf``.
200
+
201
+ For Client Apps
202
+ ---------------
203
+
204
+ For client applications, official Python language bindings are provided
205
+ at https://opendev.org/openstack/python-swiftclient.
206
+
207
+ Complete API documentation at
208
+ https://docs.openstack.org/api-ref/object-store/
209
+
210
+ There is a large ecosystem of applications and libraries that support and
211
+ work with OpenStack Swift. Several are listed on the
212
+ `associated projects <https://docs.openstack.org/swift/latest/associated_projects.html>`__
213
+ page.
214
+
215
+ --------------
216
+
217
+ For more information come hang out in #openstack-swift on OFTC.
218
+
219
+ Thanks,
220
+
221
+ The Swift Development Team
222
+
@@ -79,7 +79,7 @@
79
79
  # B703 : django_mark_safe
80
80
 
81
81
  # (optional) list included test IDs here, eg '[B101, B406]':
82
- tests: [B102, B103, B302, B303, B304, B305, B306, B308, B310, B401, B501, B502, B506, B601, B602, B609]
82
+ tests: [B102, B103, B302, B303, B304, B305, B306, B307, B308, B310, B401, B501, B502, B506, B601, B602, B609]
83
83
 
84
84
  # (optional) list skipped test IDs here, eg '[B101, B406]':
85
85
  skips:
@@ -295,7 +295,8 @@ use = egg:swift#backend_ratelimit
295
295
  # ionice_priority =
296
296
 
297
297
  # Note: Put it at the beginning of the pipeline to profile all middleware. But
298
- # it is safer to put this after healthcheck.
298
+ # it is safer to put this after healthcheck. Not intended for production
299
+ # environments!
299
300
  [filter:xprofile]
300
301
  use = egg:swift#xprofile
301
302
  # This option enable you to switch profilers which should inherit from python
@@ -337,7 +337,8 @@ use = egg:swift#backend_ratelimit
337
337
  # ionice_priority =
338
338
 
339
339
  # Note: Put it at the beginning of the pipeline to profile all middleware. But
340
- # it is safer to put this after healthcheck.
340
+ # it is safer to put this after healthcheck. Not intended for production
341
+ # environments!
341
342
  [filter:xprofile]
342
343
  use = egg:swift#xprofile
343
344
  # This option enable you to switch profilers which should inherit from python
@@ -687,7 +687,8 @@ use = egg:swift#backend_ratelimit
687
687
  # ionice_priority =
688
688
  #
689
689
  # Note: Put it at the beginning of the pipleline to profile all middleware. But
690
- # it is safer to put this after healthcheck.
690
+ # it is safer to put this after healthcheck. Not intended for production
691
+ # environments!
691
692
  [filter:xprofile]
692
693
  use = egg:swift#xprofile
693
694
  # This option enable you to switch profilers which should inherit from python
@@ -1158,6 +1158,7 @@ use = egg:swift#container_sync
1158
1158
 
1159
1159
  # Note: Put it at the beginning of the pipeline to profile all middleware. But
1160
1160
  # it is safer to put this after catch_errors, gatekeeper and healthcheck.
1161
+ # Not intended for production environments!
1161
1162
  [filter:xprofile]
1162
1163
  use = egg:swift#xprofile
1163
1164
  # This option enable you to switch profilers which should inherit from python
@@ -18,6 +18,7 @@ import six
18
18
  from xml.etree.cElementTree import Element, SubElement, tostring
19
19
 
20
20
  from swift.common.constraints import valid_api_version
21
+ from swift.common.header_key_dict import HeaderKeyDict
21
22
  from swift.common.http import HTTP_NO_CONTENT
22
23
  from swift.common.request_helpers import get_param
23
24
  from swift.common.swob import HTTPException, HTTPNotAcceptable, Request, \
@@ -178,52 +179,39 @@ class ListingFilter(object):
178
179
  start_response(status, headers)
179
180
  return resp_iter
180
181
 
181
- header_to_index = {}
182
- resp_content_type = resp_length = None
183
- for i, (header, value) in enumerate(headers):
184
- header = header.lower()
185
- if header == 'content-type':
186
- header_to_index[header] = i
187
- resp_content_type = value.partition(';')[0]
188
- elif header == 'content-length':
189
- header_to_index[header] = i
190
- resp_length = int(value)
191
- elif header == 'vary':
192
- header_to_index[header] = i
193
-
194
182
  if not status.startswith(('200 ', '204 ')):
195
183
  start_response(status, headers)
196
184
  return resp_iter
197
185
 
186
+ headers_dict = HeaderKeyDict(headers)
187
+ resp_content_type = headers_dict.get(
188
+ 'content-type', '').partition(';')[0]
189
+ resp_length = headers_dict.get('content-length')
190
+
198
191
  if can_vary:
199
- if 'vary' in header_to_index:
200
- value = headers[header_to_index['vary']][1]
192
+ if 'vary' in headers_dict:
193
+ value = headers_dict['vary']
201
194
  if 'accept' not in list_from_csv(value.lower()):
202
- headers[header_to_index['vary']] = (
203
- 'Vary', value + ', Accept')
195
+ headers_dict['vary'] = value + ', Accept'
204
196
  else:
205
- headers.append(('Vary', 'Accept'))
197
+ headers_dict['vary'] = 'Accept'
206
198
 
207
199
  if resp_content_type != 'application/json':
208
- start_response(status, headers)
200
+ start_response(status, list(headers_dict.items()))
209
201
  return resp_iter
210
202
 
211
- if resp_length is None or \
212
- resp_length > MAX_CONTAINER_LISTING_CONTENT_LENGTH:
213
- start_response(status, headers)
203
+ if req.method == 'HEAD':
204
+ headers_dict['content-type'] = out_content_type + '; charset=utf-8'
205
+ # proxy logging (and maybe other mw?) seem to be good about
206
+ # sticking this on HEAD/204 but we do it here to be responsible
207
+ # and explicit
208
+ headers_dict['content-length'] = 0
209
+ start_response(status, list(headers_dict.items()))
214
210
  return resp_iter
215
211
 
216
- def set_header(header, value):
217
- if value is None:
218
- del headers[header_to_index[header]]
219
- else:
220
- headers[header_to_index[header]] = (
221
- headers[header_to_index[header]][0], str(value))
222
-
223
- if req.method == 'HEAD':
224
- set_header('content-type', out_content_type + '; charset=utf-8')
225
- set_header('content-length', None) # don't know, can't determine
226
- start_response(status, headers)
212
+ if resp_length is None or \
213
+ int(resp_length) > MAX_CONTAINER_LISTING_CONTENT_LENGTH:
214
+ start_response(status, list(headers_dict.items()))
227
215
  return resp_iter
228
216
 
229
217
  body = b''.join(resp_iter)
@@ -237,7 +225,7 @@ class ListingFilter(object):
237
225
  except ValueError:
238
226
  # Static web listing that's returning invalid JSON?
239
227
  # Just pass it straight through; that's about all we *can* do.
240
- start_response(status, headers)
228
+ start_response(status, list(headers_dict.items()))
241
229
  return [body]
242
230
 
243
231
  if not req.allow_reserved_names:
@@ -257,16 +245,16 @@ class ListingFilter(object):
257
245
  body = json.dumps(listing).encode('ascii')
258
246
  except KeyError:
259
247
  # listing was in a bad format -- funky static web listing??
260
- start_response(status, headers)
248
+ start_response(status, list(headers_dict.items()))
261
249
  return [body]
262
250
 
263
251
  if not body:
264
252
  status = '%s %s' % (HTTP_NO_CONTENT,
265
253
  RESPONSE_REASONS[HTTP_NO_CONTENT][0])
266
254
 
267
- set_header('content-type', out_content_type + '; charset=utf-8')
268
- set_header('content-length', len(body))
269
- start_response(status, headers)
255
+ headers_dict['content-type'] = out_content_type + '; charset=utf-8'
256
+ headers_dict['content-length'] = len(body)
257
+ start_response(status, list(headers_dict.items()))
270
258
  return [body]
271
259
 
272
260
 
@@ -246,7 +246,7 @@ class HTMLViewer(object):
246
246
  if multiple:
247
247
  return value
248
248
  if isinstance(value, list):
249
- return eval(value[0]) if isinstance(default, int) else value[0]
249
+ return int(value[0]) if isinstance(default, int) else value[0]
250
250
  else:
251
251
  return value
252
252
 
@@ -16,6 +16,11 @@
16
16
  """
17
17
  Profiling middleware for Swift Servers.
18
18
 
19
+ .. note::
20
+ This middleware is intended for development and testing environments only,
21
+ not production. No authentication is expected or required for the web UI,
22
+ and profiling may incur noticeable performance penalties.
23
+
19
24
  The current implementation is based on eventlet aware profiler.(For the
20
25
  future, more profilers could be added in to collect more data for analysis.)
21
26
  Profiling all incoming requests and accumulating cpu timing statistics