Typos in heat_templates

Change-Id: I8ff1fa52944cfe296aa11a6c329fd60ea43da7e3
Fixes: MRN-1333
This commit is contained in:
Dmitry Teselkin 2013-11-18 15:54:45 +04:00
parent 4c1c44f1b5
commit d8149923d3
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"Resources": {
"$port-{instanceName}": {
"$instancePort": {
"Properties": {
"security_groups" : [ {"Ref" : "ApacheSecurityGroup"} ]
}
@ -26,4 +26,4 @@
}
}
}
}
}

View File

@ -21,7 +21,7 @@
"NetworkInterfaces": [ { "Ref": "$port-{instanceName}" } ]
}
},
"$port-{instanceName}": {
"$instancePort": {
"Type": "OS::Quantum::Port",
"Properties": {
"network_id": {