Guest User

Untitled

a guest
Feb 5th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.02 KB | None | 0 0
  1. # in nova it throws this:
  2. 2016-02-05 15:48:04.982 14022 ERROR nova.compute.manager [-] Instance failed network setup after 1 attempt(s)
  3. 2016-02-05 15:48:04.982 14022 ERROR nova.compute.manager Traceback (most recent call last):
  4. 2016-02-05 15:48:04.982 14022 ERROR nova.compute.manager File "/usr/lib/python2.7/site-packages/nova/compute/manager.py", line 1564, in _allocate_network_async
  5. 2016-02-05 15:48:04.982 14022 ERROR nova.compute.manager dhcp_options=dhcp_options)
  6. 2016-02-05 15:48:04.982 14022 ERROR nova.compute.manager File "/usr/lib/python2.7/site-packages/nova/network/neutronv2/api.py", line 727, in allocate_for_instance
  7. 2016-02-05 15:48:04.982 14022 ERROR nova.compute.manager self._delete_ports(neutron, instance, created_port_ids)
  8. 2016-02-05 15:48:04.982 14022 ERROR nova.compute.manager File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 204, in __exit__
  9. 2016-02-05 15:48:04.982 14022 ERROR nova.compute.manager six.reraise(self.type_, self.value, self.tb)
  10. 2016-02-05 15:48:04.982 14022 ERROR nova.compute.manager File "/usr/lib/python2.7/site-packages/nova/network/neutronv2/api.py", line 719, in allocate_for_instance
  11. 2016-02-05 15:48:04.982 14022 ERROR nova.compute.manager security_group_ids, available_macs, dhcp_opts)
  12. 2016-02-05 15:48:04.982 14022 ERROR nova.compute.manager File "/usr/lib/python2.7/site-packages/nova/network/neutronv2/api.py", line 342, in _create_port
  13. 2016-02-05 15:48:04.982 14022 ERROR nova.compute.manager raise exception.PortBindingFailed(port_id=port_id)
  14. 2016-02-05 15:48:04.982 14022 ERROR nova.compute.manager PortBindingFailed: Binding failed for port 429e80cb-43ae-4fba-9d79-5b39a4824820, please check neutron logs for more information.
  15. 2016-02-05 15:48:04.982 14022 ERROR nova.compute.manager
  16.  
  17. # and neutron logs this:
  18. 2016-02-05 15:48:04.607 14637 ERROR neutron.plugins.ml2.managers [req-596c94ff-beb1-4da2-899d-93a4eccb36a5 c8bc7d523b514a8184f107d10e7c8e7d e7e2880bdafa45abbff092167be553ff - - -] Failed to bind port 429e80cb-43ae-4fba-9d79-5b39a4824820 on host nova-lkvm
  19. 2016-02-05 15:48:04.608 14637 ERROR neutron.plugins.ml2.managers [req-596c94ff-beb1-4da2-899d-93a4eccb36a5 c8bc7d523b514a8184f107d10e7c8e7d e7e2880bdafa45abbff092167be553ff - - -] Failed to bind port 429e80cb-43ae-4fba-9d79-5b39a4824820 on host nova-lkvm
  20. 2016-02-05 15:48:04.641 14637 INFO neutron.plugins.ml2.plugin [req-596c94ff-beb1-4da2-899d-93a4eccb36a5 c8bc7d523b514a8184f107d10e7c8e7d e7e2880bdafa45abbff092167be553ff - - -] Attempt 2 to bind port 429e80cb-43ae-4fba-9d79-5b39a4824820
  21. 2016-02-05 15:48:04.710 14637 INFO neutron.wsgi [req-596c94ff-beb1-4da2-899d-93a4eccb36a5 c8bc7d523b514a8184f107d10e7c8e7d e7e2880bdafa45abbff092167be553ff - - -] 10.219.128.85 - - [05/Feb/2016 15:48:04] "POST /v2.0/ports.json HTTP/1.1" 201 964 0.318365
  22. 2016-02-05 15:48:04.927 14637 WARNING neutron.plugins.ml2.drivers.l2pop.mech_driver [req-b9fe15b2-1e20-4b42-8dbd-874e980ee0da c8bc7d523b514a8184f107d10e7c8e7d e7e2880bdafa45abbff092167be553ff - - -] Unable to retrieve active L2 agent on host nova-lkvm
Add Comment
Please, Sign In to add comment