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 2014/05/15 09:32:59 UTC

git commit: updated refs/heads/4.4-forward to 149cd4b

Repository: cloudstack
Updated Branches:
  refs/heads/4.4-forward 156113815 -> 149cd4b56


Fixed config issue related to Persistent Networks


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

Branch: refs/heads/4.4-forward
Commit: 149cd4b5646b37d1649c86a3428d4c89d03003a8
Parents: 1561138
Author: Gaurav Aradhye <ga...@clogeny.com>
Authored: Wed May 14 20:17:01 2014 -0400
Committer: Gaurav Aradhye <ga...@clogeny.com>
Committed: Wed May 14 20:17:01 2014 -0400

----------------------------------------------------------------------
 tools/marvin/marvin/config/test_data.py | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/149cd4b5/tools/marvin/marvin/config/test_data.py
----------------------------------------------------------------------
diff --git a/tools/marvin/marvin/config/test_data.py b/tools/marvin/marvin/config/test_data.py
index 7001c42..026f5ff 100644
--- a/tools/marvin/marvin/config/test_data.py
+++ b/tools/marvin/marvin/config/test_data.py
@@ -185,7 +185,7 @@ test_data = {
         "guestiptype": 'Isolated',
         "supportedservices": 'Dhcp,Dns,SourceNat,PortForwarding',
         "traffictype": 'GUEST',
-        "isPersistent": 'True',
+        "ispersistent": 'True',
         "availability": 'Optional',
         "serviceProviderList": {
                 "Dhcp": 'VirtualRouter',
@@ -438,7 +438,7 @@ test_data = {
         "supportedservices":
         'Vpn,Dhcp,Dns,SourceNat,PortForwarding,Firewall,Lb,UserData,StaticNat',
         "traffictype": 'GUEST',
-        "isPersistent": 'True',
+        "ispersistent": 'True',
         "availability": 'Optional',
         "serviceProviderList": {
                 "Vpn": 'VirtualRouter',
@@ -555,7 +555,7 @@ test_data = {
         "supportedservices":
         'Dhcp,Dns,SourceNat,PortForwarding,Vpn,Firewall,Lb,UserData,StaticNat',
         "traffictype": 'GUEST',
-        "isPersistent": 'True',
+        "ispersistent": 'True',
         "availability": 'Optional',
         "serviceProviderList": {
             "Dhcp": 'VirtualRouter',
@@ -578,7 +578,7 @@ test_data = {
         'Vpn,Dhcp,Dns,SourceNat,PortForwarding,UserData,StaticNat,NetworkACL',
         "traffictype": 'GUEST',
         "availability": 'Optional',
-        "isPersistent": 'True',
+        "ispersistent": 'True',
         "useVpc": 'on',
         "serviceProviderList": {
                 "Vpn": 'VpcVirtualRouter',