Changed the ordering for sudoers where used
The sudoers file was being created in the pre-install tasks which causes an incorrect configuration variable to be dropped when the venv env is not turned on. To correct this issue the sudoers template is now dropped in the post install task file after the bin_path fact has been set. This change also removes the directory create task for heat, keystone, glance, and swift because no sudoers files are needed for these services. Re-Implementation-Of: https://review.openstack.org/#/c/277674/1 Change-Id: I609c9c12579dc1897787d19a1f58fe3e919b5e35 Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
parent
7ee4373ba6
commit
7d64b663fa
@ -43,7 +43,6 @@
|
||||
with_items:
|
||||
- { path: "/openstack", mode: "0755", owner: "root", group: "root" }
|
||||
- { path: "/etc/glance" }
|
||||
- { path: "/etc/sudoers.d", mode: "0755", owner: "root", group: "root" }
|
||||
- { path: "/var/cache/glance" }
|
||||
- { path: "{{ glance_system_user_home }}" }
|
||||
- { path: "{{ glance_system_user_home }}/cache/api", mode: "0700" }
|
||||
|
Loading…
x
Reference in New Issue
Block a user