neutron <-> nova problems
On my controller node (where neutron-server) is installed, I am getting the following error:
2016-02-29 09:13:04.754 2269 ERROR neutron.notifiers.nova [-] Failed to notify nova on events: [{'status': 'completed', 'tag': u'3848c4d3-6ff1-4a70-9915-858205b844fa', 'name': 'network-vif-plugged', 'server_uuid': u'a8c26412-b8be-40d4-930a-96a399cb135d'}]
// Stacktrace shortened
2016-02-29 09:13:04.754 2269 ERROR neutron.notifiers.nova raise exceptions.DiscoveryFailure(msg)
2016-02-29 09:13:04.754 2269 ERROR neutron.notifiers.nova DiscoveryFailure: Could not determine a suitable URL for the plugin
The configuration is (neutron.conf):
[DEFAULT]
...
notify_nova_on_port_status_changes = True
notify_nova_on_port_data_changes = True
nova_url = http://controller.herz.lan:8774/v2
[nova]
auth_url = http://controller.herz.lan:35357/v2.0
auth_plugin = password
project_domain_id = default
user_domain_id = default
region_name = Herzogenburg
project_name = service
user-name = nova
password = PA33W0RD
... which corresponds to my configuration.
I am running Liberty on 3 nodes with Ubuntu LTS 14.04.4
My endpoint-list:
+----------------------------------+--------------+---------------------------------------------------+
| ID | Service Name | URL |
+----------------------------------+--------------+---------------------------------------------------+
| 11f605fce21d4d0a80668930c562c536 | nova | http://controller.herz.lan:8774/v2/%(tenant_id)s |
| 1a77eea5c86145aea607c49684154045 | cinder | http://controller.herz.lan:8776/v1/%(tenant_id)s |
| 235779324562480cbbb08f77c64fbf6e | glance | http://controller.herz.lan:9292 |
| 257b1bc3b52c43a38ce56f6d6f62acb6 | glance | http://controller.herz.lan:9292 |
| 4ef428c2cefc419e89985f9e6db584f8 | cinder | http://controller.herz.lan:8776/v1/%(tenant_id)s |
| 61d3f8cef7184d23b1dccbb1585ad3d7 | nova | http://controller.herz.lan:8774/v2/%(tenant_id)s |
| 6559537dbd7846569930e0479c2c356b | cinder | http://controller.herz.lan:8776/v1/%(tenant_id)s |
| 6d970dc5d8ff47b3844a62f854d19900 | keystone | http://controller.herz.lan:5000/v2.0 |
| 77a58094d2864438b198658070033ec4 | cinderv2 | http://controller.herz.lan:8776/v2/%(tenant_id)s |
| 82b9b10f0b3e446aa98965b483f85d61 | glance | http://controller.herz.lan:9292 |
| 8f9056ca2db0450c8bcefed22c6b2f6d | neutron | http://controller.herz.lan:9696 |
| 94642aaf31354f5ba1dd77bd19f4a2e6 | neutron | http://controller.herz.lan:9696 |
| 9c1c50b4f1c94c158a7c33ca7f91dda8 | cinderv2 | http://controller.herz.lan:8776/v2/%(tenant_id)s |
| 9f3de1e97e9a409cab5645e381d6cea8 | trove | http://controller.herz.lan:8779/v1.0/%(tenant_id)s |
| a7290a0df25d4cd9bd2aa6224834e1ab | nova | http://controller.herz.lan:8774/v2/%(tenant_id)s |
| a9cc7413e80144ee8047f63146aa0017 | keystone | http://controller.herz.lan:5000/v2.0 |
| b5a3cc78f62a4ba980af5153a0855529 | trove | http://controller.herz.lan:8779/v1.0/%(tenant_id)s |
| b7cd782a9b26443b8333fc8bf1a7eddf | neutron | http://controller.herz.lan:9696 |
| b7d9db76da294b17bfcde486aa8732bb | keystone | http://controller.herz.lan:35357/v2.0 |
| bf05c982cffa42ad84eb06569c8f9a1f | trove | http://controller.herz.lan:8779/v1.0/%(tenant_id)s |
| dfa0f69f9a2b4cc1b7c70214ec90ee9e | cinderv2 | http://controller.herz.lan:8776/v2/%(tenant_id)s |
+----------------------------------+--------------+---------------------------------------------------+
Post also
keystone endpoint-list
.added keystone endpoints.