diff options
| author | termie <github@anarkystic.com> | 2011-11-02 16:43:47 -0700 |
|---|---|---|
| committer | termie <github@anarkystic.com> | 2011-11-02 16:43:47 -0700 |
| commit | d3cc7983a168366cd262accec3cfc98f74317836 (patch) | |
| tree | e8585a42102c3b099a54023eeb34abc01245bba4 | |
| parent | 1d1db0f7c0ae338463a6b56cf17580322587e849 (diff) | |
add example
| -rw-r--r-- | README.rst | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |
