Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ Asghar committed Mar 6, 2015
1 parent baf0366 commit b56af07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ If your knife.rb file will be checked into a SCM system (ie readable by others)
knife[:openstack_username] = "#{ENV['OS_USERNAME']}"
knife[:openstack_password] = "#{ENV['OS_PASSWORD']}"
knife[:openstack_tenant] = "#{ENV['OS_TENANT_NAME']}"
knife[:openstack_region] = "#{ENV['OS_region_NAME']}"
knife[:openstack_region] = "#{ENV['OS_REGION_NAME']}"

If your OpenStack deployment is over SSL, but does not have a valid certificate, you can add the following option to bypass SSL check:

Expand Down

0 comments on commit b56af07

Please sign in to comment.