Guest User

Untitled

a guest
Jul 27th, 2015
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.40 KB | None | 0 0
  1. root@corp-openstack01:/etc/neutron# neutron ext-list --debug
  2. DEBUG: keystoneclient.session REQ: curl -g -i -X GET http://corp-openstack01:35357/v3 -H "Accept: application/json" -H "User-Agent: python-keystoneclient"
  3. DEBUG: keystoneclient.session RESP: [200] content-length: 256 vary: X-Auth-Token keep-alive: timeout=5, max=100 server: Apache/2.4.7 (Ubuntu) connection: Keep-Alive date: Mon, 27 Jul 2015 21:01:06 GMT x-openstack-request-id: req-fb59bbf5-d8f7-4784-81a3-0bd92e9ded4e content-type: application/json x-distribution: Ubuntu
  4. RESP BODY: {"version": {"status": "stable", "updated": "2015-03-30T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.4", "links": [{"href": "http://corp-openstack01:35357/v3/", "rel": "self"}]}}
  5.  
  6. DEBUG: stevedore.extension found extension EntryPoint.parse('table = cliff.formatters.table:TableFormatter')
  7. DEBUG: stevedore.extension found extension EntryPoint.parse('csv = cliff.formatters.commaseparated:CSVLister')
  8. DEBUG: stevedore.extension found extension EntryPoint.parse('yaml = clifftablib.formatters:YamlFormatter')
  9. DEBUG: stevedore.extension found extension EntryPoint.parse('json = clifftablib.formatters:JsonFormatter')
  10. DEBUG: stevedore.extension found extension EntryPoint.parse('html = clifftablib.formatters:HtmlFormatter')
  11. DEBUG: neutronclient.neutron.v2_0.extension.ListExt get_data(Namespace(columns=[], fields=[], formatter='table', max_width=0, quote_mode='nonnumeric', request_format='json', show_details=False))
  12. DEBUG: keystoneclient.auth.identity.v3 Making authentication request to http://corp-openstack01:35357/v3/auth/tokens
  13. DEBUG: keystoneclient.session REQ: curl -g -i -X GET http://corp-openstack01:9696/v2.0/extensions.json -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}395dc98267349dd164c3ec83b2ab813ee6bc245c"
  14. DEBUG: keystoneclient.session RESP:
  15. DEBUG: keystoneclient.auth.identity.v3 Making authentication request to http://corp-openstack01:35357/v3/auth/tokens
  16. DEBUG: keystoneclient.session RESP:
  17. DEBUG: neutronclient.v2_0.client Error message: Authentication required
  18. ERROR: neutronclient.shell Authentication required
  19. Traceback (most recent call last):
  20. File "/usr/lib/python2.7/dist-packages/neutronclient/shell.py", line 731, in run_subcommand
  21. return run_command(cmd, cmd_parser, sub_argv)
  22. File "/usr/lib/python2.7/dist-packages/neutronclient/shell.py", line 97, in run_command
  23. return cmd.run(known_args)
  24. File "/usr/lib/python2.7/dist-packages/neutronclient/common/command.py", line 29, in run
  25. return super(OpenStackCommand, self).run(parsed_args)
  26. File "/usr/lib/python2.7/dist-packages/cliff/display.py", line 91, in run
  27. column_names, data = self.take_action(parsed_args)
  28. File "/usr/lib/python2.7/dist-packages/neutronclient/common/command.py", line 35, in take_action
  29. return self.get_data(parsed_args)
  30. File "/usr/lib/python2.7/dist-packages/neutronclient/neutron/v2_0/__init__.py", line 687, in get_data
  31. data = self.retrieve_list(parsed_args)
  32. File "/usr/lib/python2.7/dist-packages/neutronclient/neutron/v2_0/__init__.py", line 650, in retrieve_list
  33. data = self.call_server(neutron_client, search_opts, parsed_args)
  34. File "/usr/lib/python2.7/dist-packages/neutronclient/neutron/v2_0/__init__.py", line 622, in call_server
  35. data = obj_lister(**search_opts)
  36. File "/usr/lib/python2.7/dist-packages/neutronclient/v2_0/client.py", line 99, in with_params
  37. ret = self.function(instance, *args, **kwargs)
  38. File "/usr/lib/python2.7/dist-packages/neutronclient/v2_0/client.py", line 485, in list_extensions
  39. return self.get(self.extensions_path, params=_params)
  40. File "/usr/lib/python2.7/dist-packages/neutronclient/v2_0/client.py", line 290, in get
  41. headers=headers, params=params)
  42. File "/usr/lib/python2.7/dist-packages/neutronclient/v2_0/client.py", line 267, in retry_request
  43. headers=headers, params=params)
  44. File "/usr/lib/python2.7/dist-packages/neutronclient/v2_0/client.py", line 208, in do_request
  45. self._handle_fault_response(status_code, replybody)
  46. File "/usr/lib/python2.7/dist-packages/neutronclient/v2_0/client.py", line 182, in _handle_fault_response
  47. exception_handler_v20(status_code, des_error_body)
  48. File "/usr/lib/python2.7/dist-packages/neutronclient/v2_0/client.py", line 80, in exception_handler_v20
  49. message=message)
  50. NeutronClientException: Authentication required
Advertisement
Add Comment
Please, Sign In to add comment