add example

This commit is contained in:
termie 2011-11-02 16:43:47 -07:00
parent 1d1db0f7c0
commit d3cc7983a1
1 changed files with 9 additions and 0 deletions

View File

@ -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