Advertisement
Guest User

Untitled

a guest
Aug 28th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.28 KB | None | 0 0
  1. ubuntu@maas:~$ openstack ip floating list --debug
  2. START with options: ['ip', 'floating', 'list', '--debug']
  3. options: Namespace(access_token_endpoint='', auth_type='', auth_url='', cacert='', client_id='', client_secret='***', cloud='', debug=True, default_domain='default', deferred_help=False, domain_id='', domain_name='', endpoint='', identity_provider='', identity_provider_url='', insecure=None, interface='', log_file=None, os_compute_api_version='', os_identity_api_version='', os_image_api_version='', os_network_api_version='', os_object_api_version='', os_project_id=None, os_project_name=None, os_volume_api_version='', password='***', project_domain_id='', project_domain_name='', project_id='', project_name='', protocol='', region_name='', scope='', service_provider_endpoint='', timing=False, token='***', trust_id='', url='', user_domain_id='', user_domain_name='', user_id='', username='', verbose_level=3, verify=None)
  4. Deferring keystone exception: Auth plugin requires parameters which were not given: auth_url
  5. defaults: {'cert': None, 'auth_type': 'password', 'disable_vendor_agent': {}, 'image_api_use_tasks': False, 'cacert': None, 'volume_api_version': '2', 'database_api_version': '1.0', 'key_manager_api_version': 'v1', 'verify': True, 'identity_api_version': '2.0', 'object_store_api_version': '1', 'secgroup_source': 'neutron', 'image_format': 'qcow2', 'baremetal_api_version': '1', 'key': None, 'api_timeout': None, 'metering_api_version': '2', 'dns_api_version': '2', 'container_api_version': '1', 'floating_ip_source': 'neutron', 'orchestration_api_version': '1', 'network_api_version': '2', 'interface': None, 'compute_api_version': '2', 'image_api_version': '2'}
  6. cloud cfg: {'cert': None, 'auth_type': 'password', 'disable_vendor_agent': {}, 'image_api_use_tasks': False, 'cacert': None, 'volume_api_version': '2', 'database_api_version': '1.0', 'key_manager_api_version': 'v1', 'verify': True, 'identity_api_version': '2.0', 'object_store_api_version': '1', 'secgroup_source': 'neutron', 'deferred_help': False, 'verbose_level': 3, 'image_format': 'qcow2', 'debug': True, 'baremetal_api_version': '1', 'key': None, 'api_timeout': None, 'metering_api_version': '2', 'region_name': '', 'dns_api_version': '2', 'timing': False, 'container_api_version': '1', 'floating_ip_source': 'neutron', 'auth': {}, 'network_api_version': '2', 'orchestration_api_version': '1', 'interface': None, 'compute_api_version': '2', 'image_api_version': '2', 'default_domain': 'default'}
  7. compute API version 2, cmd group openstack.compute.v2
  8. network API version 2, cmd group openstack.network.v2
  9. object_store API version 1, cmd group openstack.object_store.v1
  10. image API version 2, cmd group openstack.image.v2
  11. volume API version 2, cmd group openstack.volume.v2
  12. identity API version 2.0, cmd group openstack.identity.v2
  13. command: ip floating list -> openstackclient.network.v2.floating_ip.ListFloatingIP
  14. Auth plugin password selected
  15. Missing parameter(s):
  16. Set a username with --os-username, OS_USERNAME, or auth.username
  17. Set an authentication URL, with --os-auth-url, OS_AUTH_URL or auth.auth_url
  18. Set a scope, such as a project or domain, set a project scope with --os-project-name, OS_PROJECT_NAME or auth.project_name, set a domain scope with --os-domain-name, OS_DOMAIN_NAME or auth.domain_name
  19. Traceback (most recent call last):
  20. File "/usr/lib/python3/dist-packages/cliff/app.py", line 367, in run_subcommand
  21. self.prepare_to_run_command(cmd)
  22. File "/usr/lib/python3/dist-packages/openstackclient/shell.py", line 413, in prepare_to_run_command
  23. self.client_manager.auth_ref
  24. File "/usr/lib/python3/dist-packages/openstackclient/common/clientmanager.py", line 208, in auth_ref
  25. self.setup_auth()
  26. File "/usr/lib/python3/dist-packages/openstackclient/common/clientmanager.py", line 145, in setup_auth
  27. required_scope=required_scope)
  28. File "/usr/lib/python3/dist-packages/openstackclient/api/auth.py", line 177, in check_valid_auth_options
  29. raise exc.CommandError('Missing parameter(s): \n%s' % msg)
  30. openstackclient.common.exceptions.CommandError: Missing parameter(s):
  31. Set a username with --os-username, OS_USERNAME, or auth.username
  32. Set an authentication URL, with --os-auth-url, OS_AUTH_URL or auth.auth_url
  33. Set a scope, such as a project or domain, set a project scope with --os-project-name, OS_PROJECT_NAME or auth.project_name, set a domain scope with --os-domain-name, OS_DOMAIN_NAME or auth.domain_name
  34. clean_up ListFloatingIP: Missing parameter(s):
  35. Set a username with --os-username, OS_USERNAME, or auth.username
  36. Set an authentication URL, with --os-auth-url, OS_AUTH_URL or auth.auth_url
  37. Set a scope, such as a project or domain, set a project scope with --os-project-name, OS_PROJECT_NAME or auth.project_name, set a domain scope with --os-domain-name, OS_DOMAIN_NAME or auth.domain_name
  38. Traceback (most recent call last):
  39. File "/usr/lib/python3/dist-packages/openstackclient/shell.py", line 120, in run
  40. ret_val = super(OpenStackShell, self).run(argv)
  41. File "/usr/lib/python3/dist-packages/cliff/app.py", line 255, in run
  42. result = self.run_subcommand(remainder)
  43. File "/usr/lib/python3/dist-packages/openstackclient/shell.py", line 155, in run_subcommand
  44. ret_value = super(OpenStackShell, self).run_subcommand(argv)
  45. File "/usr/lib/python3/dist-packages/cliff/app.py", line 367, in run_subcommand
  46. self.prepare_to_run_command(cmd)
  47. File "/usr/lib/python3/dist-packages/openstackclient/shell.py", line 413, in prepare_to_run_command
  48. self.client_manager.auth_ref
  49. File "/usr/lib/python3/dist-packages/openstackclient/common/clientmanager.py", line 208, in auth_ref
  50. self.setup_auth()
  51. File "/usr/lib/python3/dist-packages/openstackclient/common/clientmanager.py", line 145, in setup_auth
  52. required_scope=required_scope)
  53. File "/usr/lib/python3/dist-packages/openstackclient/api/auth.py", line 177, in check_valid_auth_options
  54. raise exc.CommandError('Missing parameter(s): \n%s' % msg)
  55. openstackclient.common.exceptions.CommandError: Missing parameter(s):
  56. Set a username with --os-username, OS_USERNAME, or auth.username
  57. Set an authentication URL, with --os-auth-url, OS_AUTH_URL or auth.auth_url
  58. Set a scope, such as a project or domain, set a project scope with --os-project-name, OS_PROJECT_NAME or auth.project_name, set a domain scope with --os-domain-name, OS_DOMAIN_NAME or auth.domain_name
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement