Thursday, July 17, 2014

OpenStack : Neutron : Neutron restart

Encountered the following problem :

$ neutron agent-list
Connection to neutron failed: Maximum attempts reached

Solution :

# service neutron-server restart

$ neutron agent-list
+--------------------------------------+--------------------+------+-------+----------------+
| id                                   | agent_type         | host | alive | admin_state_up |
+--------------------------------------+--------------------+------+-------+----------------+
| 3b256809-483d-4c0c-b6ad-b4a05bafa72d | DHCP agent         | novo | :-)   | True           |
| 3c73594b-b16c-41ba-bd43-7ce67dc69a82 | Open vSwitch agent | novo | :-)   | True           |
| 57f0ccf6-d7cd-4428-bbd7-7fb41176fd4b | L3 agent           | novo | :-)   | True           |
| ba532785-66f2-467c-acd9-40e9e806e8f8 | Metadata agent     | novo | :-)   | True           |
+--------------------------------------+--------------------+------+-------+----------------+

No comments:

Post a Comment