Update docs/source/developing.rst

This commit is contained in:
Andy Smith 2012-02-01 11:07:32 -08:00
parent 89f835a3eb
commit 2d2ce8c72e
1 changed files with 6 additions and 0 deletions

View File

@ -54,6 +54,12 @@ You can also interact with Keystone through it's REST API. There is a python
keystone client library `python-keystoneclient`_ which interacts exclusively through
the REST API, and which keystone itself uses to provide it's command-line interface.
When initially getting set up, after you've configured which databases to use,
you're probably going to need to run the following to your database schema in place ::
$ bin/keystone-manage db_sync
.. _`python-keystoneclient`: https://github.com/openstack/python-keystoneclient
Running Tests