From c1e1b65db77685b8c5daffac06c29c1685cb6fa8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Han?= Date: Tue, 15 Dec 2015 23:30:15 +0100 Subject: [PATCH] Change update group_vars ivetweb port MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit follow up on #458 Signed-off-by: Sébastien Han --- group_vars/all.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/group_vars/all.sample b/group_vars/all.sample index abaed740e..985b03868 100644 --- a/group_vars/all.sample +++ b/group_vars/all.sample @@ -201,7 +201,7 @@ dummy: # #radosgw_dns_name: your.subdomain.tld # subdomains used by radosgw. See http://ceph.com/docs/master/radosgw/config/#enabling-subdomain-s3-calls #radosgw_frontend: civetweb # supported options are 'apache' or 'civetweb', also edit roles/ceph-rgw/defaults/main.yml -#radosgw_civetweb_port: 80 +#radosgw_civetweb_port: 8080 #radosgw_keystone: false # activate OpenStack Keystone options full detail here: http://ceph.com/docs/master/radosgw/keystone/ #radosgw_keystone_url: # url:admin_port ie: http://192.168.0.1:35357 #radosgw_keystone_admin_token: password -- 2.39.5