Fix template validation

Fix issues introduced recently in template validation: a typo in a
wordpress template and environments files not named properly.

Change-Id: I8c3c11cfac841c02e700c62b8365821519985267
This commit is contained in:
Thomas Herve 2014-07-17 18:15:36 +02:00
parent d357422cf6
commit 6aa7391ce8
4 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@
"m1.xlarge" : { "Arch" : "64" }
},
"DistroArch2AMI": {
"F17" : { "32" : "F17-i386-gold", "64" : "F17-x86_64-gold" },
"F17" : { "32" : "F17-i386-gold", "64" : "F17-x86_64-gold" }
}
},

View File

@ -20,4 +20,4 @@ parameters:
public_net_id: c5882794-fa7d-46b2-b90a-e37e47fabdf8
private_subnet_id: 8977e24c-32c6-4fb1-ae9f-6f70c16ecf0d
resource_registry:
OpenShift::Node::Server: oso_node_stack.yaml
OpenShift::Node::Server: oso_node.yaml