coreos/azure: Remove workaround coreos/bugs#267 -

it turned out the issue was due to the domain lenght, so let's just
keep it short.
This commit is contained in:
Ilya Dmitrichenko
2015-03-09 17:33:07 +00:00
parent cc9f6b1f79
commit 5deff8b2be
4 changed files with 2 additions and 31 deletions

View File

@@ -227,7 +227,7 @@ exports.create_config = function (name, nodes) {
weave_salt: util.rand_string(),
resources: {
vnet: [name, 'internal-vnet', util.rand_suffix].join('-'),
service: [name, 'service-cluster', util.rand_suffix].join('-'),
service: [name, util.rand_suffix].join('-'),
ssh_key: create_ssh_key(name),
}
};