Created
January 29, 2013 16:15
-
-
Save gondoi/4665441 to your computer and use it in GitHub Desktop.
Setting insecure flag
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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