diff options
author | Andy Smith <github@anarkystic.com> | 2012-02-01 11:07:32 -0800 |
---|---|---|
committer | Andy Smith <github@anarkystic.com> | 2012-02-01 11:07:32 -0800 |
commit | 2d2ce8c72efa965b6db4affe1a5d9e3e6ca5d47b (patch) | |
tree | 8971a3ddba8d559e9574760ad14c1837ab04693e /docs | |
parent | 89f835a3eb88abc474c9b42b3665845a1a6556af (diff) | |
download | keystone-2d2ce8c72efa965b6db4affe1a5d9e3e6ca5d47b.tar.gz keystone-2d2ce8c72efa965b6db4affe1a5d9e3e6ca5d47b.tar.xz keystone-2d2ce8c72efa965b6db4affe1a5d9e3e6ca5d47b.zip |
Update docs/source/developing.rst
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/developing.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/source/developing.rst b/docs/source/developing.rst index 344a6e8b..f529761e 100644 --- a/docs/source/developing.rst +++ b/docs/source/developing.rst @@ -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 |