1. ---
  2. # token is the admin_token in keystone.conf
  3. token: ################
  4. endpoint: http://10.173.16.1:35357/v2.0
  5. default tenant:
  6. name: osAdmin
  7. description: OS Admin Tenant
  8. # This is the admin user
  9. default user:
  10. name: osAdmin
  11. password: #######
  12. # See: http://docs.openstack.org/essex/openstack-compute/install/content/setting-up-tenants-users-and-roles.html
  13. service users:
  14. - name: glance
  15. password: glance
  16. - name: nova
  17. password: nova
  18. - name: ec2
  19. password: ec2
  20. - name: swift
  21. password: swiftpass
  22. # See: http://docs.openstack.org/essex/openstack-compute/install/content/keystone-service-endpoint-create.html
  23. services and endpoints:
  24. - name: keystone
  25. type: identity
  26. description: Keystone Identity Service
  27. region: RegionOne
  28. publicurl: http://10.173.16.1:5000/v2.0
  29. internalurl: http://10.173.16.1:5000/v2.0
  30. adminurl: http://10.173.16.1:35357/v2.0
  31. - name: nova
  32. type: compute
  33. description: Nova Compute Service
  34. region: RegionOne
  35. publicurl: http://10.173.16.1:8774/v2/%(tenant_id)s
  36. internalurl: http://10.173.16.1:8774/v2/%(tenant_id)s
  37. adminurl: http://10.173.16.1:8774/v2/%(tenant_id)s
  38. - name: volume
  39. type: volume
  40. description: Nova Volume Service
  41. region: RegionOne
  42. publicurl: http://10.173.16.1:8776/v1/%(tenant_id)s
  43. internalurl: http://10.173.16.1:8776/v1/%(tenant_id)s
  44. adminurl: http://10.173.16.1:8776/v1/%(tenant_id)s
  45. - name: glance
  46. type: image
  47. description: Glance Image Service
  48. region: RegionOne
  49. publicurl: http://10.173.16.1:9292/v1
  50. internalurl: http://10.173.16.1:9292/v1
  51. adminurl: http://10.173.16.1:9292/v1
  52. - name: ec2
  53. type: ec2
  54. description: EC2 Compatibility Layer
  55. region: RegionOne
  56. publicurl: http://10.173.16.1:8773/services/Cloud
  57. internalurl: http://10.173.16.1:8773/services/Cloud
  58. adminurl: http://10.173.16.1:8773/services/Admin
  59. - name: swift
  60. type: object-store
  61. description: Swift Object Storage Service
  62. region: RegionOne
  63. publicurl: http://10.173.16.1:8888/v1/AUTH_%(tenant_id)s
  64. internalurl: http://10.173.16.1:8888/v1/AUTH_%(tenant_id)s
  65. adminurl: http://10.173.16.1:8888/v1