]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Added domain pool, and changed zone configs to use domain tool so they don't...
authorJohn Wilkins <john.wilkins@inktank.com>
Fri, 24 Jan 2014 01:11:59 +0000 (17:11 -0800)
committerJohn Wilkins <john.wilkins@inktank.com>
Fri, 24 Jan 2014 01:11:59 +0000 (17:11 -0800)
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
doc/radosgw/federated-config.rst

index 3c4438a2d45245344833b7138644bfbef455a63c..2201817483fc49e92552652f6c7f196915f53987 100644 (file)
@@ -105,6 +105,7 @@ prefer. For example:
 
 - ``.us.rgw.root``
 
+- ``.us-east.domain.rgw``
 - ``.us-east.rgw.root``
 - ``.us-east.rgw.control``
 - ``.us-east.rgw.gc``
@@ -118,6 +119,7 @@ prefer. For example:
 - ``.us-east.users.swift``
 - ``.us-east.users.uid``
 
+- ``.us-west.domain.rgw``
 - ``.us-west.rgw.root``
 - ``.us-west.rgw.control``
 - ``.us-west.rgw.gc``
@@ -449,7 +451,7 @@ Create Zones
    gateway pools. See `Configuration Reference - Zones`_ for additional 
    details on zones. ::
 
-       { "domain_root": ".us-east.rgw.root",
+       { "domain_root": ".us-east.domain.rgw",
          "control_pool": ".us-east.rgw.control",
          "gc_pool": ".us-east.rgw.gc",
          "log_pool": ".us-east.log",
@@ -528,7 +530,7 @@ the synchronization agents can authenticate with the zones.
    zone users into the ``system_key`` field of your zone configuration 
    infile. ::
 
-       { "domain_root": ".us-east.rgw",
+       { "domain_root": ".us-east.domain.rgw",
          "control_pool": ".us-east.rgw.control",
          "gc_pool": ".us-east.rgw.gc",
          "log_pool": ".us-east.log",