Updated Branches: refs/heads/master 7a6751aa7 -> 58fd6f060
CLOUDSTACK-5223: Fix hosttags. Signed-off-by: Girish Shilamkar <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/58fd6f06 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/58fd6f06 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/58fd6f06 Branch: refs/heads/master Commit: 58fd6f0603673efb51b6027f06b9ee39e727be09 Parents: 7a6751a Author: Parth Jagirdar <[email protected]> Authored: Tue Nov 26 13:23:40 2013 +0530 Committer: Girish Shilamkar <[email protected]> Committed: Tue Nov 26 13:23:40 2013 +0530 ---------------------------------------------------------------------- test/integration/component/test_vpc_vm_life_cycle.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/58fd6f06/test/integration/component/test_vpc_vm_life_cycle.py ---------------------------------------------------------------------- diff --git a/test/integration/component/test_vpc_vm_life_cycle.py b/test/integration/component/test_vpc_vm_life_cycle.py index 5e2e7a7..aed9f95 100644 --- a/test/integration/component/test_vpc_vm_life_cycle.py +++ b/test/integration/component/test_vpc_vm_life_cycle.py @@ -57,7 +57,7 @@ class Services: "cpunumber": 1, "cpuspeed": 100, "memory": 128, - "hosttags": "host1" + "tags": "host1" }, "service_offering_2": { "name": "Tiny Instance- tagged host 2", @@ -65,7 +65,7 @@ class Services: "cpunumber": 1, "cpuspeed": 100, "memory": 128, - "hosttags": "host2" + "tags": "host2" }, "network_offering": { "name": 'VPC Network offering',
