openstack-endpoint-get-resp.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "endpoint": {
  3. "created_at": "2019-07-10T12:10:55.000000",
  4. "updated_at": null,
  5. "deleted_at": null,
  6. "deleted": "0",
  7. "id": "5a276274-f964-4c07-aec4-01a7971d9eea",
  8. "user_id": "7cf9b4745d514517b3eae440438136bc",
  9. "project_id": "ffc16db2011e41f28152897c279b6bcc",
  10. "connection_info": {
  11. "username": "admin",
  12. "project_name": "admin",
  13. "user_domain_id": "default",
  14. "allow_untrusted": true,
  15. "identity_api_version": 3,
  16. "glance_api_version": 2,
  17. "auth_url": "http://25.48.0.101/identity/v3",
  18. "password": "Passw0rd",
  19. "allow_untrusted_swift": true,
  20. "project_domain_id": "default",
  21. "region_name": "RegionOne",
  22. "nova_region_name": "RegionOne",
  23. "neutron_region_name": "RegionOne",
  24. "glance_region_name": "RegionOne",
  25. "cinder_region_name": "RegionOne",
  26. "swift_region_name": "RegionOne",
  27. "interface_name": "publicURL",
  28. "nova_interface_name": "publicURL",
  29. "neutron_interface_name": "publicURL",
  30. "glance_interface_name": "publicURL",
  31. "cinder_interface_name": "publicURL",
  32. "swift_interface_name": "publicURL",
  33. "ceph_options": {
  34. "ceph_conf_file": "/etc/ceph/ceph.conf",
  35. "ceph_username": "root",
  36. "ceph_keyring_file": "/home/ubuntu/keyring_file",
  37. "ceph_pool_name": "pool_name",
  38. "ceph_cluster_name": "cluster_name",
  39. "ceph_connection_timeout": "1200"
  40. }
  41. },
  42. "type": "openstack",
  43. "name": "Endpoint Name Example",
  44. "description": "Example Endpoint Description",
  45. "mapped_regions": ["public"]
  46. }
  47. }