diff --git a/group_vars/all.yml.sample b/group_vars/all.yml.sample index f42f35c31..fc6af0fb9 100644 --- a/group_vars/all.yml.sample +++ b/group_vars/all.yml.sample @@ -430,7 +430,7 @@ dummy: # Eg. If you want to specify for each radosgw node which address the radosgw will bind to you can set it in your **inventory host file** by using 'radosgw_address' variable. # Preference will go to radosgw_address if both radosgw_address and radosgw_interface are defined. #radosgw_interface: interface -#radosgw_address: 0.0.0.0 +#radosgw_address: x.x.x.x #radosgw_address_block: subnet #radosgw_keystone_ssl: false # activate this when using keystone PKI keys #radosgw_num_instances: 1 diff --git a/group_vars/rhcs.yml.sample b/group_vars/rhcs.yml.sample index f69151007..255b470dc 100644 --- a/group_vars/rhcs.yml.sample +++ b/group_vars/rhcs.yml.sample @@ -430,7 +430,7 @@ ceph_iscsi_config_dev: false # Eg. If you want to specify for each radosgw node which address the radosgw will bind to you can set it in your **inventory host file** by using 'radosgw_address' variable. # Preference will go to radosgw_address if both radosgw_address and radosgw_interface are defined. #radosgw_interface: interface -#radosgw_address: 0.0.0.0 +#radosgw_address: x.x.x.x #radosgw_address_block: subnet #radosgw_keystone_ssl: false # activate this when using keystone PKI keys #radosgw_num_instances: 1