Saharaclient must be installed for UI to work in dev environment

Since in dev install guide we create a symlink to saharadashboard instead
of installing it, its dependencies are not installed automatically. So we
need to manually install saharaclient. Thanks to Yaroslav for finding
that issue.

Change-Id: I319ff3aaf6df86e473d4b0206f9769938074c6f8
This commit is contained in:
Dmitry Mescheryakov 2014-04-10 20:11:04 +04:00
parent 6c1116fa6c
commit 01cc56d25d

View File

@ -123,7 +123,14 @@ using the following command:
$ ln -s $SAHARA_DASHBOARD_HOME/saharadashboard .venv/lib/python2.7/site-packages/saharadashboard
..
8. Modify ``openstack_dashboard/settings.py``
8. Install python-saharaclient into venv
.. sourcecode:: console
$ .venv/bin/pip install python-saharaclient
..
9. Modify ``openstack_dashboard/settings.py``
Add sahara to to the Horizon config:
@ -142,7 +149,7 @@ using the following command:
....
..
9. Start Horizon
10. Start Horizon
.. sourcecode:: console
@ -163,7 +170,7 @@ using the following command:
**Note** It is not recommended to use Horizon in this mode for production.
10. Applying changes
11. Applying changes
If you have changed any ``*.py`` files in ``$SAHARA_DASHBOARD_HOME`` directory,
Horizon will notice that and reload automatically. However changes made to