We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I run this command:
docker-machine -D create -d otc \ --otc-service-endpoint https://ecs.eu-de.otc.t-systems.com \ --otc-region eu-de \ --otc-tenant-id $MY_TENANT_ID \ --otc-access-key-id $MY_ACCESS_KEY_ID \ --otc-access-key-secret $MY_ACCESS_KEY_SECRET \ --otc-image-id 6a30d701-9294-409e-b9dc-8d95c78a5ca4 \ --otc-root-volume-size 50 \ --otc-root-volume-type SATA \ --otc-security-group default \ --otc-vpc-id $MY_VPC_ID \ rene-test1
It fails with:
notifying bugsnag: [Error creating machine: Error in driver during machine creation: rene-test1 | Failed to crate ssh key pair: unknown error, status code: 400, err: { }]
According to the debug output, the remote side is complaining about a tenand ID mismatch:
(rene-test1) DBG | subnets:[] response code:400 error info:{VPC.0007 urlTenantId is not equal tokenTenantId.}
The text was updated successfully, but these errors were encountered:
Tenant-ID = Project-ID
Sorry, something went wrong.
No branches or pull requests
I run this command:
It fails with:
According to the debug output, the remote side is complaining about a tenand ID mismatch:
The text was updated successfully, but these errors were encountered: