support for cinder

This commit is contained in:
jjhua 2013-12-23 15:37:45 -05:00
parent 52098b8ad4
commit b55034f64c
4 changed files with 18 additions and 2 deletions

View File

@ -105,7 +105,10 @@ override_attributes(
"identity_service_chef_role" => "allinone-compute"
},
"block-storage" => {
"keystone_service_chef_role" => "allinone-compute"
"rabbit"=>{
"host"=>"#TABLE:clouds:name=$CLOUD:hostip#"
},
"keystone_service_chef_role" => "allinone-compute"
},
"dashboard" => {
"keystone_service_chef_role" => "allinone-compute",

View File

@ -108,7 +108,10 @@ override_attributes(
"identity_service_chef_role" => "allinone-compute"
},
"block-storage" => {
"keystone_service_chef_role" => "allinone-compute"
"rabbit"=>{
"host"=>"#TABLE:clouds:name=$CLOUD:hostip#"
},
"keystone_service_chef_role" => "allinone-compute"
},
"dashboard" => {
"keystone_service_chef_role" => "allinone-compute",

View File

@ -105,6 +105,11 @@ override_attributes(
"cirros" => "https://launchpad.net/cirros/trunk/0.3.0/+download/cirros-0.3.0-x86_64-disk.img"
},
},
"block-storage" => {
"rabbit"=>{
"host"=>"#TABLE:clouds:name=$CLOUD:hostip#"
}
},
"dashboard" => {
"use_ssl" => "false"
},

View File

@ -108,6 +108,11 @@ override_attributes(
"cirros" => "https://launchpad.net/cirros/trunk/0.3.0/+download/cirros-0.3.0-x86_64-disk.img"
},
},
"block-storage" => {
"rabbit"=>{
"host"=>"#TABLE:clouds:name=$CLOUD:hostip#"
}
},
"dashboard" => {
"use_ssl" => "false"
},