You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by re...@apache.org on 2015/11/09 17:34:25 UTC

[1/2] git commit: updated refs/heads/master to 6a1b886

Repository: cloudstack
Updated Branches:
  refs/heads/master ca860348d -> 6a1b88695


CLOUDSTACK-9039: Fix paths for logging Ubuntu Management.


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/acd49d80
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/acd49d80
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/acd49d80

Branch: refs/heads/master
Commit: acd49d801be0cf5675ce2b2130277b85fad213bd
Parents: f948e96
Author: Boris Schrijver <bo...@pcextreme.nl>
Authored: Thu Nov 5 16:30:14 2015 +0100
Committer: Boris Schrijver <bo...@pcextreme.nl>
Committed: Mon Nov 9 15:50:18 2015 +0100

----------------------------------------------------------------------
 python/lib/cloudutils/serviceConfig.py       | 2 +-
 python/lib/cloudutils/serviceConfigServer.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/acd49d80/python/lib/cloudutils/serviceConfig.py
----------------------------------------------------------------------
diff --git a/python/lib/cloudutils/serviceConfig.py b/python/lib/cloudutils/serviceConfig.py
index 774195a..c9c019c 100755
--- a/python/lib/cloudutils/serviceConfig.py
+++ b/python/lib/cloudutils/serviceConfig.py
@@ -54,7 +54,7 @@ class serviceCfgBase(object):
         except:
             logging.debug(formatExceptionInfo())
             if self.syscfg.env.mode == "Server":
-                raise CloudRuntimeException("Configure %s failed, Please check the /var/log/cloudstack/setupManagement.log for detail"%self.serviceName)
+                raise CloudRuntimeException("Configure %s failed, Please check the /var/log/cloudstack/management/setupManagement.log for detail"%self.serviceName)
             else:
                 raise CloudRuntimeException("Configure %s failed, Please check the /var/log/cloudstack/agent/setup.log for detail"%self.serviceName)
 

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/acd49d80/python/lib/cloudutils/serviceConfigServer.py
----------------------------------------------------------------------
diff --git a/python/lib/cloudutils/serviceConfigServer.py b/python/lib/cloudutils/serviceConfigServer.py
index b928df4..be67c6d 100644
--- a/python/lib/cloudutils/serviceConfigServer.py
+++ b/python/lib/cloudutils/serviceConfigServer.py
@@ -124,4 +124,4 @@ class cloudManagementConfig(serviceCfgBase):
         if self.syscfg.svo.enableService("cloudstack-management"):
             return True
         else:
-            raise CloudRuntimeException("Failed to configure %s, please see the /var/log/cloudstack/setupManagement.log for detail"%self.serviceName)
+            raise CloudRuntimeException("Failed to configure %s, please see the /var/log/cloudstack/management/setupManagement.log for detail"%self.serviceName)


[2/2] git commit: updated refs/heads/master to 6a1b886

Posted by re...@apache.org.
Merge pull request #1039 from borisroman/CLOUDSTACK-9039

CLOUDSTACK-9039: Fix paths for logging Ubuntu ManagementFix paths for logging Ubuntu Management.

How to test:
Install via DEB packages...

* pr/1039:
  CLOUDSTACK-9039: Fix paths for logging Ubuntu Management.

Signed-off-by: Remi Bergsma <gi...@remi.nl>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/6a1b8869
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/6a1b8869
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/6a1b8869

Branch: refs/heads/master
Commit: 6a1b88695134f06d28ebbb7082fb387f9b98a1ee
Parents: ca86034 acd49d8
Author: Remi Bergsma <gi...@remi.nl>
Authored: Mon Nov 9 17:33:29 2015 +0100
Committer: Remi Bergsma <gi...@remi.nl>
Committed: Mon Nov 9 17:33:29 2015 +0100

----------------------------------------------------------------------
 python/lib/cloudutils/serviceConfig.py       | 2 +-
 python/lib/cloudutils/serviceConfigServer.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------