From 94399a7d4e3d39a7d77236f383262e1eec0d4e6f Mon Sep 17 00:00:00 2001 From: John Axel Eriksson Date: Sat, 21 Jul 2012 20:58:13 +0200 Subject: [PATCH] Make default attributes keys same as those expected in recipe --- attributes/radosgw.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attributes/radosgw.rb b/attributes/radosgw.rb index 2812559..0abf179 100644 --- a/attributes/radosgw.rb +++ b/attributes/radosgw.rb @@ -17,6 +17,6 @@ # limitations under the License. # default["ceph"]["radosgw"]["api_fqdn"] = "localhost" -default["ceph"]["radosgw"]["admin-email"] = "admin@example.com" +default["ceph"]["radosgw"]["admin_email"] = "admin@example.com" default["ceph"]["radosgw"]["rgw_addr"] = "*:80"