]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-cookbooks.git/commitdiff
use "localhost" is more conventional than "127.0.0.1" 6/head
authorGuilhem Lettron <guilhem@lettron.fr>
Mon, 9 Jul 2012 14:10:22 +0000 (16:10 +0200)
committerGuilhem Lettron <guilhem@lettron.fr>
Mon, 9 Jul 2012 14:10:22 +0000 (16:10 +0200)
ceph/attributes/radosgw.rb

index 9addfc74634789f48188cc43b95f42917efdfb1c..2812559cfdca06a49f8538f19dc01fe488352024 100644 (file)
@@ -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"