Advertisement
Guest User

Untitled

a guest
Oct 16th, 2015
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.21 KB | None | 0 0
  1. +-------------------+---------------------------------------------+
  2. | Field | Value |
  3. +-------------------+---------------------------------------------+
  4. | allocation_pools | {"start": "10.1.8.2", "end": "10.1.11.254"} |
  5. | cidr | 10.1.8.0/22 |
  6. | dns_nameservers | |
  7. | enable_dhcp | True |
  8. | gateway_ip | 10.1.8.1 |
  9. | host_routes | |
  10. | id | 5a51fe92-670d-423e-976a-66f8bb640e35 |
  11. | ip_version | 4 |
  12. | ipv6_address_mode | |
  13. | ipv6_ra_mode | |
  14. | name | |
  15. | network_id | e08fd625-226b-4fb8-a596-7c6be82a06be |
  16. | subnetpool_id | |
  17. | tenant_id | 218b467b41774162a71f623d22b6a733 |
  18. +-------------------+---------------------------------------------+
  19.  
  20.  
  21. Horizon Error:
  22.  
  23. 2015-10-16 09:46:52,045 5995 ERROR django.request Internal Server Error: /dashboard/project/instances/launch
  24. Traceback (most recent call last):
  25. File "/usr/lib/python2.7/site-packages/django/core/handlers/base.py", line 132, in get_response
  26. response = wrapped_callback(request, *callback_args, **callback_kwargs)
  27. File "/usr/lib/python2.7/site-packages/horizon/decorators.py", line 36, in dec
  28. return view_func(request, *args, **kwargs)
  29. File "/usr/lib/python2.7/site-packages/horizon/decorators.py", line 52, in dec
  30. return view_func(request, *args, **kwargs)
  31. File "/usr/lib/python2.7/site-packages/horizon/decorators.py", line 36, in dec
  32. return view_func(request, *args, **kwargs)
  33. File "/usr/lib/python2.7/site-packages/horizon/decorators.py", line 84, in dec
  34. return view_func(request, *args, **kwargs)
  35. File "/usr/lib/python2.7/site-packages/django/views/generic/base.py", line 71, in view
  36. return self.dispatch(request, *args, **kwargs)
  37. File "/usr/lib/python2.7/site-packages/django/views/generic/base.py", line 89, in dispatch
  38. return handler(request, *args, **kwargs)
  39. File "/usr/lib/python2.7/site-packages/horizon/workflows/views.py", line 167, in post
  40. context = self.get_context_data(**kwargs)
  41. File "/usr/lib/python2.7/site-packages/horizon/workflows/views.py", line 91, in get_context_data
  42. workflow = self.get_workflow()
  43. File "/usr/lib/python2.7/site-packages/horizon/workflows/views.py", line 81, in get_workflow
  44. entry_point=entry_point)
  45. File "/usr/lib/python2.7/site-packages/horizon/workflows/base.py", line 648, in __init__
  46. valid = step.action.is_valid()
  47. File "/usr/lib/python2.7/site-packages/django/forms/forms.py", line 184, in is_valid
  48. return self.is_bound and not self.errors
  49. File "/usr/lib/python2.7/site-packages/django/forms/forms.py", line 176, in errors
  50. self.full_clean()
  51. File "/usr/lib/python2.7/site-packages/django/forms/forms.py", line 393, in full_clean
  52. self._clean_form()
  53. File "/usr/lib/python2.7/site-packages/django/forms/forms.py", line 417, in _clean_form
  54. cleaned_data = self.clean()
  55. File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/dashboards/project/instances/workflows/create_instance.py", line 357, in clean
  56. self._check_quotas(cleaned_data)
  57. File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/dashboards/project/instances/workflows/create_instance.py", line 209, in _check_quotas
  58. usages = quotas.tenant_quota_usages(self.request)
  59. File "/usr/lib/python2.7/site-packages/horizon/utils/memoized.py", line 90, in wrapped
  60. context = self.get_context_data(**kwargs)
  61. File "/usr/lib/python2.7/site-packages/horizon/workflows/views.py", line 91, in get_context_data
  62. workflow = self.get_workflow()
  63. File "/usr/lib/python2.7/site-packages/horizon/workflows/views.py", line 81, in get_workflow
  64. entry_point=entry_point)
  65. File "/usr/lib/python2.7/site-packages/horizon/workflows/base.py", line 648, in __init__
  66. valid = step.action.is_valid()
  67. File "/usr/lib/python2.7/site-packages/django/forms/forms.py", line 184, in is_valid
  68. return self.is_bound and not self.errors
  69. File "/usr/lib/python2.7/site-packages/django/forms/forms.py", line 176, in errors
  70. self.full_clean()
  71. File "/usr/lib/python2.7/site-packages/django/forms/forms.py", line 393, in full_clean
  72. self._clean_form()
  73. File "/usr/lib/python2.7/site-packages/django/forms/forms.py", line 417, in _clean_form
  74. cleaned_data = self.clean()
  75. File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/dashboards/project/instances/workflows/create_instance.py", line 357, in clean
  76. self._check_quotas(cleaned_data)
  77. File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/dashboards/project/instances/workflows/create_instance.py", line 209, in _check_quotas
  78. usages = quotas.tenant_quota_usages(self.request)
  79. File "/usr/lib/python2.7/site-packages/horizon/utils/memoized.py", line 90, in wrapped
  80. value = cache[key] = func(*args, **kwargs)
  81. File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/usage/quotas.py", line 354, in tenant_quota_usages
  82. _get_tenant_network_usages(request, usages, disabled_quotas, tenant_id)
  83. File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/usage/quotas.py", line 315, in _get_tenant_network_usages
  84. routers = neutron.router_list(request)
  85. File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/api/neutron.py", line 861, in router_list
  86. routers = neutronclient(request).list_routers(**params).get('routers')
  87. File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 102, in with_params
  88. ret = self.function(instance, *args, **kwargs)
  89. File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 640, in list_routers
  90. **_params)
  91. File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 307, in list
  92. for r in self._pagination(collection, path, **params):
  93. File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 320, in _pagination
  94. res = self.get(path, params=params)
  95. File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 293, in get
  96. headers=headers, params=params)
  97. File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 270, in retry_request
  98. headers=headers, params=params)
  99. File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 211, in do_request
  100. self._handle_fault_response(status_code, replybody)
  101. File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 185, in _handle_fault_response
  102. exception_handler_v20(status_code, des_error_body)
  103. File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 83, in exception_handler_v20
  104. message=message)
  105. NeutronClientException: 404 Not Found
  106.  
  107. The resource could not be found.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement