Skip to content

Instantly share code, notes, and snippets.

@gondoi
Created January 29, 2013 16:15
Show Gist options
  • Save gondoi/4665441 to your computer and use it in GitHub Desktop.
Save gondoi/4665441 to your computer and use it in GitHub Desktop.
Setting insecure flag
option :openstack_insecure,
:long => "--insecure",
:description => "Ignore SSL certificate on the Auth URL",
:boolean => true,
:default => false,
:proc => Proc.new { |key| Chef::Config[:knife][:openstack_insecure] = !key }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment