From c1560dea649d08dbc3ed0975abfd9158c5771f62 Mon Sep 17 00:00:00 2001 From: Zhenguo Niu Date: Fri, 10 Feb 2017 11:04:44 +0800 Subject: [PATCH] Correct horizon dir in installation doc Change-Id: I20671a4f60728f74e3bfb41a9b022cd1baa10fb2 --- doc/source/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/installation.rst b/doc/source/installation.rst index adb70ad9..290c3bc7 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -25,7 +25,7 @@ installation please see http://docs.openstack.org/developer/horizon/quickstart.h file to ``horizon/openstack_dashboard/local/enabled`` directory. Example, set as if being executed from the root of the ironic-ui repository:: - cp ./ironic_ui/enabled/_2200_ironic.py ../horizon/horizon/openstack_dashboard/local/enabled + cp ./ironic_ui/enabled/_2200_ironic.py ../horizon/openstack_dashboard/local/enabled 4. Change into the ironic-ui repository and package the plugin::