From e61c85bc7189dfc17e188f77b87bf5ac22bc94df Mon Sep 17 00:00:00 2001 From: Ekaterina Fedorova Date: Mon, 25 Nov 2013 16:20:06 +0400 Subject: [PATCH] Change Quantum to Neutron in Linux heat template Change-Id: Ib5cf445097334e40570913078fd3e1b8b62e10d4 --- .../Services/heat_templates/Linux.template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/muranorepository/Services/heat_templates/Linux.template b/muranorepository/Services/heat_templates/Linux.template index 36d909c..6c20782 100644 --- a/muranorepository/Services/heat_templates/Linux.template +++ b/muranorepository/Services/heat_templates/Linux.template @@ -22,7 +22,7 @@ } }, "$instancePort": { - "Type": "OS::Quantum::Port", + "Type": "OS::Neutron::Port", "Properties": { "network_id": { "Ref": "network" @@ -76,13 +76,13 @@ } }, "network": { - "Type": "OS::Quantum::Net", + "Type": "OS::Neutron::Net", "Properties": { "name": "$network-{environmentId}" } }, "subnet": { - "Type": "OS::Quantum::Subnet", + "Type": "OS::Neutron::Subnet", "Properties": { "network_id": { "Ref": "network" @@ -99,10 +99,10 @@ } }, "router": { - "Type": "OS::Quantum::Router" + "Type": "OS::Neutron::Router" }, "router_interface": { - "Type": "OS::Quantum::RouterInterface", + "Type": "OS::Neutron::RouterInterface", "Properties": { "router_id": { "Ref": "router" @@ -113,7 +113,7 @@ } }, "router_gateway": { - "Type": "OS::Quantum::RouterGateway", + "Type": "OS::Neutron::RouterGateway", "Properties": { "router_id": { "Ref": "router"