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

added openstack metadata integration #65

Merged
merged 4 commits into from
Jun 9, 2017
Merged

added openstack metadata integration #65

merged 4 commits into from
Jun 9, 2017

Conversation

gitirabassi
Copy link
Contributor

hello, I've added integration for openstack way of calling tags

Copy link
Owner

@adammck adammck left a 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"
Copy link
Owner

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"]

Copy link
Owner

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
Copy link
Owner

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.

Copy link
Contributor Author

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

@adammck adammck merged commit 898a727 into adammck:master Jun 9, 2017
@adammck
Copy link
Owner

adammck commented Jun 9, 2017

Thanks very much for the quick turnaround on this review!

@gitirabassi
Copy link
Contributor Author

Sure no problem, Thank you for the great work

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