You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by gi...@apache.org on 2013/11/26 09:17:24 UTC

git commit: updated refs/heads/4.3 to 01a1359

Updated Branches:
  refs/heads/4.3 5b37d38ed -> 01a13599a


CLOUDSTACK-5223: Fix hosttags.

Signed-off-by: Girish Shilamkar <gi...@clogeny.com>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/01a13599
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/01a13599
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/01a13599

Branch: refs/heads/4.3
Commit: 01a13599a0551f8c0401ae693b623d3988829d61
Parents: 5b37d38
Author: Parth Jagirdar <Pa...@citrix.com>
Authored: Tue Nov 26 13:23:40 2013 +0530
Committer: Girish Shilamkar <gi...@clogeny.com>
Committed: Tue Nov 26 13:47:14 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/01a13599/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 32288a4..a94c4ce 100644
--- a/test/integration/component/test_vpc_vm_life_cycle.py
+++ b/test/integration/component/test_vpc_vm_life_cycle.py
@@ -58,7 +58,7 @@ class Services:
                 "cpunumber": 1,
                 "cpuspeed": 100,
                 "memory": 128,
-                "hosttags": "host1"
+                "tags": "host1"
             },
             "service_offering_2": {
                 "name": "Tiny Instance- tagged host 2",
@@ -66,7 +66,7 @@ class Services:
                 "cpunumber": 1,
                 "cpuspeed": 100,
                 "memory": 128,
-                "hosttags": "host2"
+                "tags": "host2"
             },
             "network_offering": {
                 "name": 'VPC Network offering',