Advertisement
Guest User

Untitled

a guest
Oct 16th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. ERROR nova.objects.cell_mapping [None req-34831485-adf4-4a0d-bb20-e1736d93a451 None None] Failed to parse [DEFAULT]/transport_url to format cell mapping: AttributeError: 'NoneType' object has no attribute 'find'
  2. ERROR nova.objects.cell_mapping Traceback (most recent call last):
  3. ERROR nova.objects.cell_mapping File "/opt/stack/nova/nova/objects/cell_mapping.py", line 150, in _format_mq_url
  4. ERROR nova.objects.cell_mapping return CellMapping._format_url(url, CONF.transport_url)
  5. ERROR nova.objects.cell_mapping File "/opt/stack/nova/nova/objects/cell_mapping.py", line 101, in _format_url
  6. ERROR nova.objects.cell_mapping default_url = urlparse.urlparse(default)
  7. ERROR nova.objects.cell_mapping File "/usr/lib/python2.7/urlparse.py", line 143, in urlparse
  8. ERROR nova.objects.cell_mapping tuple = urlsplit(url, scheme, allow_fragments)
  9. ERROR nova.objects.cell_mapping File "/usr/lib/python2.7/urlparse.py", line 182, in urlsplit
  10. ERROR nova.objects.cell_mapping i = url.find(':')
  11. ERROR nova.objects.cell_mapping AttributeError: 'NoneType' object has no attribute 'find'
  12. ERROR nova.objects.cell_mapping
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement