]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Added default-placement to list of placement targets. Added SSL commentary.
authorJohn Wilkins <john.wilkins@inktank.com>
Fri, 17 Jan 2014 19:23:40 +0000 (11:23 -0800)
committerJohn Wilkins <john.wilkins@inktank.com>
Fri, 17 Jan 2014 19:23:40 +0000 (11:23 -0800)
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
doc/radosgw/federated-config.rst

index 3669f53b8a57622f2e8b580f806d5fc6c8535bc2..b51f7197aad6d98034419ac274056645dd14297c 100644 (file)
@@ -256,6 +256,14 @@ Repeat the process for the secondary zone (e.g., ``rgw-us-west.conf``).
    you create the master region and the secondary region.
 
 
+Finally, if you enabled SSL, make sure that you set the port to your SSL port
+(usually 443) and your configuration file includes the following::
+
+       SSLEngine on
+       SSLCertificateFile /etc/apache2/ssl/apache.crt
+       SSLCertificateKeyFile /etc/apache2/ssl/apache.key
+       SetEnv SERVER_PORT_SECURE 443
+
 
 Enable the Configuration
 ------------------------
@@ -389,7 +397,12 @@ Create a Region
                        "http:\/\/{fqdn}:80\/"],
                  "log_meta": "false",
                  "log_data": "false"}],
-         "placement_targets": [],
+         "placement_targets": [
+          {
+            "name": "default-placement",
+            "tags": []
+          }
+         ],
          "default_placement": "default-placement"}