From 8f554eb3a9dc6eacbfc86b4a58250d17dbb41e43 Mon Sep 17 00:00:00 2001 From: Xu Ao Date: Wed, 27 Jul 2016 17:57:50 +0800 Subject: [PATCH] Fix a mistake in the document about the filepath In the documents, the path of the _2200_ironic.py should be 'ironic_ui/enabled' but not 'ironic-ui/enabled'. doc_urls: http://docs.openstack.org/developer/ironic-ui/readme.html http://docs.openstack.org/developer/ironic-ui/installation.html TrivialFix Change-Id: I2ced663718547b3aa55d8ad277775650078b0bfa --- README.rst | 2 +- doc/source/installation.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 6491c076..0479dc43 100644 --- a/README.rst +++ b/README.rst @@ -34,7 +34,7 @@ installation please see http://docs.openstack.org/developer/horizon/quickstart.h `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 4. Change into the ironic-ui repository and package the plugin: diff --git a/doc/source/installation.rst b/doc/source/installation.rst index f8c9d0e3..e02dc962 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -18,7 +18,7 @@ installation please see http://docs.openstack.org/developer/horizon/quickstart.h `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 4. Change into the ironic-ui repository and package the plugin: