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
I noticed when I include a meta-data property in my test.json, the meta-data is included in the responses with /{id}/meta-data, /groups/{name}, and /{id}:
When meta-data is returned as part of a full cloud-init payload, several additional fields are added.
https://github.com/OpenCHAMI/cloud-init/blob/main/cmd/cloud-init-server/handlers.go#L138C1-L174C2
When meta-data is returned alone, it doesn't get the additional fields added.
These two calls should be equivalent.
The text was updated successfully, but these errors were encountered: