trove/install-guide/source/dashboard.rst
Greg Retkowski d1fd1ac32d document configure and verify steps
This improves the documentation for the installation of Trove.

The following items were documented:

* Required ConfigDrive parameter change for taskmanager
* Network regex and driver for Neutron
* Installation of the trove-dashboard component
* Using cloud-init as an alternative for guest-images

Change-Id: I1c5d5bab9e4e73f139bba645cda925176abcce82
Partial-Bug: 1610466
2016-09-08 10:44:04 -07:00

29 lines
1017 B
ReStructuredText

.. _dashboard:
Install and configure the Trove dashboard
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Installation of the Trove dashboard for Horizon is straightforward.
While there packages available for Mitaka, they have a `bug
<https://bugs.launchpad.net/trove-dashboard/+bug/1580527>`_
which prevents network selection while creating instances.
So it is best to install via pip.
.. code-block:: console
# pip install trove-dashboard
* The command above will install the latest version which is
appropriate if you are running the latest Trove. If you are
running an earlier version of Trove you may need to specify
a compatible version of trove-dashboard. 7.0.0.0b2 is known
to work with the Mitaka release of Trove.
* After pip installs them locate the trove-dashboard directory and
copy the contents of the ``enabled/`` directory to your horizon
``openstack_dashboard/local/enabled/`` directory.
* Reload apache to pick up the changes to Horizon.