Skip to content
New issue

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

Creating a server without password fails #104

Closed
MarcHarriss opened this issue Jan 12, 2021 · 0 comments
Closed

Creating a server without password fails #104

MarcHarriss opened this issue Jan 12, 2021 · 0 comments

Comments

@MarcHarriss
Copy link
Member

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

MarcHarriss added a commit that referenced this issue Jan 12, 2021
password is given on storage create success
@MarcHarriss MarcHarriss changed the title Creating a server with Creating a server without password fails Jan 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant