This commit is contained in:
BoykoAlex
2017-05-04 20:07:11 -04:00
3 changed files with 4 additions and 4 deletions

View File

@@ -52,7 +52,7 @@ public class ManifestYmlSchema implements YamlSchema {
public final AbstractType t_route_string;
private static final Set<String> TOPLEVEL_EXCLUDED = ImmutableSet.of(
"name", "host", "hosts"
"name", "host", "hosts", "routes"
);
@Override

View File

@@ -291,8 +291,8 @@ public class ManifestYamlEditorTest {
// ---------------
"random-route: <*>",
// ---------------
"routes:\n"+
"- route: <*>",
// "routes:\n"+
// "- route: <*>",
// ---------------
"services:\n"+
"- <*>",

View File

@@ -82,7 +82,7 @@ public class ManifestYmlSchemaTest {
"no-route",
"path",
"random-route",
"routes",
// "routes",
"services",
"stack",
"timeout"