From: wu.zhihui Date: Sun, 9 Oct 2016 10:30:46 +0000 (+0800) Subject: bugfix: function name typo X-Git-Tag: danube.1.0~260 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=49a6694e6c286a12fcdc3b130315b92c1445e05b;p=qtip.git bugfix: function name typo Change-Id: Idf41a5cb02bdb59e6e5d107fa0734091fd9c8a91 Signed-off-by: wu.zhihui --- diff --git a/func/spawn_vm.py b/func/spawn_vm.py index 5e2c1a70..c45af00e 100644 --- a/func/spawn_vm.py +++ b/func/spawn_vm.py @@ -36,7 +36,7 @@ class SpawnVM(Env_setup): self.azone = AvailabilityZone() # TODO: it should clean up aggregates and stack after test case finished. self.azone.clean_all_aggregates() - self.azone.create_agg(vm_info['availability_zone']) + self.azone.create_aggs(vm_info['availability_zone']) installer = self.get_installer_type() self.Heat_template1 = self.heat_template_vm(vm_info, installer) self.create_stack(vm_role_ip_dict, self.Heat_template1)