You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creating a server with: gscloud server create --name test-1 --cores=1 --mem=1 --with-template="CentOS 8 (x86_64)" --hostname test-1
fails with
Server created: 1020a40a-f1d5-42da-8d65-877e9c159e94
Failed generating password: number of digits and symbols must be less than total length
according to @bkircher this is because if you leave the --password flag, a password is automatically generated - and the generated password doesn't pass the API requirements.
we expect to return the password, and the storage UUID
The text was updated successfully, but these errors were encountered:
Creating a server with:
gscloud server create --name test-1 --cores=1 --mem=1 --with-template="CentOS 8 (x86_64)" --hostname test-1
fails with
Server created: 1020a40a-f1d5-42da-8d65-877e9c159e94
Failed generating password: number of digits and symbols must be less than total length
according to @bkircher this is because if you leave the --password flag, a password is automatically generated - and the generated password doesn't pass the API requirements.
we expect to return the password, and the storage UUID
The text was updated successfully, but these errors were encountered: