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

MAAS server API malformed #806

Closed
blackliner opened this issue Sep 11, 2023 · 2 comments · Fixed by #807
Closed

MAAS server API malformed #806

blackliner opened this issue Sep 11, 2023 · 2 comments · Fixed by #807
Assignees
Labels

Comments

@blackliner
Copy link

Summary

The parameters section for MAAS server is showing one huge list of strings, instead of a nicely formatted dictionary

Process

Look for node_timeout on https://maas.io/docs/api

Current and expected result

The parameters section for MAAS server is showing one huge list of strings, instead of a nicely formatted dictionary

Screenshot

image

VS a working example:

image

@ndv99
Copy link
Collaborator

ndv99 commented Sep 12, 2023

Looks like the issue originates from the OpenAPI YAML file that MAAS generates: https://raw.githubusercontent.com/maas/maas-openapi-yaml/main/openapi.yaml#:~:text=/maas/op%2Dget_config%3A

@ndv99
Copy link
Collaborator

ndv99 commented Sep 12, 2023

@SK1Y101 is going to fix this on the back-end first, once the change has landed then the issue should theoretically be solved. Will wait until then before changing status here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants