You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Those look like good changes. Can you fork the repository, make the changes and do a pull request? We will review and merge them. Thanks for helping to improve monasca
See following statements:
file: dest=/var/lib/openstack-dashboard owner=horizon group=horizon mode=755 state=directory
notify:
We need modify as follows:
1)roles/openstack-horizon/vars/main.yml
add
horizon_group: horizon
horizon_user: horizon
2)roles/openstack-horizon/tasks/main.yml
add
group: name={{horizon_group}} system=yes
user: name={{horizon_user}} system=yes group={{horizon_group}}
The text was updated successfully, but these errors were encountered: