Tmp change: skipp passwordless recipe

Change-Id: I8675c133df84cd801d49c4a285fe8d9730c8be81
This commit is contained in:
Weidong Shao 2014-09-03 07:16:45 +00:00
parent 8feb56ce06
commit b1802468b3

View File

@ -9,8 +9,7 @@
"chef_type": "role", "chef_type": "role",
"run_list": [ "run_list": [
"role[os-base]", "role[os-base]",
"recipe[openstack-compute::compute]", "recipe[openstack-compute::compute]"
"recipe[openssh::passwordless]"
], ],
"env_run_lists": { "env_run_lists": {
} }