Change Quantum to Neutron in Linux heat template
Change-Id: Ib5cf445097334e40570913078fd3e1b8b62e10d4
This commit is contained in:
parent
02b3e7cb5a
commit
e61c85bc71
@ -22,7 +22,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"$instancePort": {
|
"$instancePort": {
|
||||||
"Type": "OS::Quantum::Port",
|
"Type": "OS::Neutron::Port",
|
||||||
"Properties": {
|
"Properties": {
|
||||||
"network_id": {
|
"network_id": {
|
||||||
"Ref": "network"
|
"Ref": "network"
|
||||||
@ -76,13 +76,13 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"network": {
|
"network": {
|
||||||
"Type": "OS::Quantum::Net",
|
"Type": "OS::Neutron::Net",
|
||||||
"Properties": {
|
"Properties": {
|
||||||
"name": "$network-{environmentId}"
|
"name": "$network-{environmentId}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"subnet": {
|
"subnet": {
|
||||||
"Type": "OS::Quantum::Subnet",
|
"Type": "OS::Neutron::Subnet",
|
||||||
"Properties": {
|
"Properties": {
|
||||||
"network_id": {
|
"network_id": {
|
||||||
"Ref": "network"
|
"Ref": "network"
|
||||||
@ -99,10 +99,10 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"router": {
|
"router": {
|
||||||
"Type": "OS::Quantum::Router"
|
"Type": "OS::Neutron::Router"
|
||||||
},
|
},
|
||||||
"router_interface": {
|
"router_interface": {
|
||||||
"Type": "OS::Quantum::RouterInterface",
|
"Type": "OS::Neutron::RouterInterface",
|
||||||
"Properties": {
|
"Properties": {
|
||||||
"router_id": {
|
"router_id": {
|
||||||
"Ref": "router"
|
"Ref": "router"
|
||||||
@ -113,7 +113,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"router_gateway": {
|
"router_gateway": {
|
||||||
"Type": "OS::Quantum::RouterGateway",
|
"Type": "OS::Neutron::RouterGateway",
|
||||||
"Properties": {
|
"Properties": {
|
||||||
"router_id": {
|
"router_id": {
|
||||||
"Ref": "router"
|
"Ref": "router"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user