Update README for local repo

Update the README file to include information about running
the plugin against a local checkout of the app catlog.

Change-Id: I93fd82d3f05645683c818682aecf42edd469023b
This commit is contained in:
Kevin Fox 2015-09-07 07:16:14 -07:00
parent d1bf789001
commit 4671ddb4f9
1 changed files with 3 additions and 0 deletions

View File

@ -34,5 +34,8 @@ How to try this package
cp muranodashboard/local/_50_murano.py ../horizon/openstack_dashboard/enabled/
popd
#If you want to test against you own app-catalog checkout:
echo "APP_CATALOG_URL='http://localhost:18001'" >> openstack_dashboard/local/local_settings.py
#Start test server
./run_tests.sh --runserver 127.0.0.1:18000