Typos in heat_templates
Change-Id: I8ff1fa52944cfe296aa11a6c329fd60ea43da7e3 Fixes: MRN-1333
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"Resources": {
|
"Resources": {
|
||||||
"$port-{instanceName}": {
|
"$instancePort": {
|
||||||
"Properties": {
|
"Properties": {
|
||||||
"security_groups" : [ {"Ref" : "ApacheSecurityGroup"} ]
|
"security_groups" : [ {"Ref" : "ApacheSecurityGroup"} ]
|
||||||
}
|
}
|
||||||
@@ -26,4 +26,4 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -21,7 +21,7 @@
|
|||||||
"NetworkInterfaces": [ { "Ref": "$port-{instanceName}" } ]
|
"NetworkInterfaces": [ { "Ref": "$port-{instanceName}" } ]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"$port-{instanceName}": {
|
"$instancePort": {
|
||||||
"Type": "OS::Quantum::Port",
|
"Type": "OS::Quantum::Port",
|
||||||
"Properties": {
|
"Properties": {
|
||||||
"network_id": {
|
"network_id": {
|
||||||
|
Reference in New Issue
Block a user