summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAndy Smith <github@anarkystic.com>2012-02-01 11:07:32 -0800
committerAndy Smith <github@anarkystic.com>2012-02-01 11:07:32 -0800
commit2d2ce8c72efa965b6db4affe1a5d9e3e6ca5d47b (patch)
tree8971a3ddba8d559e9574760ad14c1837ab04693e /docs
parent89f835a3eb88abc474c9b42b3665845a1a6556af (diff)
downloadkeystone-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.rst6
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