# Pastebin oqFD3CG0 endpoints: - interfaces: - {type: public, url: 'https://identity.example.com'} - {type: internal, url: 'https://internal-indentity.example.com'} - {type: admin, url: 'https://admin-identity.example.com'} region: &id001 {description: First Region} service: &id002 {type: Identity} - interfaces: - {type: public, url: 'https://compute.example.com/v2.1/'} region: *id001 service: &id004 {type: Compute} - interfaces: - {type: public, url: 'https://volume.example.com/v2/{project_id}'} region: *id001 service: &id003 {type: volumev2} regions: RegionOne: *id001 RegionTwo: description: Second Region parent_region: *id001 services: ServiceOne: *id002 ServiceThree: *id003 ServiceTwo: *id004 endpoints: - interfaces: - {type: public, url: 'https://identity.example.com'} - {type: internal, url: 'https://internal-indentity.example.com'} - {type: admin, url: 'https://admin-identity.example.com'} region: &id001 {description: First Region} service: &id002 {type: Identity} - interfaces: - {type: public, url: 'https://compute.example.com/v2.1/'} region: *id001 service: &id004 {type: Compute} - interfaces: - {type: public, url: 'https://volume.example.com/v2/{project_id}'} region: *id001 service: &id003 {type: volumev2} regions: RegionOne: *id001 RegionTwo: description: Second Region parent_region: *id001 services: ServiceOne: *id002 ServiceThree: *id003 ServiceTwo: *id004