Hi Anton,
I dont know what I did, the error disappeared when I reboot all machines. But a new problem was appeared
cat /var/log/neat/global-manager-service.log
File "/usr/bin/neat-global-manager", line 9, in <module>
load_entry_point('openstack-neat==0.1', 'console_scripts', 'neat-global-manager')()
File "/usr/lib/python2.7/site-packages/openstack_neat-0.1-py2.7.egg/neat/globals/manager.py", line 178, in start
state['compute_hosts'])
File "<string>", line 2, in switch_hosts_on
File "/usr/lib/python2.7/site-packages/contracts/main.py", line 280, in contracts_checker
result = function_(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/openstack_neat-0.1-py2.7.egg/neat/globals/manager.py", line 892, 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/lib/python2.7/site-packages/contracts/main.py", line 280, in contracts_checker
result = function_(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/openstack_neat-0.1-py2.7.egg/neat/db.py", line 320, in insert_host_states
for k, v in hosts.items()]
KeyError: 'compute02'
neat.conf line:
compute_hosts = compute01, compute02, compute03
I tried to put them in quotes, but nothing changes.
Thanks!