From: Guilhem Lettron Date: Mon, 9 Jul 2012 14:10:22 +0000 (+0200) Subject: use "localhost" is more conventional than "127.0.0.1" X-Git-Tag: eval1~25^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F6%2Fhead;p=ceph-cookbooks.git use "localhost" is more conventional than "127.0.0.1" --- 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"