Advertisement
Guest User

Untitled

a guest
Mar 11th, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1. Could not find resource admin
  2.  
  3. REGION_NAME
  4. HOST_IP
  5. KEYSTONE_SERVICE_HOST
  6. KEYSTONE_AUTH_HOST
  7.  
  8. openstack endpoint list | grep keystone
  9.  
  10. ...
  11. devstack/functions-common:time_stop:L2354: START_TIME[$name]=
  12. devstack/functions-common:time_stop:L2355: TOTAL_TIME[$name]=0
  13. ./stack.sh:main:L998: is_service_enabled keystone
  14. devstack/functions-common:is_service_enabled:L2046: return 0
  15. ./stack.sh:main:L999: echo_summary 'Starting Keystone'
  16. ./stack.sh:echo_summary:L379: [[ -t 3 ]]
  17. ./stack.sh:echo_summary:L379: [[ True != True ]]
  18. ./stack.sh:echo_summary:L385: echo -e Starting Keystone
  19. ./stack.sh:main:L1001: '[' 192.100.100.10 == 192.100.200.10 ']'
  20. ./stack.sh:main:L1007: is_service_enabled tls-proxy
  21. /home/stack/devstack/functions-common:is_service_enabled:L2046: return 1
  22. ./stack.sh:main:L1016: cat
  23. ./stack.sh:main:L1031: source /home/stack/devstack/userrc_early
  24. devstack/userrc_early:source:L4: export OS_IDENTITY_API_VERSION=3
  25. devstack/userrc_early:source:L4: OS_IDENTITY_API_VERSION=3
  26. devstack/userrc_early:source:L5: export OS_AUTH_URL=http://192.100.100.10:35357
  27. devstack/userrc_early:source:L5: OS_AUTH_URL=http://192.100.100.10:35357
  28. devstack/userrc_early:source:L6: export OS_USERNAME=admin
  29. devstack/userrc_early:source:L6: OS_USERNAME=admin
  30. devstack/userrc_early:source:L7: export OS_USER_DOMAIN_ID=default
  31. devstack/userrc_early:source:L7: OS_USER_DOMAIN_ID=default
  32. devstack/userrc_early:source:L8: export OS_PASSWORD=openstack
  33. devstack/userrc_early:source:L8: OS_PASSWORD=openstack
  34. devstack/userrc_early:source:L9: export OS_PROJECT_NAME=admin
  35. devstack/userrc_early:source:L9: OS_PROJECT_NAME=admin
  36. devstack/userrc_early:source:L10: export OS_PROJECT_DOMAIN_ID=default
  37. devstack/userrc_early:source:L10: OS_PROJECT_DOMAIN_ID=default
  38. devstack/userrc_early:source:L11: export OS_REGION_NAME=RegionTwo
  39. devstack/userrc_early:source:L11: OS_REGION_NAME=RegionTwo
  40. ./stack.sh:main:L1033: create_keystone_accounts
  41. devstack/lib/keystone:create_keystone_accounts:L376: local admin_tenant
  42. devstack/lib/keystone:create_keystone_accounts:L377: openstack project show admin -f value -c id
  43. Could not find resource admin
  44. devstack/lib/keystone:create_keystone_accounts:L377: admin_tenant=
  45. devstack/lib/keystone:create_keystone_accounts:L1: exit_trap
  46. ./stack.sh:exit_trap:L474: local r=1
  47. ./stack.sh:exit_trap:L475: jobs -p
  48. ./stack.sh:exit_trap:L475: jobs=
  49. ./stack.sh:exit_trap:L478: [[ -n '' ]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement