Merge "Fix creating cluster with Vanilla 2.4.0 plugin"

This commit is contained in:
Jenkins 2014-07-17 09:04:10 +00:00 committed by Gerrit Code Review
commit 159aea00c7

View File

@ -52,7 +52,7 @@ class VersionHandler(avm.AbstractVersionHandler):
}
def validate(self, cluster):
vl.validate_cluster_creating(cluster)
vl.validate_cluster_creating(self.pctx, cluster)
def update_infra(self, cluster):
pass