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
This commit is contained in:
Jonathan Herlin 2017-05-15 00:29:32 +02:00 committed by adrian-turjak
parent 113124e14b
commit a0d821da47
1 changed files with 2 additions and 2 deletions

View File

@ -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::