Make default attributes keys same as those expected in recipe

This commit is contained in:
John Axel Eriksson 2012-07-21 20:58:13 +02:00
parent 19da747700
commit 94399a7d4e

View File

@ -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"