Skip to content

Commit

Permalink
Merge pull request #1 from rcbops-cookbooks/endpoint_fix
Browse files Browse the repository at this point in the history
Fix default endpoint path for ceph
  • Loading branch information
andymcc committed Nov 27, 2013
2 parents 0cd09fb + f7418dd commit f6cf057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion attributes/default.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
default["ceph"]["services"]["radosgw"]["scheme"] = "http"
default["ceph"]["services"]["radosgw"]["network"] = "management"
default["ceph"]["services"]["radosgw"]["port"] = 80
default["ceph"]["services"]["radosgw"]["path"] = "/v1/"
default["ceph"]["services"]["radosgw"]["path"] = "/swift/v1/"
default["ceph"]["service_tenant_name"] = "service"
default["ceph"]["service_user"] = "swift"
default["ceph"]["service_role"] = "admin"
Expand Down

0 comments on commit f6cf057

Please sign in to comment.