Skip to content

Conversation

DSpeichert
Copy link
Contributor

While not clearly documented, the native openstacksdk package supports both
extensions. This brings parity with the official Python SDK.

Copy link
Contributor

@jtopjian jtopjian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@DSpeichert Thank you for submitting this - it's appreciated. I've left one comment with respect to the named return values. Please let me know if you have any questions or would like to discuss.

//
// If found, the contents of the file is returned.
func FindAndReadCloudsYAML() (string, []byte, error) {
func FindAndReadCloudsYAML() (s string, b []byte, err error) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: Can you revert this? I'm not opposed to named return values, but introducing this would break style consistency within the rest of the code.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!

While not clearly documented, the native openstacksdk package supports both
extensions. This brings parity with the official Python SDK.
Copy link
Contributor

@jtopjian jtopjian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - thank you!

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

Successfully merging this pull request may close these issues.

2 participants