From 23a0a0e49d16bc4bdcba589355d591aca1cff37a Mon Sep 17 00:00:00 2001 From: Guilhem Lettron Date: Mon, 9 Jul 2012 16:10:22 +0200 Subject: [PATCH] use "localhost" is more conventional than "127.0.0.1" --- ceph/attributes/radosgw.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph/attributes/radosgw.rb b/ceph/attributes/radosgw.rb index 9addfc7..2812559 100644 --- a/ceph/attributes/radosgw.rb +++ b/ceph/attributes/radosgw.rb @@ -16,7 +16,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # -default["ceph"]["radosgw"]["api_fqdn"] = "127.0.0.1" +default["ceph"]["radosgw"]["api_fqdn"] = "localhost" default["ceph"]["radosgw"]["admin-email"] = "admin@example.com" default["ceph"]["radosgw"]["rgw_addr"] = "*:80" -- 2.47.3