Openstack Endpoints
The process of engaging an OpenStack cloud is started through the querying of an API endpoint. Each of the services in our cloud environment runs on a particular URL and port. These are the endpoint addresses for our services. When a client communicates with our OpenStack environment that runs the OpenStack Identity service, this service returns the endpoint URLs that the user can use in an OpenStack environment. Following the endpoints of our cloud:
| Service Name | Project Name | URL |
|---|---|---|
| Dashboard | Horizon | https://cloud.tecnalia.dev |
| Cloudformation | AWS CloudFormation | https://cloud.tecnalia.dev:13005/v1 |
| Compute | Nova | https://cloud.tecnalia.dev:13774/v2.1 |
| Identity | Keystone | https://cloud.tecnalia.dev:13000 |
| Image | Glance | https://cloud.tecnalia.dev:13292 |
| Network | Neutron | https://cloud.tecnalia.dev:13696 |
| Object Store | Swift | https://cloud.tecnalia.dev:13808/swift/v1/AUTH_(project_id) |
| Orchestration | Heat | https://cloud.tecnalia.dev:13004/v1/(project_id) |
| Placement | Placement | https://cloud.tecnalia.dev:13778/placement |
| Volumev3 | Cinder | https://cloud.tecnalia.dev:13776/v3/(project_id) |
#Hardware resources
TBD