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

KNIFE-368 Ability to specify metadata during OpenStack server create #109

Merged
merged 6 commits into from
Jun 2, 2014

Conversation

ameyavarade
Copy link
Contributor

:short => "-M X=1",
:long => "--metadata X=1",
:description => "Metadata information for this server (may pass multiple times)",
:proc => Proc.new { |data| md.merge!({data.split('=')[0]=>data.split('=')[1]}) }
Copy link
Contributor

Choose a reason for hiding this comment

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

can we use Chef::Config[:knife][:openstack_metadata] instead of md?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed !!!

ameyavarade and others added 5 commits May 29, 2014 18:42
Added network id option to server create command
…ife-openstack into ameya-metadata-option

Conflicts:
	lib/chef/knife/cloud/openstack_server_create_options.rb
	lib/chef/knife/openstack_server_create.rb
	spec/unit/openstack_server_create_spec.rb
kaustubh-d added a commit that referenced this pull request Jun 2, 2014
[knife-cloud] KNIFE-368 Ability to specify metadata during OpenStack server create
@kaustubh-d kaustubh-d merged commit 86e0a29 into knife-cloud Jun 2, 2014
@jjasghar jjasghar deleted the ameya-metadata-option branch April 17, 2015 16:02
@tas50 tas50 changed the title [knife-cloud] KNIFE-368 Ability to specify metadata during OpenStack server create KNIFE-368 Ability to specify metadata during OpenStack server create Dec 12, 2016
@tas50 tas50 added Type: Enhancement Adds new functionality. and removed Enhancement labels Jul 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement Adds new functionality.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants