mistral-dashboard: refer dashboard debug instructions to the updated mistral trbouelshooting page

* removed debug instructions as they're already covered under the main mistral repo
* added a refernce to the debug instructions url

Partially implements blueprint:mistral-documentation

Depends-On: I08fd360c67953f168beca76479b1581ecacfd913

Change-Id: I834e120a3638221f05f165a841e71b7a7ff62566
(cherry picked from commit 69b82fc76a)
This commit is contained in:
Gal Margalit 2015-09-09 12:49:33 +00:00 committed by Renat Akhmerov
parent e84b471e51
commit ac625793bc
1 changed files with 4 additions and 13 deletions

View File

@ -52,17 +52,8 @@ or run the development server (in case you have decided to use local horizon)::
$ cd ../horizon/
$ tox -evenv -- python manage.py runserver
Debug Instructions
==================
**Pycharm**
Mistral-Dashboard Debug Instructions
------------------------------------
Set PyCharm debug settings:
1. Enter debug configurations menu
2. Create a new Django Server configuration
3. Enter some port so it won't run on the default (for example - port: 4000)
4. On the same window click on Environment variables
a. Make sure you have PYTHONUNBUFFERED set as 1
b. Create a new pair - DJANGO_SETTINGS_MODULE : openstack_dashboard.settings
You should now be able to debug and run the project using PyCharm.
For debug instructions refer to `OpenStack Mistral Troubleshooting
<http://docs.openstack.org/developer/mistral/developer/troubleshooting.html>`_