summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortermie <github@anarkystic.com>2011-11-02 16:43:47 -0700
committertermie <github@anarkystic.com>2011-11-02 16:43:47 -0700
commitd3cc7983a168366cd262accec3cfc98f74317836 (patch)
treee8585a42102c3b099a54023eeb34abc01245bba4
parent1d1db0f7c0ae338463a6b56cf17580322587e849 (diff)
add example
-rw-r--r--README.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 03bb39d3..94818ad4 100644
--- a/README.rst
+++ b/README.rst
@@ -54,6 +54,15 @@ Largely designed for a common use case around service catalogs in the Keystone
project, a Catalog backend that simply expands pre-configured templates to
provide catalog data.
+Example paste.deploy config (uses $ instead of % to avoid ConfigParser's
+interpolation)::
+
+ [DEFAULT]
+ catalog.RegionOne.identity.publicURL = http://localhost:$(public_port)s/v2.0
+ catalog.RegionOne.identity.adminURL = http://localhost:$(public_port)s/v2.0
+ catalog.RegionOne.identity.internalURL = http://localhost:$(public_port)s/v2.0
+ catalog.RegionOne.identity.name = 'Identity Service'
+
---------------
Keystone Compat