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