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

Providing logger to instance_generator, fixes #142 #146

Merged
merged 2 commits into from Jun 3, 2015
Merged

Conversation

tyler-ball
Copy link
Contributor

fixes #142

Also brought the availability_zone behavior in line with the README

\cc @joelhandwell @fnichol @metadave @randomcamel

@tyler-ball tyler-ball added the Bug label Jun 3, 2015
@tyler-ball tyler-ball self-assigned this Jun 3, 2015
@@ -159,6 +159,8 @@ def finalize_config!(instance)

if config[:availability_zone].nil?
config[:availability_zone] = config[:region] + "b"
elsif config[:availability_zone] =~ /^[a-zA-Z]$/

Choose a reason for hiding this comment

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

is this related to logging?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Not at all, it just brings the behavior in line with what was already in the README

@bookshelfdave
Copy link

+1, looks good if Travis is happy

@joelhandwell
Copy link

@tyler-ball Thank you for quick response, you are saving my day.

@tyler-ball tyler-ball changed the title Providing logger to instance_generator Providing logger to instance_generator, fixes #142 Jun 3, 2015
@fnichol
Copy link
Contributor

fnichol commented Jun 3, 2015

Awesome! 👍

@airom
Copy link

airom commented Jun 3, 2015

@tyler-ball THANK YOU:) 👍

tyler-ball added a commit that referenced this pull request Jun 3, 2015
Providing logger to instance_generator, fixes #142
@tyler-ball tyler-ball merged commit 7373fd5 into master Jun 3, 2015
@tyler-ball tyler-ball deleted the tball/logging branch June 3, 2015 22:25
@tyler-ball
Copy link
Contributor Author

0.9.4 released

@joelhandwell
Copy link

Thanks!

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 this pull request may close these issues.

undefined local variable or method `logger' on kitchen create
5 participants