--
You received this message because you are subscribed to the Google Groups "OpenStack Neat" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openstack-nea...@googlegroups.com.
Visit this group at http://groups.google.com/group/openstack-neat.
For more options, visit https://groups.google.com/groups/opt_out.
scipy so i have followed process mentioned at http://stackoverflow.com/questions/20093058/install-scipy-using-pip-in-virtualenv-on-ubuntu-12-04 . --
root@controller:/usr/local/bin# ./neat-global-manager
/bin/sh: 1: ether-wake: not found
/bin/sh: 1: ether-wake: not found
Traceback (most recent call last):
File "./neat-global-manager", line 9, in <module>
load_entry_point('openstack-neat==0.1', 'console_scripts', 'neat-global-manager')()
File "/usr/local/lib/python2.7/dist-packages/openstack_neat-0.1-py2.7.egg/neat/globals/manager.py", line 169, in start
state['compute_hosts'])
File "<string>", line 2, in switch_hosts_on
File "/usr/local/lib/python2.7/dist-packages/contracts/main.py", line 296, in contracts_checker
result = function_(*args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/openstack_neat-0.1-py2.7.egg/neat/globals/manager.py", line 868, in switch_hosts_on
db.insert_host_states(dict((x, 1) for x in hosts))
File "<string>", line 2, in insert_host_states
File "/usr/local/lib/python2.7/dist-packages/contracts/main.py", line 296, in contracts_checker
result = function_(*args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/openstack_neat-0.1-py2.7.egg/neat/db.py", line 320, in insert_host_states
for k, v in hosts.items()]
KeyError: 'nova2'
./neat-data-collector , ./neat-db-cleaner and ./neawt-local-manager , it is not giving any errors but it is not starting also.
root@nova1:/usr/local/bin# ./neat-data-collector
^CTraceback (most recent call last):
File "./neat-data-collector", line 9, in <module>
load_entry_point('openstack-neat==0.1', 'console_scripts', 'neat-data-collector')()
File "<string>", line 2, in start
File "/usr/local/lib/python2.7/dist-packages/contracts/main.py", line 296, in contracts_checker
result = function_(*args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/openstack_neat-0.1-py2.7.egg/neat/locals/collector.py", line 140, in start
int(interval))
File "<string>", line 2, in start
File "/usr/local/lib/python2.7/dist-packages/contracts/main.py", line 296, in contracts_checker
result = function_(*args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/openstack_neat-0.1-py2.7.egg/neat/common.py", line 63, in start
time.sleep(time_interval)
KeyboardInterrupt
./neat-global-manager is giving me same error as i mentioned in previous post.
I have tried to see those files but it is not making any sense to me. So i don't know what is causing this errors.
Thanking You,
kashyap
--
2014-02-14 10:57:27,728 INFO neat.locals.collector Creaned up the local data directory: /var/lib/neat
2014-02-14 10:57:27,728 INFO neat.locals.collector Starting the data collector, iterations every 300 seconds
2014-02-14 10:57:27,776 DEBUG neat.db Instantiated a Database object
2014-02-14 10:57:27,776 DEBUG neat.db_utils Initialized a DB connection to mysql://neat:neatpa...@10.100.64.24/neat
2014-02-14 10:57:27,829 INFO neat.locals.collector Started an iteration
2014-02-14 10:57:27,830 INFO neat.locals.collector Started VM data collection
2014-02-14 10:57:27,830 INFO neat.locals.collector Completed VM data collection
2014-02-14 10:57:27,830 INFO neat.locals.collector Started host data collection
2014-02-14 10:57:27,830 INFO neat.locals.collector Completed host data collection
2014-02-14 10:57:27,831 INFO neat.locals.collector Completed an iteration
2014-02-14 11:01:24,806 DEBUG neat.db Instantiated a Database object
2014-02-14 11:01:24,807 DEBUG neat.db_utils Initialized a DB connection to mysql://neat:neatpa...@10.100.64.24/neat
2014-02-14 11:01:24,831 DEBUG neat.globals.manager Calling: ether-wake -i eth0 78:2b:cb:92:20:ae
2014-02-14 11:01:24,861 DEBUG neat.globals.manager Calling: ether-wake -i eth0 78:2b:cb:92:20:e0
2014-02-14 11:01:24,867 INFO neat.globals.manager Switched on hosts: ['nova1', 'nova2']
--
--
--
--
Transaction Check Error:
file /usr/lib64/libgfrpc.so.0.0.0 from install of glusterfs-libs-3.4.0.57rhs-1.el6_5.x86_64 conflicts with file from package glusterfs-3.3.1-1.el6.x86_64
file /usr/lib64/libgfxdr.so.0.0.0 from install of glusterfs-libs-3.4.0.57rhs-1.el6_5.x86_64 conflicts with file from package glusterfs-3.3.1-1.el6.x86_64
file /usr/lib64/libglusterfs.so.0.0.0 from install of glusterfs-libs-3.4.0.57rhs-1.el6_5.x86_64 conflicts with file from package glusterfs-3.3.1-1.el6.x86_64
--
--
[root@compute compute]# nova-manage service list2014-03-18 13:47:59.840 28178 WARNING nova.openstack.common.db.sqlalchemy.session [req-b1c4b21c-3317-4cdb-b641-bb0ed9a289cd None None] SQL connection failed. infinite attempts left.
[root@controller ~]# nova-manage service listBinary Host Zone Status State Updated_Atnova-cert controller internal enabled :-) 2014-03-18 08:17:37nova-consoleauth controller internal enabled :-) 2014-03-18 08:17:37nova-scheduler controller internal enabled :-) 2014-03-18 08:17:46[root@controller ~]#
2014-03-19 01:18:56,797 DEBUG neat.db Instantiated a Database object2014-03-19 01:18:56,797 DEBUG neat.db_utils Initialized a DB connection to mysql://neat:neatpassword@controller/neat2014-03-19 01:18:56,896 DEBUG neat.globals.manager Calling: ether-wake -i eth0 00:0c:29:83:e3:5c2014-03-19 01:18:56,902 INFO neat.globals.manager Switched on hosts: ['compute']2014-03-19 01:18:56,957 INFO neat.globals.manager Starting the global manager listening to controller:60080
2014-03-19 01:19:39,331 INFO neat.globals.db_cleaner Starting the database cleaner, iterations every 7200 seconds2014-03-19 01:19:39,360 DEBUG neat.db Instantiated a Database object2014-03-19 01:19:39,360 DEBUG neat.db_utils Initialized a DB connection to mysql://neat:neatpassword@controller/neat2014-03-19 01:19:39,392 INFO neat.globals.db_cleaner Cleaned up data older than 2014-03-18 23:19:39
2014-03-19 06:36:44,916 INFO neat.locals.collector Created a local VM data directory: /var/lib/neat/vms2014-03-19 06:36:44,916 INFO neat.locals.collector Starting the data collector, iterations every 300 seconds2014-03-19 06:36:45,184 DEBUG neat.db Instantiated a Database object2014-03-19 06:36:45,184 DEBUG neat.db_utils Initialized a DB connection to mysql://neat:neatpassword@controller/neat2014-03-19 06:36:45,192 INFO neat.db Created a new DB record for a host compute, id=12014-03-19 06:36:45,192 INFO neat.locals.collector Started an iteration2014-03-19 06:36:45,193 INFO neat.locals.collector Started VM data collection2014-03-19 06:36:45,193 INFO neat.locals.collector Completed VM data collection2014-03-19 06:36:45,193 INFO neat.locals.collector Started host data collection2014-03-19 06:36:45,193 INFO neat.locals.collector Completed host data collection2014-03-19 06:36:45,194 INFO neat.locals.collector Completed an iteration2014-03-19 06:42:32,490 INFO neat.locals.collector Creaned up the local data directory: /var/lib/neat2014-03-19 06:42:32,490 INFO neat.locals.collector Starting the data collector, iterations every 300 seconds2014-03-19 06:42:32,528 DEBUG neat.db Instantiated a Database object2014-03-19 06:42:32,528 DEBUG neat.db_utils Initialized a DB connection to mysql://neat:neatpassword@controller/neat2014-03-19 06:42:32,531 INFO neat.locals.collector Started an iteration2014-03-19 06:42:32,533 INFO neat.locals.collector Started VM data collection2014-03-19 06:42:32,533 INFO neat.locals.collector Completed VM data collection2014-03-19 06:42:32,533 INFO neat.locals.collector Started host data collection2014-03-19 06:42:32,533 INFO neat.locals.collector Completed host data collection2014-03-19 06:42:32,533 INFO neat.locals.collector Completed an iteration2014-03-19 06:45:11,033 INFO neat.locals.collector Creaned up the local data directory: /var/lib/neat2014-03-19 06:45:11,033 INFO neat.locals.collector Starting the data collector, iterations every 300 seconds2014-03-19 06:45:11,088 DEBUG neat.db Instantiated a Database object2014-03-19 06:45:11,088 DEBUG neat.db_utils Initialized a DB connection to mysql://neat:neatpassword@controller/neat2014-03-19 06:45:11,092 INFO neat.locals.collector Started an iteration2014-03-19 06:45:11,093 INFO neat.locals.collector Started VM data collection2014-03-19 06:45:11,093 INFO neat.locals.collector Completed VM data collection2014-03-19 06:45:11,093 INFO neat.locals.collector Started host data collection2014-03-19 06:45:11,094 INFO neat.locals.collector Completed host data collection2014-03-19 06:45:11,094 INFO neat.locals.collector Completed an iteration2014-03-19 06:50:11,195 INFO neat.locals.collector Started an iteration2014-03-19 06:50:11,197 INFO neat.locals.collector Started VM data collection2014-03-19 06:50:11,198 INFO neat.locals.collector Completed VM data collection2014-03-19 06:50:11,198 INFO neat.locals.collector Started host data collection2014-03-19 06:50:11,198 INFO neat.locals.collector Completed host data collection2014-03-19 06:50:11,209 DEBUG neat.locals.collector Collected VM CPU MHz: {}2014-03-19 06:50:11,209 DEBUG neat.locals.collector Collected total VMs CPU MHz: 02014-03-19 06:50:11,210 DEBUG neat.locals.collector Collected hypervisor CPU MHz: 812014-03-19 06:50:11,210 DEBUG neat.locals.collector Collected host CPU MHz: 812014-03-19 06:50:11,210 DEBUG neat.locals.collector Collected total CPU MHz: 812014-03-19 06:50:11,235 DEBUG neat.locals.collector Overload state logged: False2014-03-19 06:50:11,235 INFO neat.locals.collector Completed an iteration2014-03-19 06:55:11,281 INFO neat.locals.collector Started an iteration2014-03-19 06:55:11,284 INFO neat.locals.collector Started VM data collection2014-03-19 06:55:11,285 INFO neat.locals.collector Completed VM data collection2014-03-19 06:55:11,285 INFO neat.locals.collector Started host data collection2014-03-19 06:55:11,285 INFO neat.locals.collector Completed host data collection2014-03-19 06:55:11,296 DEBUG neat.locals.collector Collected VM CPU MHz: {}2014-03-19 06:55:11,296 DEBUG neat.locals.collector Collected total VMs CPU MHz: 02014-03-19 06:55:11,296 DEBUG neat.locals.collector Collected hypervisor CPU MHz: 1392014-03-19 06:55:11,297 DEBUG neat.locals.collector Collected host CPU MHz: 1392014-03-19 06:55:11,297 DEBUG neat.locals.collector Collected total CPU MHz: 1392014-03-19 06:55:11,297 INFO neat.locals.collector Completed an iteration
2014-03-19 06:48:51,970 INFO neat.locals.manager Starting the local manager, iterations every 300 seconds2014-03-19 06:48:52,027 DEBUG neat.db Instantiated a Database object2014-03-19 06:48:52,027 DEBUG neat.db_utils Initialized a DB connection to mysql://neat:neatpassword@controller/neat2014-03-19 06:48:52,028 INFO neat.locals.manager Started an iteration2014-03-19 06:48:52,029 INFO neat.locals.manager The host is idle2014-03-19 06:48:52,029 INFO neat.locals.manager Skipped an iteration2014-03-19 06:53:52,129 INFO neat.locals.manager Started an iteration2014-03-19 06:53:52,130 INFO neat.locals.manager The host is idle2014-03-19 06:53:52,130 INFO neat.locals.manager Skipped an iteration2014-03-19 06:58:52,231 INFO neat.locals.manager Started an iteration2014-03-19 06:58:52,232 INFO neat.locals.manager The host is idle2014-03-19 06:58:52,232 INFO neat.locals.manager Skipped an iteration
--
You received this message because you are subscribed to the Google Groups "OpenStack Neat" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openstack-nea...@googlegroups.com.
Visit this group at http://groups.google.com/group/openstack-neat.
For more options, visit https://groups.google.com/d/optout.
--
2014-03-20 16:20:00,786 DEBUG neat.db Instantiated a Database object
2014-03-20 16:20:00,786 DEBUG neat.db_utils Initialized a DB connection to mysql://neat:neatpassword@controller/neat
2014-03-20 16:20:00,837 DEBUG neat.globals.manager Calling: ether-wake -i eth0 78:2b:cb:92:20:e0
2014-03-20 16:20:00,846 DEBUG neat.globals.manager Calling: ether-wake -i eth0 78:2b:cb:92:20:ae
2014-03-20 16:20:00,849 INFO neat.globals.manager Switched on hosts: ['compute1', 'compute2']
2014-03-20 16:20:00,909 INFO neat.globals.manager Starting the global manager listening to controller:60080
2014-03-20 16:20:39,887 INFO neat.locals.manager Starting the local manager, iterations every 300 seconds
2014-03-20 16:20:39,929 DEBUG neat.db Instantiated a Database object
2014-03-20 16:20:39,929 DEBUG neat.db_utils Initialized a DB connection to mysql://neat:neatpassword@controller/neat
2014-03-20 16:20:39,930 INFO neat.locals.manager Started an iteration
2014-03-20 16:20:39,931 INFO neat.locals.manager The host is idle
2014-03-20 16:20:39,931 INFO neat.locals.manager Skipped an iteration
2014-03-20 16:25:40,010 INFO neat.locals.manager Started an iteration
2014-03-20 16:25:40,010 INFO neat.locals.manager The host is idle
2014-03-20 16:25:40,010 INFO neat.locals.manager Skipped an iteration
2014-03-20 16:30:40,036 INFO neat.locals.manager Started an iteration
2014-03-20 16:30:40,036 INFO neat.locals.manager The host is idle
2014-03-20 16:30:40,036 INFO neat.locals.manager Skipped an iteration
2014-03-20 16:35:40,136 INFO neat.locals.manager Started an iteration
2014-03-20 16:35:40,137 INFO neat.locals.manager The host is idle
2014-03-20 16:35:40,137 INFO neat.locals.manager Skipped an iteration
2014-03-20 16:40:40,236 INFO neat.locals.manager Started an iteration
2014-03-20 16:40:40,236 INFO neat.locals.manager The host is idle
2014-03-20 16:40:40,236 INFO neat.locals.manager Skipped an iteration
2014-03-20 16:45:40,306 INFO neat.locals.manager Started an iteration
2014-03-20 16:45:40,307 INFO neat.locals.manager The host is idle
2014-03-20 16:45:40,307 INFO neat.locals.manager Skipped an iteration
2014-03-20 16:50:40,407 INFO neat.locals.manager Started an iteration
2014-03-20 16:50:40,408 INFO neat.locals.manager The host is idle
2014-03-20 16:50:40,408 INFO neat.locals.manager Skipped an iteration
2014-03-20 16:55:40,491 INFO neat.locals.manager Started an iteration
2014-03-20 16:55:40,492 INFO neat.locals.manager The host is idle
2014-03-20 16:55:40,492 INFO neat.locals.manager Skipped an iteration
2014-03-28 13:32:54,087 INFO neat.locals.manager Started an iteration2014-03-28 13:32:54,090 DEBUG neat.locals.manager The total physical CPU Mhz: 64002014-03-28 13:32:54,090 DEBUG neat.locals.manager VM CPU MHz: {'1500cdb7-ed1d-4c3b-8cae-2a17e481d6a5': []}2014-03-28 13:32:54,090 DEBUG neat.locals.manager Host CPU MHz: [45, 50, 48, 51, 57, 52, 50, 55, 58]2014-03-28 13:32:54,090 DEBUG neat.locals.manager CPU utilization: []2014-03-28 13:32:54,090 INFO neat.locals.manager Not enough data yet - skipping to the next iteration2014-03-28 13:32:54,090 INFO neat.locals.manager Skipped an iterationroot@compute2:/usr/local/bin# ./neat-local-manager
libvir: QEMU error : Domain not found: no domain with matching uuid '1500cdb7-ed1d-4c3b-8cae-2a17e481d6a5'libvir: QEMU error : Domain not found: no domain with matching uuid '1500cdb7-ed1d-4c3b-8cae-2a17e481d6a5'libvir: QEMU error : Domain not found: no domain with matching uuid '1500cdb7-ed1d-4c3b-8cae-2a17e481d6a5'libvir: QEMU error : Domain not found: no domain with matching uuid '1500cdb7-ed1d-4c3b-8cae-2a17e481d6a5'libvir: QEMU error : Domain not found: no domain with matching uuid '1500cdb7-ed1d-4c3b-8cae-2a17e481d6a5'libvir: QEMU error : Domain not found: no domain with matching uuid '1500cdb7-ed1d-4c3b-8cae-2a17e481d6a5'libvir: QEMU error : Domain not found: no domain with matching uuid '1500cdb7-ed1d-4c3b-8cae-2a17e481d6a5'2014-03-28 14:38:08,584 INFO neat.locals.collector Started an iteration2014-03-28 14:38:08,587 DEBUG neat.locals.collector Added VMs: ['01a9d4f9-f90b-4209-a995-4256ccac7dd1']2014-03-28 14:38:08,589 DEBUG neat.locals.collector Fetched remote data: {'01a9d4f9-f90b-4209-a995-4256ccac7dd1': []}2014-03-28 14:38:08,590 INFO neat.locals.collector Started VM data collectionroot@compute2:/usr/local/bin# ./neat-data-collector Traceback (most recent call last): File "./neat-data-collector", line 9, in <module> load_entry_point('openstack-neat==0.1', 'console_scripts', 'neat-data-collector')() File "<string>", line 2, in start File "/usr/local/lib/python2.7/dist-packages/PyContracts-1.6.0-py2.7.egg/contracts/main.py", line 296, in contracts_checker result = function_(*args, **kwargs) File "/usr/local/lib/python2.7/dist-packages/openstack_neat-0.1-py2.7.egg/neat/locals/collector.py", line 140, in start int(interval)) File "<string>", line 2, in start File "/usr/local/lib/python2.7/dist-packages/PyContracts-1.6.0-py2.7.egg/contracts/main.py", line 296, in contracts_checker result = function_(*args, **kwargs) File "/usr/local/lib/python2.7/dist-packages/openstack_neat-0.1-py2.7.egg/neat/common.py", line 62, in start state = execute(config, state) File "/usr/local/lib/python2.7/dist-packages/openstack_neat-0.1-py2.7.egg/neat/locals/collector.py", line 271, in execute added_vm_data) File "<string>", line 2, in get_cpu_mhz File "/usr/local/lib/python2.7/dist-packages/PyContracts-1.6.0-py2.7.egg/contracts/main.py", line 296, in contracts_checker result = function_(*args, **kwargs) File "/usr/local/lib/python2.7/dist-packages/openstack_neat-0.1-py2.7.egg/neat/locals/collector.py", line 623, in get_cpu_mhz previous_cpu_time[uuid] = get_cpu_time(vir_connection, uuid) File "<string>", line 2, in get_cpu_time File "/usr/local/lib/python2.7/dist-packages/PyContracts-1.6.0-py2.7.egg/contracts/main.py", line 296, in contracts_checker result = function_(*args, **kwargs) File "/usr/local/lib/python2.7/dist-packages/openstack_neat-0.1-py2.7.egg/neat/locals/collector.py", line 643, in get_cpu_time return int(domain.getCPUStats(True, 0)[0]['cpu_time'])AttributeError: virDomain instance has no attribute 'getCPUStats'--
root@compute1:~# libvirtd --versionlibvirtd (libvirt) 1.0.22014-04-07 13:13:50,901 INFO neat.locals.manager Starting the local manager, iterations every 300 seconds
2014-04-07 13:13:50,945 DEBUG neat.db Instantiated a Database object
2014-04-07 13:13:50,945 DEBUG neat.db_utils Initialized a DB connection to mysql://neat:neatpassword@controller/neat
2014-04-07 13:13:50,946 INFO neat.locals.manager Started an iteration
2014-04-07 13:13:50,948 DEBUG neat.locals.manager The total physical CPU Mhz: 6400
2014-04-07 13:13:50,948 DEBUG neat.locals.manager VM CPU MHz: {'74bb28c5-7d4e-490f-b95e-36762aa995a0': [178, 190]}
2014-04-07 13:13:50,948 DEBUG neat.locals.manager Host CPU MHz: [775, 405, 0]
2014-04-07 13:13:50,948 DEBUG neat.locals.manager CPU utilization: [0.09109375, 0.0296875]
2014-04-07 13:13:51,047 INFO neat.locals.manager Started underload detection
2014-04-07 13:13:51,047 INFO neat.locals.manager Completed underload detection
2014-04-07 13:13:51,048 INFO neat.locals.manager Started overload detection
2014-04-07 13:13:51,092 DEBUG neat.locals.overload.mhod.core MHOD utilization:[0.09109375, 0.0296875]
2014-04-07 13:13:51,092 DEBUG neat.locals.overload.mhod.core MHOD time_in_states:1
2014-04-07 13:13:51,092 DEBUG neat.locals.overload.mhod.core MHOD time_in_state_n:0
2014-04-07 13:13:51,092 DEBUG neat.locals.overload.mhod.core MHOD p:[[0.06666666666666667, 0.0], [0.0, 0.0]]
2014-04-07 13:13:51,092 DEBUG neat.locals.overload.mhod.core MHOD current_state:0
2014-04-07 13:13:51,092 DEBUG neat.locals.overload.mhod.core MHOD p[current_state]:[0.06666666666666667, 0.0]
2014-04-07 13:13:51,093 INFO neat.locals.manager Completed overload detection
2014-04-07 13:13:51,093 INFO neat.locals.manager Underload detected
2014-04-07 13:13:51,128 INFO urllib3.connectionpool Starting new HTTP connection (1): controller
2014-04-07 13:13:51,128 ERROR neat.locals.manager Exception at underload request:
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/openstack_neat-0.1-py2.7.egg/neat/locals/manager.py", line 305, in execute
'reason': 0})
File "/usr/lib/python2.7/dist-packages/requests/api.py", line 98, in put
return request('put', url, data=data, **kwargs)
File "/usr/lib/python2.7/dist-packages/requests/api.py", line 44, in request
return session.request(method=method, url=url, **kwargs)
File "/usr/lib/python2.7/dist-packages/requests/sessions.py", line 279, in request
resp = self.send(prep, stream=stream, timeout=timeout, verify=verify, cert=cert, proxies=proxies)
File "/usr/lib/python2.7/dist-packages/requests/sessions.py", line 374, in send
r = adapter.send(request, **kwargs)
File "/usr/lib/python2.7/dist-packages/requests/adapters.py", line 206, in send
raise ConnectionError(sockerr)
ConnectionError: [Errno 111] Connection refused
2014-04-07 13:13:51,156 INFO neat.locals.manager Completed an iteration2014-04-07 13:19:02,126 INFO neat.locals.manager Started an iteration
2014-04-07 13:19:02,128 DEBUG neat.locals.manager The total physical CPU Mhz: 12400
2014-04-07 13:19:02,128 DEBUG neat.locals.manager VM CPU MHz: {'74bb28c5-7d4e-490f-b95e-36762aa995a0': [178, 190, 189]}
2014-04-07 13:19:02,128 DEBUG neat.locals.manager Host CPU MHz: [775, 405, 0, 0]
2014-04-07 13:19:02,128 DEBUG neat.locals.manager CPU utilization: [0.04701612903225806, 0.01532258064516129, 0.015241935483870967]
2014-04-07 13:19:02,192 INFO neat.locals.manager Started underload detection
2014-04-07 13:19:02,192 INFO neat.locals.manager Completed underload detection
2014-04-07 13:19:02,192 INFO neat.locals.manager Started overload detection
2014-04-07 13:19:02,277 DEBUG neat.locals.overload.mhod.core MHOD utilization:[0.04701612903225806, 0.01532258064516129, 0.015241935483870967]
2014-04-07 13:19:02,277 DEBUG neat.locals.overload.mhod.core MHOD time_in_states:1
2014-04-07 13:19:02,278 DEBUG neat.locals.overload.mhod.core MHOD time_in_state_n:0
2014-04-07 13:19:02,278 DEBUG neat.locals.overload.mhod.core MHOD p:[[0.1, 0.0], [0.0, 0.0]]
2014-04-07 13:19:02,278 DEBUG neat.locals.overload.mhod.core MHOD current_state:0
2014-04-07 13:19:02,278 DEBUG neat.locals.overload.mhod.core MHOD p[current_state]:[0.1, 0.0]
2014-04-07 13:19:02,278 INFO neat.locals.manager Completed overload detection
2014-04-07 13:19:02,278 INFO neat.locals.manager Underload detected
2014-04-07 13:19:02,287 INFO requests.packages.urllib3.connectionpool Starting new HTTP connection (1): controller
2014-04-07 13:19:02,288 ERROR neat.locals.manager Exception at underload request:
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/openstack_neat-0.1-py2.7.egg/neat/locals/manager.py", line 305, in execute
'reason': 0})
File "/usr/local/lib/python2.7/dist-packages/requests/api.py", line 99, in put
return request('put', url, data=data, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/requests/api.py", line 44, in request
return session.request(method=method, url=url, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/requests/sessions.py", line 383, in request
resp = self.send(prep, **send_kwargs)
File "/usr/local/lib/python2.7/dist-packages/requests/sessions.py", line 486, in send
r = adapter.send(request, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/requests/adapters.py", line 378, in send
raise ConnectionError(e)
ConnectionError: HTTPConnectionPool(host='controller', port=60080): Max retries exceeded with url: / (Caused by <class 'socket.error'>: [Errno 111] Connection refused)
2014-04-07 13:19:02,288 INFO neat.locals.manager Completed an iterationHi Kashyap,
The connection might be blocked by the firewall. Try to run "sudo service iptables stop" on all the hosts.
Cheers,
Anton
root@compute1:~#ufw status
Status:inactive--
root@controller:~# lsof | grep 60080
neat-glob 4997 root 6u IPv4 25833 0t0 TCP controller:60080 (LISTEN)root@compute1:/usr/local/bin# telnet controller 60080
Trying 10.100.64.24...
telnet: Unable to connect to remote host: Connection refused
--
2014-04-08 12:00:31,905 DEBUG neat.db Instantiated a Database object
2014-04-08 12:00:31,905 DEBUG neat.db_utils Initialized a DB connection to mysql://neat:neatpassword@controller/neat
2014-04-08 12:00:31,912 DEBUG neat.globals.manager Calling: ether-wake -i eth0 78:2b:cb:92:20:e0
2014-04-08 12:00:31,921 DEBUG neat.globals.manager Calling: ether-wake -i eth0 78:2b:cb:92:20:ae
2014-04-08 12:00:31,923 INFO neat.globals.manager Switched on hosts: ['compute1', 'compute2']
2014-04-08 12:00:31,959 INFO neat.globals.manager Starting the global manager listening to controller:60080
2014-04-07 13:13:51,093 INFO neat.locals.manager Underload detected
2014-04-07 13:13:51,128 INFO urllib3.connectionpool Starting new HTTP connection (1): controller
2014-04-07 13:13:51,128 ERROR neat.locals.manager Exception at underload request:
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/openstack_neat-0.1-py2.7.egg/neat/locals/manager.py", line 305, in execute
'reason': 0})
File "/usr/lib/python2.7/dist-packages/requests/api.py", line 98, in put
return request('put', url, data=data, **kwargs)
File "/usr/lib/python2.7/dist-packages/requests/api.py", line 44, in request
return session.request(method=method, url=url, **kwargs)
File "/usr/lib/python2.7/dist-packages/requests/sessions.py", line 279, in request
resp = self.send(prep, stream=stream, timeout=timeout, verify=verify, cert=cert, proxies=proxies)
File "/usr/lib/python2.7/dist-packages/requests/sessions.py", line 374, in send
r = adapter.send(request, **kwargs)
File "/usr/lib/python2.7/dist-packages/requests/adapters.py", line 206, in send
raise ConnectionError(sockerr)
ConnectionError: [Errno 111] Connection refused
2014-04-07 13:13:51,156 INFO neat.locals.manager Completed an iteration
2014-04-07 13:19:02,278 INFO neat.locals.manager Underload detected
2014-04-07 13:19:02,287 INFO requests.packages.urllib3.connectionpool Starting new HTTP connection (1): controller
2014-04-07 13:19:02,288 ERROR neat.locals.manager Exception at underload request:
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/openstack_neat-0.1-py2.7.egg/neat/locals/manager.py", line 305, in execute
'reason': 0})
File "/usr/local/lib/python2.7/dist-packages/requests/api.py", line 99, in put
return request('put', url, data=data, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/requests/api.py", line 44, in request
return session.request(method=method, url=url, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/requests/sessions.py", line 383, in request
resp = self.send(prep, **send_kwargs)
File "/usr/local/lib/python2.7/dist-packages/requests/sessions.py", line 486, in send
r = adapter.send(request, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/requests/adapters.py", line 378, in send
raise ConnectionError(e)
ConnectionError: HTTPConnectionPool(host='controller', port=60080): Max retries exceeded with url: / (Caused by <class'socket.error'>: [Errno 111] Connection refused)
2014-04-07 13:19:02,288 INFO neat.locals.manager Completed an iteration
localhost - - [08/Apr/2014 12:55:38] "GET / HTTP/1.1" 405 92
localhost - - [08/Apr/2014 12:55:38] "GET /favicon.ico HTTP/1.1" 404 744
--
2014-04-08 13:12:42,437 DEBUG neat.db Instantiated a Database object
2014-04-08 13:12:42,437 DEBUG neat.db_utils Initialized a DB connection to mysql://neat:neatpassword@controller/neat
2014-04-08 13:12:42,443 DEBUG neat.globals.manager Calling: ether-wake -i eth0 78:2b:cb:92:20:e0
2014-04-08 13:12:42,451 DEBUG neat.globals.manager Calling: ether-wake -i eth0 78:2b:cb:92:20:ae
2014-04-08 13:12:42,453 INFO neat.globals.manager Switched on hosts: ['compute1', 'compute2']
2014-04-08 13:12:42,494 INFO neat.globals.manager Starting the global manager listening to controller:60080
2014-04-08 13:29:14,984 INFO neat.locals.manager Underload detected
2014-04-08 13:29:15,005 INFO requests.packages.urllib3.connectionpool Starting new HTTP connection (1): controller
2014-04-08 13:29:15,006 ERROR neat.locals.manager Exception at underload request:
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/openstack_neat-0.1-py2.7.egg/neat/locals/manager.py", line 305, in execute
'reason': 0})
File "/usr/local/lib/python2.7/dist-packages/requests/api.py", line 99, in put
return request('put', url, data=data, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/requests/api.py", line 44, in request
return session.request(method=method, url=url, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/requests/sessions.py", line 383, in request
resp = self.send(prep, **send_kwargs)
File "/usr/local/lib/python2.7/dist-packages/requests/sessions.py", line 486, in send
r = adapter.send(request, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/requests/adapters.py", line 378, in send
raise ConnectionError(e)
ConnectionError: HTTPConnectionPool(host='controller', port=60080): Max retries exceeded with url: / (Caused by <class 'socket.error'>: [Errno 111] Connection refused)
2014-04-08 13:29:15,035 INFO neat.locals.manager Completed an iteration
--
root@controller:~# cat /etc/hosts127.0.0.1 localhost127.0.1.1 controller10.100.64.24 controller10.100.64.28 compute110.100.64.29 compute2
root@compute1:~# cat /etc/hosts127.0.0.1 localhost127.0.1.1 compute110.100.64.24 controller10.100.64.28 compute110.100.64.29 compute2
Awesome! How did you solve it?
Cheers,
Anton
--
--
2014-04-09 13:00:56,802 INFO neat.locals.manager Underload detected
2014-04-09 13:00:56,811 INFO requests.packages.urllib3.connectionpool Starting new HTTP connection (1): controller
2014-04-09 13:04:09,147 DEBUG requests.packages.urllib3.connectionpool "PUT / HTTP/1.1" 200 0
2014-04-09 13:04:09,148 INFO neat.locals.manager Received response: [200]
2014-04-09 13:04:09,148 INFO neat.locals.manager Completed an iteration
2014-04-09 13:00:24,526 DEBUG neat.db Instantiated a Database object
2014-04-09 13:00:24,527 DEBUG neat.db_utils Initialized a DB connection to mysql://neat:neatpassword@controller/neat
2014-04-09 13:00:24,533 DEBUG neat.globals.manager Calling: ether-wake -i eth0 78:2b:cb:92:20:e0
2014-04-09 13:00:24,542 DEBUG neat.globals.manager Calling: ether-wake -i eth0 78:2b:cb:92:20:ae
2014-04-09 13:00:24,545 INFO neat.globals.manager Switched on hosts: ['compute1', 'compute2']
2014-04-09 13:00:24,610 INFO neat.globals.manager Starting the global manager listening to controller:60080
2014-04-09 13:00:34,976 DEBUG neat.globals.manager Request parameters validated
2014-04-09 13:00:34,976 INFO neat.globals.manager Received a request from 10.100.64.28: {'username': 'd033e22ae348aeb5660fc2140aec35850c4da997', 'host': 'compute1', 'password': '1a1adce4ac87ab9a84ea61578519aa04bb191df1', 'reason': 0, 'time': 1397028656.8}
2014-04-09 13:00:34,977 INFO neat.globals.manager Processing an underload of a host compute1
2014-04-09 13:00:34,977 INFO neat.globals.manager Started processing an underload request
2014-04-09 13:00:34,992 INFO urllib3.connectionpool Starting new HTTP connection (1): controller
2014-04-09 13:00:35,171 DEBUG urllib3.connectionpool "POST /v2.0/tokens HTTP/1.1" 200 5887
2014-04-09 13:00:35,180 INFO urllib3.connectionpool Starting new HTTP connection (1): 10.100.64.24
2014-04-09 13:00:35,266 DEBUG urllib3.connectionpool "GET /v2/e7b93c32fd744c6788f34b0dc08f2045/servers/detail HTTP/1.1" 200 1430
2014-04-09 13:00:35,271 DEBUG neat.globals.manager hosts_to_vms: {'compute1': ['2e5dcdb7-7486-42dc-8c43-83449e0c91a1'], 'compute2': []}
2014-04-09 13:00:35,275 INFO urllib3.connectionpool Starting new HTTP connection (1): 10.100.64.24
2014-04-09 13:00:35,300 DEBUG urllib3.connectionpool "GET /v2/e7b93c32fd744c6788f34b0dc08f2045/os-hosts/compute1 HTTP/1.1" 200 445
2014-04-09 13:00:35,301 DEBUG neat.globals.manager Host CPU usage: {'compute1': 0, 'compute2': 10}
2014-04-09 13:00:35,302 DEBUG neat.globals.manager Host total CPU usage: {'compute1': 100}
2014-04-09 13:00:35,302 DEBUG neat.globals.manager Excluded the underloaded host compute1
2014-04-09 13:00:35,302 DEBUG neat.globals.manager Host CPU usage: {'compute1': 0, 'compute2': 10}
2014-04-09 13:00:35,302 DEBUG neat.globals.manager Host total CPU usage: {}
2014-04-09 13:00:35,302 INFO urllib3.connectionpool Starting new HTTP connection (1): 10.100.64.24
2014-04-09 13:00:35,341 DEBUG urllib3.connectionpool "GET /v2/e7b93c32fd744c6788f34b0dc08f2045/servers/detail HTTP/1.1" 200 1430
2014-04-09 13:00:35,345 INFO urllib3.connectionpool Starting new HTTP connection (1): 10.100.64.24
2014-04-09 13:00:35,355 DEBUG urllib3.connectionpool "GET /v2/e7b93c32fd744c6788f34b0dc08f2045/flavors/detail HTTP/1.1" 200 2089
2014-04-09 13:00:35,357 INFO urllib3.connectionpool Starting new HTTP connection (1): 10.100.64.24
2014-04-09 13:00:35,394 DEBUG urllib3.connectionpool "GET /v2/e7b93c32fd744c6788f34b0dc08f2045/servers/2e5dcdb7-7486-42dc-8c43-83449e0c91a1 HTTP/1.1" 200 1427
2014-04-09 13:00:35,413 INFO neat.globals.manager Started underload VM placement
2014-04-09 13:00:35,413 INFO neat.globals.manager Completed underload VM placement
2014-04-09 13:00:35,413 INFO neat.globals.manager Underload: obtained a new placement {}
2014-04-09 13:00:35,416 INFO neat.globals.manager Nothing to migrate
2014-04-09 13:00:35,416 DEBUG neat.globals.manager Calling: ssh compute2 "pm-suspend"
2014-04-09 13:03:47,255 INFO neat.globals.manager Switched off hosts: ['compute2']
2014-04-09 13:03:47,305 INFO neat.globals.manager Completed processing an underload request
2014-04-09 12:38:08,184 INFO neat.locals.manager Underload detected
2014-04-09 12:38:08,193 INFO requests.packages.urllib3.connectionpool Starting new HTTP connection (1): controller
2014-04-09 12:40:39,907 DEBUG requests.packages.urllib3.connectionpool "PUT / HTTP/1.1" 500 59
2014-04-09 12:40:39,908 INFO neat.locals.manager Received response: [500] A server error occurred. Please contact the administrator.
2014-04-09 12:40:39,909 INFO neat.locals.manager Completed an iteration
2014-04-09 12:37:33,592 INFO neat.globals.manager Starting the global manager listening to controller:60080
2014-04-09 12:37:46,393 DEBUG neat.globals.manager Request parameters validated
2014-04-09 12:37:46,393 INFO neat.globals.manager Received a request from 10.100.64.28: {'username': 'd033e22ae348aeb5660fc2140aec35850c4da997', 'host': 'compute1', 'password': '1a1adce4ac87ab9a84ea61578519aa04bb191df1', 'reason': 0, 'time': 1397027288.18}
2014-04-09 12:37:46,393 INFO neat.globals.manager Processing an underload of a host compute1
2014-04-09 12:37:46,393 INFO neat.globals.manager Started processing an underload request
2014-04-09 12:37:46,409 INFO urllib3.connectionpool Starting new HTTP connection (1): controller
2014-04-09 12:37:46,583 DEBUG urllib3.connectionpool "POST /v2.0/tokens HTTP/1.1" 200 5887
2014-04-09 12:37:46,592 INFO urllib3.connectionpool Starting new HTTP connection (1): 10.100.64.24
2014-04-09 12:37:46,679 DEBUG urllib3.connectionpool "GET /v2/e7b93c32fd744c6788f34b0dc08f2045/servers/detail HTTP/1.1" 200 2847
2014-04-09 12:37:46,685 DEBUG neat.globals.manager hosts_to_vms: {'compute1': ['2e5dcdb7-7486-42dc-8c43-83449e0c91a1'], 'compute2': ['5647c473-5ca3-441b-868d-2d61dc96c57e']}
2014-04-09 12:37:46,689 INFO urllib3.connectionpool Starting new HTTP connection (1): 10.100.64.24
2014-04-09 12:37:46,714 DEBUG urllib3.connectionpool "GET /v2/e7b93c32fd744c6788f34b0dc08f2045/os-hosts/compute1 HTTP/1.1" 200 445
2014-04-09 12:37:46,716 INFO urllib3.connectionpool Starting new HTTP connection (1): 10.100.64.24
2014-04-09 12:37:46,742 DEBUG urllib3.connectionpool "GET /v2/e7b93c32fd744c6788f34b0dc08f2045/os-hosts/compute2 HTTP/1.1" 200 445
2014-04-09 12:37:46,742 DEBUG neat.globals.manager Host CPU usage: {'compute1': 0, 'compute2': 0}
2014-04-09 12:37:46,742 DEBUG neat.globals.manager Host total CPU usage: {'compute1': 99, 'compute2': 99}
2014-04-09 12:37:46,743 DEBUG neat.globals.manager Excluded the underloaded host compute1
2014-04-09 12:37:46,743 DEBUG neat.globals.manager Host CPU usage: {'compute1': 0, 'compute2': 0}
2014-04-09 12:37:46,743 DEBUG neat.globals.manager Host total CPU usage: {'compute2': 99}
2014-04-09 12:37:46,743 INFO urllib3.connectionpool Starting new HTTP connection (1): 10.100.64.24
2014-04-09 12:37:46,783 DEBUG urllib3.connectionpool "GET /v2/e7b93c32fd744c6788f34b0dc08f2045/servers/detail HTTP/1.1" 200 2847
2014-04-09 12:37:46,786 INFO urllib3.connectionpool Starting new HTTP connection (1): 10.100.64.24
2014-04-09 12:37:46,796 DEBUG urllib3.connectionpool "GET /v2/e7b93c32fd744c6788f34b0dc08f2045/flavors/detail HTTP/1.1" 200 2089
2014-04-09 12:37:46,798 INFO urllib3.connectionpool Starting new HTTP connection (1): 10.100.64.24
2014-04-09 12:37:46,836 DEBUG urllib3.connectionpool "GET /v2/e7b93c32fd744c6788f34b0dc08f2045/servers/2e5dcdb7-7486-42dc-8c43-83449e0c91a1 HTTP/1.1" 200 1427
2014-04-09 12:37:46,854 INFO neat.globals.manager Started underload VM placement
2014-04-09 12:37:46,859 INFO neat.globals.manager Completed underload VM placement
2014-04-09 12:37:46,859 INFO neat.globals.manager Underload: obtained a new placement {'2e5dcdb7-7486-42dc-8c43-83449e0c91a1': 'compute2'}
2014-04-09 12:37:46,862 INFO neat.globals.manager Started underload VM migrations
2014-04-09 12:37:46,868 INFO urllib3.connectionpool Starting new HTTP connection (1): 10.100.64.24
2014-04-09 12:37:47,188 DEBUG urllib3.connectionpool "POST /v2/e7b93c32fd744c6788f34b0dc08f2045/servers/2e5dcdb7-7486-42dc-8c43-83449e0c91a1/action HTTP/1.1" 202 0
2014-04-09 12:37:47,189 INFO neat.globals.manager Started migration of VM 2e5dcdb7-7486-42dc-8c43-83449e0c91a1 to compute2
2014-04-09 12:37:57,200 INFO urllib3.connectionpool Starting new HTTP connection (1): 10.100.64.24
2014-04-09 12:37:57,242 DEBUG urllib3.connectionpool "GET /v2/e7b93c32fd744c6788f34b0dc08f2045/servers/2e5dcdb7-7486-42dc-8c43-83449e0c91a1 HTTP/1.1" 200 1427
2014-04-09 12:37:57,243 DEBUG neat.globals.manager VM 2e5dcdb7-7486-42dc-8c43-83449e0c91a1: compute1, ACTIVE
2014-04-09 12:38:00,248 INFO urllib3.connectionpool Starting new HTTP connection (1): 10.100.64.24
2014-04-09 12:38:00,288 DEBUG urllib3.connectionpool "GET /v2/e7b93c32fd744c6788f34b0dc08f2045/servers/2e5dcdb7-7486-42dc-8c43-83449e0c91a1 HTTP/1.1" 200 1427
2014-04-09 12:38:00,289 DEBUG neat.globals.manager VM 2e5dcdb7-7486-42dc-8c43-83449e0c91a1: compute1, ACTIVE
2014-04-09 12:38:03,293 INFO urllib3.connectionpool Starting new HTTP connection (1): 10.100.64.24
2014-04-09 12:38:03,341 DEBUG urllib3.connectionpool "GET /v2/e7b93c32fd744c6788f34b0dc08f2045/servers/2e5dcdb7-7486-42dc-8c43-83449e0c91a1 HTTP/1.1" 200 1427
2014-04-09 12:38:03,341 DEBUG neat.globals.manager VM 2e5dcdb7-7486-42dc-8c43-83449e0c91a1: compute1, ACTIVE
2014-04-09 12:38:06,344 INFO urllib3.connectionpool Starting new HTTP connection (1): 10.100.64.24
2014-04-09 12:38:06,385 DEBUG urllib3.connectionpool "GET /v2/e7b93c32fd744c6788f34b0dc08f2045/servers/2e5dcdb7-7486-42dc-8c43-83449e0c91a1 HTTP/1.1" 200 1427
2014-04-09 12:38:06,385 DEBUG neat.globals.manager VM 2e5dcdb7-7486-42dc-8c43-83449e0c91a1: compute1, ACTIVE
2014-04-09 12:38:09,387 INFO urllib3.connectionpool Starting new HTTP connection (1): 10.100.64.24
2014-04-09 12:38:09,427 DEBUG urllib3.connectionpool "GET /v2/e7b93c32fd744c6788f34b0dc08f2045/servers/2e5dcdb7-7486-42dc-8c43-83449e0c91a1 HTTP/1.1" 200 1427
2014-04-09 12:38:09,428 DEBUG neat.globals.manager VM 2e5dcdb7-7486-42dc-8c43-83449e0c91a1: compute1, ACTIVE
2014-04-09 12:38:12,432 INFO urllib3.connectionpool Starting new HTTP connection (1): 10.100.64.24
2014-04-09 12:38:12,482 DEBUG urllib3.connectionpool "GET /v2/e7b93c32fd744c6788f34b0dc08f2045/servers/2e5dcdb7-7486-42dc-8c43-83449e0c91a1 HTTP/1.1" 200 1427
2014-04-09 12:38:12,482 DEBUG neat.globals.manager VM 2e5dcdb7-7486-42dc-8c43-83449e0c91a1: compute1, ACTIVE
2014-04-09 12:38:15,487 INFO urllib3.connectionpool Starting new HTTP connection (1): 10.100.64.24
2014-04-09 12:38:15,529 DEBUG urllib3.connectionpool "GET /v2/e7b93c32fd744c6788f34b0dc08f2045/servers/2e5dcdb7-7486-42dc-8c43-83449e0c91a1 HTTP/1.1" 200 1427
2014-04-09 12:38:15,530 DEBUG neat.globals.manager VM 2e5dcdb7-7486-42dc-8c43-83449e0c91a1: compute1, ACTIVE
2014-04-09 12:38:18,535 INFO urllib3.connectionpool Starting new HTTP connection (1): 10.100.64.24
2014-04-09 12:38:18,576 DEBUG urllib3.connectionpool "GET /v2/e7b93c32fd744c6788f34b0dc08f2045/servers/2e5dcdb7-7486-42dc-8c43-83449e0c91a1 HTTP/1.1" 200 1427
2014-04-09 12:38:18,577 DEBUG neat.globals.manager VM 2e5dcdb7-7486-42dc-8c43-83449e0c91a1: compute1, ACTIVE
2014-04-09 12:38:21,582 INFO urllib3.connectionpool Starting new HTTP connection (1): 10.100.64.24
2014-04-09 12:38:21,634 DEBUG urllib3.connectionpool "GET /v2/e7b93c32fd744c6788f34b0dc08f2045/servers/2e5dcdb7-7486-42dc-8c43-83449e0c91a1 HTTP/1.1" 200 1427
2014-04-09 12:38:21,634 DEBUG neat.globals.manager VM 2e5dcdb7-7486-42dc-8c43-83449e0c91a1: compute1, ACTIVE
2014-04-09 12:38:24,639 INFO urllib3.connectionpool Starting new HTTP connection (1): 10.100.64.24
2014-04-09 12:38:24,679 DEBUG urllib3.connectionpool "GET /v2/e7b93c32fd744c6788f34b0dc08f2045/servers/2e5dcdb7-7486-42dc-8c43-83449e0c91a1 HTTP/1.1" 200 1427
2014-04-09 12:38:24,680 DEBUG neat.globals.manager VM 2e5dcdb7-7486-42dc-8c43-83449e0c91a1: compute1, ACTIVE
2014-04-09 12:38:27,684 INFO urllib3.connectionpool Starting new HTTP connection (1): 10.100.64.24
2014-04-09 12:38:27,729 DEBUG urllib3.connectionpool "GET /v2/e7b93c32fd744c6788f34b0dc08f2045/servers/2e5dcdb7-7486-42dc-8c43-83449e0c91a1 HTTP/1.1" 200 1427
2014-04-09 12:38:27,730 DEBUG neat.globals.manager VM 2e5dcdb7-7486-42dc-8c43-83449e0c91a1: compute1, ACTIVE
2014-04-09 12:38:30,734 INFO urllib3.connectionpool Starting new HTTP connection (1): 10.100.64.24
2014-04-09 12:38:30,783 DEBUG urllib3.connectionpool "GET /v2/e7b93c32fd744c6788f34b0dc08f2045/servers/2e5dcdb7-7486-42dc-8c43-83449e0c91a1 HTTP/1.1" 200 1427
2014-04-09 12:38:30,784 DEBUG neat.globals.manager VM 2e5dcdb7-7486-42dc-8c43-83449e0c91a1: compute1, ACTIVE
2014-04-09 12:38:33,788 INFO urllib3.connectionpool Starting new HTTP connection (1): 10.100.64.24
2014-04-09 12:38:33,830 DEBUG urllib3.connectionpool "GET /v2/e7b93c32fd744c6788f34b0dc08f2045/servers/2e5dcdb7-7486-42dc-8c43-83449e0c91a1 HTTP/1.1" 200 1427
2014-04-09 12:38:33,831 DEBUG neat.globals.manager VM 2e5dcdb7-7486-42dc-8c43-83449e0c91a1: compute1, ACTIVE
2014-04-09 12:38:36,835 INFO urllib3.connectionpool Starting new HTTP connection (1): 10.100.64.24
2014-04-09 12:38:36,877 DEBUG urllib3.connectionpool "GET /v2/e7b93c32fd744c6788f34b0dc08f2045/servers/2e5dcdb7-7486-42dc-8c43-83449e0c91a1 HTTP/1.1" 200 1427
2014-04-09 12:38:36,878 DEBUG neat.globals.manager VM 2e5dcdb7-7486-42dc-8c43-83449e0c91a1: compute1, ACTIVE
2014-04-09 12:38:39,882 INFO urllib3.connectionpool Starting new HTTP connection (1): 10.100.64.24
2014-04-09 12:38:40,016 DEBUG urllib3.connectionpool "GET /v2/e7b93c32fd744c6788f34b0dc08f2045/servers/2e5dcdb7-7486-42dc-8c43-83449e0c91a1 HTTP/1.1" 200 1427
2014-04-09 12:38:40,017 DEBUG neat.globals.manager VM 2e5dcdb7-7486-42dc-8c43-83449e0c91a1: compute1, ACTIVE
2014-04-09 12:38:43,021 INFO urllib3.connectionpool Starting new HTTP connection (1): 10.100.64.24
2014-04-09 12:38:43,059 DEBUG urllib3.connectionpool "GET /v2/e7b93c32fd744c6788f34b0dc08f2045/servers/2e5dcdb7-7486-42dc-8c43-83449e0c91a1 HTTP/1.1" 200 1427
2014-04-09 12:38:43,059 DEBUG neat.globals.manager VM 2e5dcdb7-7486-42dc-8c43-83449e0c91a1: compute1, ACTIVE
2014-04-09 12:38:46,064 INFO urllib3.connectionpool Starting new HTTP connection (1): 10.100.64.24
2014-04-09 12:38:46,108 DEBUG urllib3.connectionpool "GET /v2/e7b93c32fd744c6788f34b0dc08f2045/servers/2e5dcdb7-7486-42dc-8c43-83449e0c91a1 HTTP/1.1" 200 1427
2014-04-09 12:38:46,109 DEBUG neat.globals.manager VM 2e5dcdb7-7486-42dc-8c43-83449e0c91a1: compute1, ACTIVE
2014-04-09 12:38:49,114 INFO urllib3.connectionpool Starting new HTTP connection (1): 10.100.64.24
2014-04-09 12:38:49,160 DEBUG urllib3.connectionpool "GET /v2/e7b93c32fd744c6788f34b0dc08f2045/servers/2e5dcdb7-7486-42dc-8c43-83449e0c91a1 HTTP/1.1" 200 1427
2014-04-09 12:38:49,160 DEBUG neat.globals.manager VM 2e5dcdb7-7486-42dc-8c43-83449e0c91a1: compute1, ACTIVE
2014-04-09 12:38:52,165 INFO urllib3.connectionpool Starting new HTTP connection (1): 10.100.64.24
2014-04-09 12:38:52,209 DEBUG urllib3.connectionpool "GET /v2/e7b93c32fd744c6788f34b0dc08f2045/servers/2e5dcdb7-7486-42dc-8c43-83449e0c91a1 HTTP/1.1" 200 1427
2014-04-09 12:38:52,210 DEBUG neat.globals.manager VM 2e5dcdb7-7486-42dc-8c43-83449e0c91a1: compute1, ACTIVE
2014-04-09 12:38:55,214 INFO urllib3.connectionpool Starting new HTTP connection (1): 10.100.64.24
2014-04-09 12:38:55,258 DEBUG urllib3.connectionpool "GET /v2/e7b93c32fd744c6788f34b0dc08f2045/servers/2e5dcdb7-7486-42dc-8c43-83449e0c91a1 HTTP/1.1" 200 1427
2014-04-09 12:38:55,259 DEBUG neat.globals.manager VM 2e5dcdb7-7486-42dc-8c43-83449e0c91a1: compute1, ACTIVE
2014-04-09 12:38:58,263 INFO urllib3.connectionpool Starting new HTTP connection (1): 10.100.64.24
2014-04-09 12:38:58,307 DEBUG urllib3.connectionpool "GET /v2/e7b93c32fd744c6788f34b0dc08f2045/servers/2e5dcdb7-7486-42dc-8c43-83449e0c91a1 HTTP/1.1" 200 1427
2014-04-09 12:38:58,308 DEBUG neat.globals.manager VM 2e5dcdb7-7486-42dc-8c43-83449e0c91a1: compute1, ACTIVE
2014-04-09 12:39:01,312 INFO urllib3.connectionpool Starting new HTTP connection (1): 10.100.64.24
2014-04-09 12:39:01,355 DEBUG urllib3.connectionpool "GET /v2/e7b93c32fd744c6788f34b0dc08f2045/servers/2e5dcdb7-7486-42dc-8c43-83449e0c91a1 HTTP/1.1" 200 1427
2014-04-09 12:39:01,356 DEBUG neat.globals.manager VM 2e5dcdb7-7486-42dc-8c43-83449e0c91a1: compute1, ACTIVE
2014-04-09 12:39:04,360 INFO urllib3.connectionpool Starting new HTTP connection (1): 10.100.64.24
2014-04-09 12:39:04,409 DEBUG urllib3.connectionpool "GET /v2/e7b93c32fd744c6788f34b0dc08f2045/servers/2e5dcdb7-7486-42dc-8c43-83449e0c91a1 HTTP/1.1" 200 1427
2014-04-09 12:39:04,410 DEBUG neat.globals.manager VM 2e5dcdb7-7486-42dc-8c43-83449e0c91a1: compute1, ACTIVE
2014-04-09 12:39:07,414 INFO urllib3.connectionpool Starting new HTTP connection (1): 10.100.64.24
2014-04-09 12:39:07,455 DEBUG urllib3.connectionpool "GET /v2/e7b93c32fd744c6788f34b0dc08f2045/servers/2e5dcdb7-7486-42dc-8c43-83449e0c91a1 HTTP/1.1" 200 1427
2014-04-09 12:39:07,456 DEBUG neat.globals.manager VM 2e5dcdb7-7486-42dc-8c43-83449e0c91a1: compute1, ACTIVE
2014-04-09 12:39:10,460 INFO urllib3.connectionpool Starting new HTTP connection (1): 10.100.64.24
2014-04-09 12:39:10,501 DEBUG urllib3.connectionpool "GET /v2/e7b93c32fd744c6788f34b0dc08f2045/servers/2e5dcdb7-7486-42dc-8c43-83449e0c91a1 HTTP/1.1" 200 1427
2014-04-09 12:39:10,502 DEBUG neat.globals.manager VM 2e5dcdb7-7486-42dc-8c43-83449e0c91a1: compute1, ACTIVE
2014-04-09 12:39:13,506 INFO urllib3.connectionpool Starting new HTTP connection (1): 10.100.64.24
2014-04-09 12:39:13,550 DEBUG urllib3.connectionpool "GET /v2/e7b93c32fd744c6788f34b0dc08f2045/servers/2e5dcdb7-7486-42dc-8c43-83449e0c91a1 HTTP/1.1" 200 1427
2014-04-09 12:39:13,551 DEBUG neat.globals.manager VM 2e5dcdb7-7486-42dc-8c43-83449e0c91a1: compute1, ACTIVE
2014-04-09 12:39:16,555 INFO urllib3.connectionpool Starting new HTTP connection (1): 10.100.64.24
2014-04-09 12:39:16,597 DEBUG urllib3.connectionpool "GET /v2/e7b93c32fd744c6788f34b0dc08f2045/servers/2e5dcdb7-7486-42dc-8c43-83449e0c91a1 HTTP/1.1" 200 1427
2014-04-09 12:39:16,598 DEBUG neat.globals.manager VM 2e5dcdb7-7486-42dc-8c43-83449e0c91a1: compute1, ACTIVE
2014-04-09 12:39:19,602 INFO urllib3.connectionpool Starting new HTTP connection (1): 10.100.64.24
2014-04-09 12:39:19,649 DEBUG urllib3.connectionpool "GET /v2/e7b93c32fd744c6788f34b0dc08f2045/servers/2e5dcdb7-7486-42dc-8c43-83449e0c91a1 HTTP/1.1" 200 1427
2014-04-09 12:39:19,650 DEBUG neat.globals.manager VM 2e5dcdb7-7486-42dc-8c43-83449e0c91a1: compute1, ACTIVE
2014-04-09 12:39:22,654 INFO urllib3.connectionpool Starting new HTTP connection (1): 10.100.64.24
2014-04-09 12:39:22,704 DEBUG urllib3.connectionpool "GET /v2/e7b93c32fd744c6788f34b0dc08f2045/servers/2e5dcdb7-7486-42dc-8c43-83449e0c91a1 HTTP/1.1" 200 1427
2014-04-09 12:39:22,705 DEBUG neat.globals.manager VM 2e5dcdb7-7486-42dc-8c43-83449e0c91a1: compute1, ACTIVE
2014-04-09 12:39:25,709 INFO urllib3.connectionpool Starting new HTTP connection (1): 10.100.64.24
2014-04-09 12:39:25,761 DEBUG urllib3.connectionpool "GET /v2/e7b93c32fd744c6788f34b0dc08f2045/servers/2e5dcdb7-7486-42dc-8c43-83449e0c91a1 HTTP/1.1" 200 1427
2014-04-09 12:39:25,761 DEBUG neat.globals.manager VM 2e5dcdb7-7486-42dc-8c43-83449e0c91a1: compute1, ACTIVE
2014-04-09 12:39:28,766 INFO urllib3.connectionpool Starting new HTTP connection (1): 10.100.64.24
2014-04-09 12:39:28,809 DEBUG urllib3.connectionpool "GET /v2/e7b93c32fd744c6788f34b0dc08f2045/servers/2e5dcdb7-7486-42dc-8c43-83449e0c91a1 HTTP/1.1" 200 1427
2014-04-09 12:39:28,810 DEBUG neat.globals.manager VM 2e5dcdb7-7486-42dc-8c43-83449e0c91a1: compute1, ACTIVE
2014-04-09 12:39:31,814 INFO urllib3.connectionpool Starting new HTTP connection (1): 10.100.64.24
2014-04-09 12:39:31,863 DEBUG urllib3.connectionpool "GET /v2/e7b93c32fd744c6788f34b0dc08f2045/servers/2e5dcdb7-7486-42dc-8c43-83449e0c91a1 HTTP/1.1" 200 1427
2014-04-09 12:39:31,864 DEBUG neat.globals.manager VM 2e5dcdb7-7486-42dc-8c43-83449e0c91a1: compute1, ACTIVE
2014-04-09 12:39:34,868 INFO urllib3.connectionpool Starting new HTTP connection (1): 10.100.64.24
2014-04-09 12:39:34,909 DEBUG urllib3.connectionpool "GET /v2/e7b93c32fd744c6788f34b0dc08f2045/servers/2e5dcdb7-7486-42dc-8c43-83449e0c91a1 HTTP/1.1" 200 1427
2014-04-09 12:39:34,910 DEBUG neat.globals.manager VM 2e5dcdb7-7486-42dc-8c43-83449e0c91a1: compute1, ACTIVE
2014-04-09 12:39:37,914 INFO urllib3.connectionpool Starting new HTTP connection (1): 10.100.64.24
2014-04-09 12:39:37,958 DEBUG urllib3.connectionpool "GET /v2/e7b93c32fd744c6788f34b0dc08f2045/servers/2e5dcdb7-7486-42dc-8c43-83449e0c91a1 HTTP/1.1" 200 1427
2014-04-09 12:39:37,959 DEBUG neat.globals.manager VM 2e5dcdb7-7486-42dc-8c43-83449e0c91a1: compute1, ACTIVE
2014-04-09 12:39:40,964 INFO urllib3.connectionpool Starting new HTTP connection (1): 10.100.64.24
2014-04-09 12:39:41,010 DEBUG urllib3.connectionpool "GET /v2/e7b93c32fd744c6788f34b0dc08f2045/servers/2e5dcdb7-7486-42dc-8c43-83449e0c91a1 HTTP/1.1" 200 1427
2014-04-09 12:39:41,010 DEBUG neat.globals.manager VM 2e5dcdb7-7486-42dc-8c43-83449e0c91a1: compute1, ACTIVE
2014-04-09 12:39:44,015 INFO urllib3.connectionpool Starting new HTTP connection (1): 10.100.64.24
2014-04-09 12:39:44,055 DEBUG urllib3.connectionpool "GET /v2/e7b93c32fd744c6788f34b0dc08f2045/servers/2e5dcdb7-7486-42dc-8c43-83449e0c91a1 HTTP/1.1" 200 1427
2014-04-09 12:39:44,056 DEBUG neat.globals.manager VM 2e5dcdb7-7486-42dc-8c43-83449e0c91a1: compute1, ACTIVE
2014-04-09 12:39:47,060 INFO urllib3.connectionpool Starting new HTTP connection (1): 10.100.64.24
2014-04-09 12:39:47,101 DEBUG urllib3.connectionpool "GET /v2/e7b93c32fd744c6788f34b0dc08f2045/servers/2e5dcdb7-7486-42dc-8c43-83449e0c91a1 HTTP/1.1" 200 1427
2014-04-09 12:39:47,102 DEBUG neat.globals.manager VM 2e5dcdb7-7486-42dc-8c43-83449e0c91a1: compute1, ACTIVE
2014-04-09 12:39:50,104 INFO urllib3.connectionpool Starting new HTTP connection (1): 10.100.64.24
2014-04-09 12:39:50,152 DEBUG urllib3.connectionpool "GET /v2/e7b93c32fd744c6788f34b0dc08f2045/servers/2e5dcdb7-7486-42dc-8c43-83449e0c91a1 HTTP/1.1" 200 1427
2014-04-09 12:39:50,153 DEBUG neat.globals.manager VM 2e5dcdb7-7486-42dc-8c43-83449e0c91a1: compute1, ACTIVE
2014-04-09 12:39:53,157 INFO urllib3.connectionpool Starting new HTTP connection (1): 10.100.64.24
2014-04-09 12:39:53,205 DEBUG urllib3.connectionpool "GET /v2/e7b93c32fd744c6788f34b0dc08f2045/servers/2e5dcdb7-7486-42dc-8c43-83449e0c91a1 HTTP/1.1" 200 1427
2014-04-09 12:39:53,206 DEBUG neat.globals.manager VM 2e5dcdb7-7486-42dc-8c43-83449e0c91a1: compute1, ACTIVE
2014-04-09 12:39:56,210 INFO urllib3.connectionpool Starting new HTTP connection (1): 10.100.64.24
2014-04-09 12:39:56,254 DEBUG urllib3.connectionpool "GET /v2/e7b93c32fd744c6788f34b0dc08f2045/servers/2e5dcdb7-7486-42dc-8c43-83449e0c91a1 HTTP/1.1" 200 1427
2014-04-09 12:39:56,255 DEBUG neat.globals.manager VM 2e5dcdb7-7486-42dc-8c43-83449e0c91a1: compute1, ACTIVE
2014-04-09 12:39:59,256 INFO urllib3.connectionpool Starting new HTTP connection (1): 10.100.64.24
2014-04-09 12:39:59,301 DEBUG urllib3.connectionpool "GET /v2/e7b93c32fd744c6788f34b0dc08f2045/servers/2e5dcdb7-7486-42dc-8c43-83449e0c91a1 HTTP/1.1" 200 1427
2014-04-09 12:39:59,302 DEBUG neat.globals.manager VM 2e5dcdb7-7486-42dc-8c43-83449e0c91a1: compute1, ACTIVE
2014-04-09 12:40:02,306 INFO urllib3.connectionpool Starting new HTTP connection (1): 10.100.64.24
2014-04-09 12:40:02,350 DEBUG urllib3.connectionpool "GET /v2/e7b93c32fd744c6788f34b0dc08f2045/servers/2e5dcdb7-7486-42dc-8c43-83449e0c91a1 HTTP/1.1" 200 1427
2014-04-09 12:40:02,351 DEBUG neat.globals.manager VM 2e5dcdb7-7486-42dc-8c43-83449e0c91a1: compute1, ACTIVE
2014-04-09 12:40:05,355 INFO urllib3.connectionpool Starting new HTTP connection (1): 10.100.64.24
2014-04-09 12:40:05,398 DEBUG urllib3.connectionpool "GET /v2/e7b93c32fd744c6788f34b0dc08f2045/servers/2e5dcdb7-7486-42dc-8c43-83449e0c91a1 HTTP/1.1" 200 1427
2014-04-09 12:40:05,399 DEBUG neat.globals.manager VM 2e5dcdb7-7486-42dc-8c43-83449e0c91a1: compute1, ACTIVE
2014-04-09 12:40:08,403 INFO urllib3.connectionpool Starting new HTTP connection (1): 10.100.64.24
2014-04-09 12:40:08,451 DEBUG urllib3.connectionpool "GET /v2/e7b93c32fd744c6788f34b0dc08f2045/servers/2e5dcdb7-7486-42dc-8c43-83449e0c91a1 HTTP/1.1" 200 1427
2014-04-09 12:40:08,452 DEBUG neat.globals.manager VM 2e5dcdb7-7486-42dc-8c43-83449e0c91a1: compute1, ACTIVE
2014-04-09 12:40:11,456 INFO urllib3.connectionpool Starting new HTTP connection (1): 10.100.64.24
2014-04-09 12:40:11,493 DEBUG urllib3.connectionpool "GET /v2/e7b93c32fd744c6788f34b0dc08f2045/servers/2e5dcdb7-7486-42dc-8c43-83449e0c91a1 HTTP/1.1" 200 1427
2014-04-09 12:40:11,494 DEBUG neat.globals.manager VM 2e5dcdb7-7486-42dc-8c43-83449e0c91a1: compute1, ACTIVE
2014-04-09 12:40:14,496 INFO urllib3.connectionpool Starting new HTTP connection (1): 10.100.64.24
2014-04-09 12:40:14,534 DEBUG urllib3.connectionpool "GET /v2/e7b93c32fd744c6788f34b0dc08f2045/servers/2e5dcdb7-7486-42dc-8c43-83449e0c91a1 HTTP/1.1" 200 1427
2014-04-09 12:40:14,535 DEBUG neat.globals.manager VM 2e5dcdb7-7486-42dc-8c43-83449e0c91a1: compute1, ACTIVE
2014-04-09 12:40:17,539 INFO urllib3.connectionpool Starting new HTTP connection (1): 10.100.64.24
2014-04-09 12:40:17,668 DEBUG urllib3.connectionpool "GET /v2/e7b93c32fd744c6788f34b0dc08f2045/servers/2e5dcdb7-7486-42dc-8c43-83449e0c91a1 HTTP/1.1" 200 1427
2014-04-09 12:40:17,669 DEBUG neat.globals.manager VM 2e5dcdb7-7486-42dc-8c43-83449e0c91a1: compute1, ACTIVE