Fixes the installation documentation page

The developer documentation had an installation page that was missing the
required installation steps.  This patch corrects that.

Change-Id: Ie35466f08a0dec9fe80d8d6e390c61296bb8983f
Closes-Bug: #1577845
This commit is contained in:
Michael Johnson 2017-03-13 14:27:51 -07:00
parent 17da9c283f
commit 3e576bd40a
1 changed files with 16 additions and 4 deletions

View File

@ -4,9 +4,21 @@ Installation
At the command line::
$ pip install neutron-lbaas-dashboard
$ sudo pip install neutron-lbaas-dashboard
Or, if you have virtualenvwrapper installed::
Enable the plugin::
$ mkvirtualenv neutron-lbaas-dashboard
$ pip install neutron-lbaas-dashboard
$ cp /usr/local/lib/python2.7/dist-packages/neutron_lbaas_dashboard/enabled/_1481_project_ng_loadbalancersv2_panel.py /opt/stack/horizon/openstack_dashboard/enabled/
Note: This file may have installed in a different location depending on your
host configuration. For example, on CentOS it may be in
/usr/lib/python2.7/site-packages.
Run the Django update commands (answer 'yes')::
$ /opt/stack/horizon/manage.py collectstatic
$ /opt/stack/horizon/manage.py compress
Restart Apache::
$ sudo service apache2 restart