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

Allow enabling ip forward when creating instance #46

Merged
merged 5 commits into from
Feb 24, 2015

Conversation

luisbosque
Copy link
Contributor

No description provided.

The way metadata was being sent to google api was wrong. According to
API reference
https://cloud.google.com/compute/docs/reference/latest/instances#resource
metadata items are hashes like this:

{'key': mykey, 'value': myvalue}

However they were being passed as:

{'mykey': 'myvalue'}
@paulrossman paulrossman self-assigned this Feb 24, 2015
@paulrossman
Copy link
Contributor

Thanks for the updates!

paulrossman added a commit that referenced this pull request Feb 24, 2015
Changes in this pull request:
- enabling ip forward when creating instance
- creating disk with different disk types (pd, ssd)
- allow passing metadata and metadata fixes
- added .ruby-version to gitignore
@paulrossman paulrossman merged commit f0a0059 into chef:master Feb 24, 2015
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