~go-bot/goose/trunk

  • Committer: Tarmac
  • Author(s): Patrick Sodre
  • Date: 2013-11-01 03:47:33 UTC
  • mfrom: (109.1.6 goose)
  • Revision ID: tarmac-20131101034733-zbirap24k6k8wjlg
[r=wallyworld],[bug=1209003],[bug=1246517] This is to fix bug #1209003 (bug #1246517 duplicate), and bug #1246517 

It splits container creation in two parts:
   i) the container is created with a PUT request
  ii) the ACL is set with a subsequent POST request.

The Swift listing requests in JSON format is addressed as follows:
   i) append the parameter "format=json" in swift.List.

Without this merge 'juju bootstrap' does not work in Havana using ceph-radosgw as a Swift back-end.
Filename Latest Rev Last Changed Committer Comment Size
..
service.go 100.1.6 10 years ago John Arbash Meinel The service doubles need to check URL.Scheme so th 5.4 KB Diff Download File
service_http.go 109.1.6 10 years ago Patrick Sodre Nothing fancy on swift_http POST. Just say it succ 5 KB Diff Download File
service_http_test.go 107.1.3 10 years ago Ian Booth Rework solution to use DisableKeepAlives in http.T 8.9 KB Diff Download File
service_test.go 77.2.3 11 years ago Ian Booth Code review tweaks 3.5 KB Diff Download File
setup_test.go 22.1.1 11 years ago Dimiter Naydenov Implemented swift test service double 113 bytes Diff Download File