Github user remibergsma commented on the pull request: https://github.com/apache/cloudstack/pull/1052#issuecomment-155204305 @davidamorimfaria Here's another glitch you may want to look at: ``` [root@cs2 x86_64]# cloudstack-setup-management File "/usr/bin/cloudstack-setup-management", line 36 if options.tomcat7 ^ SyntaxError: invalid syntax ``` You mis a `:` after `if options.tomcat7`. I edit it locally, then run: `cloudstack-setup-management --tomcat7` (suppose I need that option when I look at the code?) Now I get: ``` Starting to configure CloudStack Management Server: Configure Firewall ... [OK] Configure CloudStack Management Server ...Configure CloudStack Management Server failed, Please check the /var/log/cloudstack/setupManagement.log for detail, due to:globalEnv instance has no attribute 'srvConf' Try to restore your system: Restore Firewall ... [OK] ```
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---