keystone/examples
Dolph Mathews fa8f0b88c2 Revising tenant IDs & Names in samples (#854228)
Change-Id: Ie6dfa3b4d4107aa3e0f64ee8a16e34c9c648579d
2011-09-28 14:49:09 -05:00
..
echo Revising tenant IDs & Names in samples (#854228) 2011-09-28 14:49:09 -05:00
paste Add code removed in https://code.launchpad.net/~vishvananda/nova/remove-keystone-middleware/+merge/76297 to keystone. 2011-09-21 10:36:41 -07:00
__init__.py Added py init files to directories already being referenced as modules 2011-06-15 14:27:19 -05:00
README.md Merging keystone.auth_protocols package into keystone.middleware 2011-07-18 10:39:33 -05:00

RUNNING THE TEST SERVICE (Echo.py):

Standalone stack (with Auth_Token)
$ cd echo/bin
$ ./echod

Distributed stack (with RemoteAuth local and Auth_Token remote)
$ cd echo/bin
$ ./echod --remote

in separate session
$ cd keystone/middleware
$ python auth_token.py

DEMO CLIENT:

A sample client that gets a token from Keystone and then uses it to call Echo (and a few other example calls):

$ cd echo/echo
$ python echo_client.py
Note: this requires test data. See section TESTING for initializing data