mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 03:12:30 +00:00 
			
		
		
		
	correct the errors in the allinone template(using single flat network)
This commit is contained in:
		| @@ -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" => { | ||||
|   | ||||
| @@ -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" => { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user