Skip to main content

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 NameProject NameURL
DashboardHorizonhttps://cloud.tecnalia.dev
CloudformationAWS CloudFormationhttps://cloud.tecnalia.dev:13005/v1
ComputeNovahttps://cloud.tecnalia.dev:13774/v2.1
IdentityKeystonehttps://cloud.tecnalia.dev:13000
ImageGlancehttps://cloud.tecnalia.dev:13292
NetworkNeutronhttps://cloud.tecnalia.dev:13696
Object StoreSwifthttps://cloud.tecnalia.dev:13808/swift/v1/AUTH_(project_id)
OrchestrationHeathttps://cloud.tecnalia.dev:13004/v1/(project_id)
PlacementPlacementhttps://cloud.tecnalia.dev:13778/placement
Volumev3Cinderhttps://cloud.tecnalia.dev:13776/v3/(project_id)

#Hardware resources

TBD