mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-9078: Gave scripts executable permissions.
(cherry picked from commit e2fc270480)
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
Conflicts:
python/lib/cloudutils/serviceConfigServer.py
This commit is contained in:
parent
3f2e259e16
commit
e1ef2e9ac0
|
|
@ -108,6 +108,8 @@ class cloudManagementConfig(serviceCfgBase):
|
|||
#distro like sl 6.1 needs this folder, or tomcat6 failed to start
|
||||
checkHostName()
|
||||
bash("mkdir /var/log/cloudstack-management/")
|
||||
bash("chown cloud:cloud -R /var/lib/cloudstack/")
|
||||
bash("chmod +x -R /usr/share/cloudstack-management/webapps/client/WEB-INF/classes/scripts/")
|
||||
#set max process per account is unlimited
|
||||
if os.path.exists("/etc/security/limits.conf"):
|
||||
cfo = configFileOps("/etc/security/limits.conf")
|
||||
|
|
|
|||
Loading…
Reference in New Issue