computeノードLinux bridge agent状態xxxただし、自分でノードプロファイルを計算しても問題ないと判断


エージェントサービス発見コンピューティングノードのLinux bridge agent状態がXXXであることを確認する
[root@controller ~]# neutron agent-list
+--------------------------------------+--------------------+------------+-------------------+-------+----------------+---------------------------+
| id                                   | agent_type         | host       | availability_zone | alive | admin_state_up | binary                    |
+--------------------------------------+--------------------+------------+-------------------+-------+----------------+---------------------------+
| 1576ae04-aff3-45af-8a5e-d83f84c78555 | DHCP agent         | controller | nova              | :-)   | True           | neutron-dhcp-agent        |
| 2a21a914-d1cb-4b37-a8f1-4b295403ac8c | Linux bridge agent | compute    |                   | xxx   | True           | neutron-linuxbridge-agent |
| 88d5d470-f5d3-41b7-a600-9d7fdcddc930 | Metadata agent     | controller |                   | :-)   | True           | neutron-metadata-agent    |
| db07bd42-504e-4b7c-b5a6-badbcd0547ef | Linux bridge agent | controller |                   | :-)   | True           | neutron-linuxbridge-agent |
| e3606dd1-ed63-4f66-b3db-fdeafdf5ffa7 | L3 agent           | controller | nova              | :-)   | True           | neutron-l3-agent          |
+--------------------------------------+--------------------+------------+-------------------+-------+----------------+---------------------------+

計算ノードプロファイルエラーかと思い、再三チェックしても間違いないと思いますが、Linux bridge agentはXXX状態です
計算ノードlinuxbridge-agentを表示します.logログの再起動にエラーはありません..
2014-06-18 14:57:07.324 11309 INFO neutron.common.config [-] Logging enabled!
2014-06-18 14:57:07.324 11309 INFO neutron.common.config [-] /usr/bin/neutron-linuxbridge-agent version 8.1.2
2014-06-18 14:57:07.325 11309 INFO neutron.plugins.ml2.drivers.linuxbridge.agent.linuxbridge_neutron_agent [-] Interface mappings: {'provider': 'eno16777736'}
2014-06-18 14:57:07.326 11309 INFO neutron.plugins.ml2.drivers.linuxbridge.agent.linuxbridge_neutron_agent [-] Bridge mappings: {}
2014-06-18 14:57:07.518 11309 INFO oslo_rootwrap.client [-] Spawned new rootwrap daemon process with pid=11324
2014-06-18 14:57:07.588 11309 INFO neutron.plugins.ml2.drivers.linuxbridge.agent.linuxbridge_neutron_agent [-] Agent initialized successfully, now running... 
2014-06-18 14:57:07.638 11309 INFO neutron.plugins.ml2.drivers.agent._common_agent [req-96fdac55-2d2b-424b-b777-93cbe128f8cb - - - - -] RPC agent_id: lb000c294edd9a
2014-06-18 14:57:07.657 11309 INFO neutron.agent.l2.extensions.manager [req-96fdac55-2d2b-424b-b777-93cbe128f8cb - - - - -] Loaded agent extensions: []
2014-06-18 14:57:07.900 11309 INFO neutron.plugins.ml2.drivers.agent._common_agent [req-96fdac55-2d2b-424b-b777-93cbe128f8cb - - - - -] Linux bridge agent Agent RPC Daemon Started!
2014-06-18 14:57:07.900 11309 INFO neutron.plugins.ml2.drivers.agent._common_agent [req-96fdac55-2d2b-424b-b777-93cbe128f8cb - - - - -] Linux bridge agent Agent out of sync with plugin!
2014-06-18 14:57:07.914 11309 INFO neutron.plugins.ml2.drivers.linuxbridge.agent.arp_protect [req-96fdac55-2d2b-424b-b777-93cbe128f8cb - - - - -] Clearing orphaned ARP spoofing entries for devices []

そして私はこの時間が間違っていることに気づいた.の時間を同期し直す
[root@compute ~]# ntpdate -u controller
16 Nov 10:17:41 ntpdate[11345]: step time server 192.168.100.10 offset 107727479.812018 sec

時間が同期していないとは...エージェントの再表示
[root@controller ~]# neutron agent-list
+--------------------------------------+--------------------+------------+-------------------+-------+----------------+---------------------------+
| id                                   | agent_type         | host       | availability_zone | alive | admin_state_up | binary                    |
+--------------------------------------+--------------------+------------+-------------------+-------+----------------+---------------------------+
| 1576ae04-aff3-45af-8a5e-d83f84c78555 | DHCP agent         | controller | nova              | :-)   | True           | neutron-dhcp-agent        |
| 2a21a914-d1cb-4b37-a8f1-4b295403ac8c | Linux bridge agent | compute    |                   | :-)   | True           | neutron-linuxbridge-agent |
| 88d5d470-f5d3-41b7-a600-9d7fdcddc930 | Metadata agent     | controller |                   | :-)   | True           | neutron-metadata-agent    |
| db07bd42-504e-4b7c-b5a6-badbcd0547ef | Linux bridge agent | controller |                   | :-)   | True           | neutron-linuxbridge-agent |
| e3606dd1-ed63-4f66-b3db-fdeafdf5ffa7 | L3 agent           | controller | nova              | :-)   | True           | neutron-l3-agent          |
+--------------------------------------+--------------------+------------+-------------------+-------+----------------+---------------------------+