fixed a minor issue in the cloud template file

This commit is contained in:
jjhua 2013-11-12 15:37:07 -05:00
parent 3b18b981c5
commit 93a98c256c

View File

@ -132,7 +132,7 @@ override_attributes(
}
},
"compute" => {
"identity_service_chef_role" => "os-compute-single-controller",
"identity_service_chef_role" => "os-single-controller",
"rabbit"=>{
"host"=>"#TABLE:clouds:name=$CLOUD:hostip#"
},