-
Notifications
You must be signed in to change notification settings - Fork 322
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
added openstack metadata integration #65
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, just a few minor nits.
parser_test.go
Outdated
"access_ip_v6": "", | ||
"metadata.status":"superServer", | ||
"metadata.#":"very bad", | ||
"metadata_toes":"faada2142412jhb1j2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please correct the spacing here.
parser_test.go
Outdated
"database": ["10.0.0.8"] | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove blank line.
@@ -98,7 +98,7 @@ func (r Resource) Groups() []string { | |||
if v == "" { | |||
g := k | |||
groups = append(groups, g) | |||
// Key-value | |||
// Key-value |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this a gofmt change? I know it's not part of this PR, but since we're touching it, please move it inside the else branch or remove it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yep, I checked it and it's gofmt
Thanks very much for the quick turnaround on this review! |
Sure no problem, Thank you for the great work |
hello, I've added integration for openstack way of calling tags