Merge "Fixes the installation documentation page"

This commit is contained in:
Jenkins 2017-03-14 16:41:53 +00:00 committed by Gerrit Code Review
commit 44ae87494f
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