From 542b0c147fb2f7dc587672020c34fc5e67574f47 Mon Sep 17 00:00:00 2001 From: zhurong Date: Fri, 11 Nov 2016 12:42:20 +0800 Subject: [PATCH] Fix murano-dashboard plugin files in README Change-Id: I6a2989888922aa2f154eabf4af2c43ee468baa7e --- README.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 6ddffd4b2..3f8b14b68 100644 --- a/README.rst +++ b/README.rst @@ -16,10 +16,12 @@ with all other OpenStack resources. For developer purposes, please symlink the following OpenStack Dashboard plugin files: -* muranodashboard/local/enabled/_50_murano.py into - horizon/openstack_dashboard/local/enabled/_50_murano.py +* muranodashboard/local/enabled/*.py into + horizon/openstack_dashboard/local/enabled/ * muranodashboard/local/local_settings.d/_50_murano.py into horizon/openstack_dashboard/local/local_settings.d/_50_murano.py +* muranodashboard/conf/murano_policy.json into + horizon/openstack_dashboard/conf/ re-compress static assets and restart Horizon web-server as usual.