Revert "Remove ip address from radosgw civitweb parameter"

This reverts commit f3aac0a74c77687edf83d38e69f9e2016038588d.

Change-Id: Ia5f2e399cde68eab6f816aa33e7e96cb35dde664
diff --git a/ceph/files/jewel/ceph.conf.Debian b/ceph/files/jewel/ceph.conf.Debian
index ec373ca..10e108a 100644
--- a/ceph/files/jewel/ceph.conf.Debian
+++ b/ceph/files/jewel/ceph.conf.Debian
@@ -95,7 +95,7 @@
 rgw socket path = /tmp/radosgw-{{ grains.host }}.sock
 log file = /var/log/ceph/ceph-rgw-{{ grains.host }}.log
 rgw data = /var/lib/ceph/radosgw/ceph-rgw.{{ grains.host }}
-rgw frontends = civetweb port={{ radosgw.bind.port }} num_threads={{ radosgw.threads }}
+rgw frontends = civetweb port={{ radosgw.bind.address }}:{{ radosgw.bind.port }} num_threads={{ radosgw.threads }}
 rgw dns name = {{ radosgw.get('hostname', grains.host) }}
 
 {%- if radosgw.identity.engine == 'keystone' %}
diff --git a/ceph/files/kraken/ceph.conf.Debian b/ceph/files/kraken/ceph.conf.Debian
index ec373ca..10e108a 100644
--- a/ceph/files/kraken/ceph.conf.Debian
+++ b/ceph/files/kraken/ceph.conf.Debian
@@ -95,7 +95,7 @@
 rgw socket path = /tmp/radosgw-{{ grains.host }}.sock
 log file = /var/log/ceph/ceph-rgw-{{ grains.host }}.log
 rgw data = /var/lib/ceph/radosgw/ceph-rgw.{{ grains.host }}
-rgw frontends = civetweb port={{ radosgw.bind.port }} num_threads={{ radosgw.threads }}
+rgw frontends = civetweb port={{ radosgw.bind.address }}:{{ radosgw.bind.port }} num_threads={{ radosgw.threads }}
 rgw dns name = {{ radosgw.get('hostname', grains.host) }}
 
 {%- if radosgw.identity.engine == 'keystone' %}
diff --git a/ceph/files/luminous/ceph.conf.Debian b/ceph/files/luminous/ceph.conf.Debian
index c2ae63c..d250cb9 100644
--- a/ceph/files/luminous/ceph.conf.Debian
+++ b/ceph/files/luminous/ceph.conf.Debian
@@ -95,7 +95,7 @@
 rgw socket path = /tmp/radosgw-{{ grains.host }}.sock
 log file = /var/log/ceph/ceph-rgw-{{ grains.host }}.log
 rgw data = /var/lib/ceph/radosgw/ceph-rgw.{{ grains.host }}
-rgw frontends = civetweb port={{ radosgw.bind.port }} num_threads={{ radosgw.threads }}
+rgw frontends = civetweb port={{ radosgw.bind.address }}:{{ radosgw.bind.port }} num_threads={{ radosgw.threads }}
 rgw dns name = {{ radosgw.get('hostname', grains.host) }}
 
 {%- if radosgw.identity.engine == 'keystone' %}