Fixing nits of ironic-ui Readme.rst
Removed whitespaces from the document and earlier Horizon installation link was giving 404 because of presence of whitespace, this patch fixed that. Change-Id: Id02665f0d8741b403ea44dedd596eae66715fde4
This commit is contained in:
parent
57837a3fd3
commit
d2a53b5ed8
23
README.rst
23
README.rst
@ -2,7 +2,7 @@
|
|||||||
Ironic UI
|
Ironic UI
|
||||||
===============================
|
===============================
|
||||||
|
|
||||||
The Ironic UI is a Horizon plugin that will allow users to view and manage bare
|
The Ironic UI is a Horizon plugin that will allow users to view and manage bare
|
||||||
metal nodes, ports and drivers.
|
metal nodes, ports and drivers.
|
||||||
|
|
||||||
* Free software: Apache license
|
* Free software: Apache license
|
||||||
@ -20,10 +20,9 @@ Features
|
|||||||
Installation Instructions
|
Installation Instructions
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
||||||
Please note that the following instructions assume that you have an existing
|
Please note that the following instructions assume that you have an existing
|
||||||
installation of the OpenStack Horizon dashboard application. For Horizon
|
installation of the OpenStack Horizon dashboard application. For Horizon
|
||||||
installation please see http://docs.openstack.org/developer/horizon/quickstart.
|
installation please see http://docs.openstack.org/developer/horizon/quickstart.html
|
||||||
html
|
|
||||||
|
|
||||||
1. Clone Ironic UI repository:
|
1. Clone Ironic UI repository:
|
||||||
|
|
||||||
@ -35,26 +34,26 @@ html
|
|||||||
|
|
||||||
`source .venv/bin/activate`
|
`source .venv/bin/activate`
|
||||||
|
|
||||||
3. Copy the _2200_ironic.py file from ironic-ui/enabled directory to
|
3. Copy the _2200_ironic.py file from ironic-ui/enabled directory to
|
||||||
horizon/openstack_dashboard/local/enabled
|
horizon/openstack_dashboard/local/enabled
|
||||||
|
|
||||||
4. Change into the ironic-ui repository and package the plugin:
|
4. Change into the ironic-ui repository and package the plugin:
|
||||||
|
|
||||||
`pip install -e .`
|
`pip install -e .`
|
||||||
|
|
||||||
This will build and install the ironic-ui plugin into the active virtual
|
This will build and install the ironic-ui plugin into the active virtual
|
||||||
environment associated with your horizon installation. The plugin is installed
|
environment associated with your horizon installation. The plugin is installed
|
||||||
in "editable" mode as a link back to your ironic-ui plugin directory.
|
in "editable" mode as a link back to your ironic-ui plugin directory.
|
||||||
|
|
||||||
Also ensure that all packages as per requirements.txt have been installed.
|
Also ensure that all packages as per requirements.txt have been installed.
|
||||||
|
|
||||||
5. Change back into the horizon repository and bring up your environment:
|
5. Change back into the horizon repository and bring up your environment:
|
||||||
|
|
||||||
`./run_tests.sh --runserver`
|
`./run_tests.sh --runserver`
|
||||||
|
|
||||||
The Ironic Bare Metal Provisioning plugin should now be visible in the Horizon
|
The Ironic Bare Metal Provisioning plugin should now be visible in the Horizon
|
||||||
navigation.
|
navigation.
|
||||||
|
|
||||||
To uninstall, use pip uninstall (find the name of the package to uninstall by
|
To uninstall, use pip uninstall (find the name of the package to uninstall by
|
||||||
running pip list from inside the horizon .venv). You will also need to remove
|
running pip list from inside the horizon .venv). You will also need to remove
|
||||||
the enabled file from the openstack_dashboard/enabled folder.
|
the enabled file from the openstack_dashboard/enabled folder.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user