From a0d821da4704f3292ec37ba52e764fdbe264659c Mon Sep 17 00:00:00 2001 From: Jonathan Herlin Date: Mon, 15 May 2017 00:29:32 +0200 Subject: [PATCH] Update paths and add keystone_policy.json location * copy command path was incorrect for enabled files. * json policy file location added for ease of updating. Change-Id: I945716f095c3d281f0e480a6e02821c28090a891 --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index b8f3b5b..e0a680a 100644 --- a/README.rst +++ b/README.rst @@ -35,7 +35,7 @@ editor. You will want to customize several settings: - ``OPENSTACK_REGISTRATION_URL`` should also be configured to point to you StackTask server and version. -You will also need to update the ``keystone_policy.json`` file in horizon with +You will also need to update the ``keystone_policy.json`` file (openstack_dashboard/conf/keystone_policy.json) in horizon with the following lines:: "project_mod": "role:project_mod", @@ -50,7 +50,7 @@ Install StackTask UI with all dependencies in your virtual environment:: And enable it in Horizon:: - cp ../stacktask-ui/enabled/ openstack_dashboard/local/enabled + cp ../stacktask-ui/stacktask-ui/enabled/_* openstack_dashboard/local/enabled To run horizon with the newly enabled StackTask UI plugin run::