summaryrefslogtreecommitdiffstats
path: root/docs/source
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source')
-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