This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
INFO [c.c.c.ClusterManagerImpl] (Cluster-Heartbeat-1:ctx-d18f63d8) No inactive management server node found | |
WARN [o.a.c.alerts] (Cluster-Notification-1:ctx-dfe94256) alertType:: 14 // dataCenterId:: 0 // podId:: 0 // clusterId:: null // message:: Management server node 127.0.0.1 is up | |
WARN [c.c.c.ClusterManagerImpl] (Cluster-Notification-1:ctx-dfe94256) Notifying management server join event took 39 ms | |
INFO [o.a.c.f.j.i.AsyncJobMonitor] (API-Job-Executor-1:ctx-d9c0a108 job-1) Add job-1 into job monitoring | |
INFO [o.a.c.f.j.i.AsyncJobMonitor] (API-Job-Executor-1:ctx-d9c0a108 job-1) Remove job-1 from job monitoring | |
INFO [o.a.c.f.j.i.AsyncJobMonitor] (API-Job-Executor-2:ctx-d238f1e8 job-2) Add job-2 into job monitoring | |
INFO [o.a.c.f.j.i.AsyncJobMonitor] (API-Job-Executor-2:ctx-d238f1e8 job-2) Remove job-2 from job monitoring | |
INFO [o.a.c.f.j.i.AsyncJobMonitor] (API-Job-Executor-3:ctx-73d3ad5c job-3) Add job-3 into job monitoring | |
INFO [o.a.c.f.j.i.AsyncJobMonitor] (API-Job-Executor-3:ctx-73d3ad5c job-3) Re |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/env python | |
print "cloudstack rocks" | |
l=['cloudstack','opennebula'] | |
for i in l: | |
print i |