刀天青服务器列表返回空结果

我试图在Ubuntu 16.04上设置CHEF服务器和工作站。

我已经遵循了几个指南,到目前为止,我可以得到它列出可用的图像,但“天青服务器列表”返回一个空的结果。

AFAIK我已经完成了所有必需的工作。 我已经获得了发布设置文件,managementCertificate.pem等

这是我的knife.rb内容:

current_dir = File.dirname(__FILE__) log_level :info log_location STDOUT node_name "bruce" client_key "#{current_dir}/bruce.pem" validation_client_name "company-validator" validation_key "#{current_dir}/company-validator.pem" chef_server_url "https://URL/organizations/company" syntax_check_cache_path "#{ENV['HOME']}/.chef/syntaxcache" cookbook_path ["#{current_dir}/../cookbooks"] knife[:azure_publish_settings_file] = "#{current_dir}/Enterprise Dev-Test-Microsoft Azure Enterprise-2-20-2017-credentials.publishsettings" knife[:azure_mgmt_cert] = "~/managementCertificate.pem" knife[:azure_subscription_id] = "specific subscription id i want to work with" 

任何想法,为什么我没有得到任何东西? 有在那里vms …预先感谢!