openstack-endpoint-update-resp.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "endpoint": {
  3. "created_at": "2019-07-31T17:36:46.000000",
  4. "updated_at": "2019-08-01T14:26:31.000000",
  5. "deleted_at": null,
  6. "deleted": "0",
  7. "id": "575ba652-ff3a-4cb9-ab03-eb6cbeaae2c4",
  8. "user_id": "7cf9b4745d514517b3eae440438136bc",
  9. "project_id": "ffc16db2011e41f28152897c279b6bcc",
  10. "connection_info": {
  11. "cinder_interface_name": "publicURL",
  12. "swift_interface_name": "publicURL",
  13. "auth_url": "http://25.48.0.101/identity/v3",
  14. "nova_interface_name": "publicURL",
  15. "glance_region_name": "RegionOne",
  16. "neutron_region_name": "RegionOne",
  17. "cinder_region_name": "RegionOne",
  18. "glance_api_version": 2,
  19. "glance_interface_name": "publicURL",
  20. "interface_name": "publicURL",
  21. "allow_untrusted_swift": true,
  22. "username": "coriolis",
  23. "project_name": "coriolis",
  24. "project_domain_id": "default",
  25. "region_name": "RegionOne",
  26. "swift_region_name": "RegionOne",
  27. "nova_region_name": "RegionOne",
  28. "password": "Passw0rd",
  29. "user_domain_id": "default",
  30. "allow_untrusted": false,
  31. "identity_api_version": 3,
  32. "neutron_interface_name": "publicURL",
  33. "ceph_options": {
  34. "ceph_conf_file": [
  35. "[global]",
  36. "uth_supported = cephx",
  37. "keyring = /etc/ceph/$cluster.$name.keyring",
  38. "mon host = 10.107.3.219 10.107.3.222 10.107.3.239",
  39. "log to syslog = false",
  40. "err to syslog = false",
  41. "clog to syslog = false",
  42. "[client]"
  43. ],
  44. "ceph_username": "cinder-ceph",
  45. "ceph_keyring_file": [
  46. "[client.cinder-ceph]",
  47. "key = AQCXsL9f7UCQBhAAqiKtO+BrngtjkqfjzyJyfg=="
  48. ],
  49. "ceph_pool_name": "cinder-ceph",
  50. "ceph_cluster_name": "cinder-ceph",
  51. "ceph_connection_timeout": 0
  52. }
  53. },
  54. "type": "openstack",
  55. "name": "Updated Name",
  56. "description": "Updated description",
  57. "mapped_regions": [
  58. "public"
  59. ]
  60. }
  61. }