Quick reference
Copy the mustelinet URLs, route formats, and tenant values used across the docs.
Use this page when you already know what you are trying to do and need the exact URL, route format, or value source.
Skyline dashboard
https://skyline.openstack.mustelinet.com
Authentication
auth.mustelinet.com
SSH endpoint
ssh.mustelinet.com on port 2222
App DNS suffix
apps.mustelinet.com
OpenStack auth URL
https://keystone.openstack.mustelinet.com
Service status
Check uptime before debugging tenant resources.
Identifiers and route formats
| What you need | Format | Source |
|---|---|---|
| Skyline console path | Compute, Instances, Console | Use after creating the VM with Login Type Password. |
| Generated VM DNS name | <vm_id>.<project_id>.apps.mustelinet.com | Skyline DNS or Designate page after floating IP association. |
| SSH command | ssh -p 2222 <vm-username>@<vm-name>-<project-name>@ssh.mustelinet.com | VM username comes from the image; VM name and project name come from Skyline. |
| Ubuntu console or SSH username | ubuntu | Ubuntu cloud images normally use this user. |
| OpenStack auth URL | https://keystone.openstack.mustelinet.com | Use with application credentials for Terraform and API automation. |
| Tenant floating IP range | 10.50.0.0/24 | Used by mustelinet routing; not a direct public internet IP range. |
🧭 DNS IDs and SSH names are different
Generated DNS names use VM and project IDs. SSH uses the VM username plus VM and project names in the route template.
Default VM usernames
| Image family | Console or SSH username |
|---|---|
| Ubuntu images | ubuntu |
| Debian images | debian |
| Fedora Cloud | fedora |
| AlmaLinux | almalinux |
| Rocky Linux | rocky |
| Alpine | alpine |
| Fedora CoreOS | core |
For console access, prefer normal server or cloud images.
Where to find values in Skyline
| Value | Where to look |
|---|---|
| Current project | Project selector in the Skyline header. |
| VM name | Compute, Instances. |
| VM ID | Instance details page. |
| Project ID | Project details, Identity area, DNS zone, or onboarding resource summary when exposed. |
| Floating IP | Network, Floating IPs, or the instance details page after association. |
| Generated DNS name | DNS or Designate page in the project zone under apps.mustelinet.com. |
| Security group rules | Network, Security Groups. |
| Application credentials | User menu, User Center, Application Credentials. |
Terraform values
Use an application credential from the correct project, then configure Terraform with:
clouds:
mustelinet:
auth_type: v3applicationcredential
auth:
auth_url: https://keystone.openstack.mustelinet.com
application_credential_id: <application-credential-id>
application_credential_secret: <application-credential-secret>
interface: public
identity_api_version: 3🔒 Keep generated secrets local
Do not commit clouds.yaml, Terraform state, application credential secrets, private keys, or kubeconfigs.
