correct the errors in the allinone template(using single flat network)

This commit is contained in:
jjhua 2013-12-17 20:53:30 -05:00
parent 413ec01107
commit f3bc8f145a
2 changed files with 2 additions and 2 deletions

View File

@ -129,7 +129,7 @@ override_attributes(
"openvswitch"=> {
"tenant_network_type"=>"vlan",
"network_vlan_ranges"=>"physnet1",
"bridge_mappings"=>"physnet1:#TABLE:clouds:name=$CLOUD:datainterface#"
"bridge_mappings"=>"physnet1:br-#TABLE:clouds:name=$CLOUD:datainterface#"
}
},
"compute" => {

View File

@ -132,7 +132,7 @@ override_attributes(
"openvswitch"=> {
"tenant_network_type"=>"vlan",
"network_vlan_ranges"=>"physnet1",
"bridge_mappings"=>"physnet1:#TABLE:clouds:name=$CLOUD:datainterface#"
"bridge_mappings"=>"physnet1:br-#TABLE:clouds:name=$CLOUD:datainterface#"
}
},
"compute" => {