You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by da...@apache.org on 2014/07/28 17:44:38 UTC

[11/24] git commit: updated refs/heads/4.4 to e33d4a5

Fixed config issue related to Persistent Networks

(cherry picked from commit 149cd4b5646b37d1649c86a3428d4c89d03003a8)


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

Branch: refs/heads/4.4
Commit: d560391c5090ce79765a72ccd6b8752793ac8f80
Parents: 1b99860
Author: Gaurav Aradhye <ga...@clogeny.com>
Authored: Wed May 14 20:17:01 2014 -0400
Committer: Daan Hoogland <da...@onecht.net>
Committed: Mon Jul 28 17:43:20 2014 +0200

----------------------------------------------------------------------
 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/d560391c/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 e682cf7..ecdf8f7 100644
--- a/tools/marvin/marvin/config/test_data.py
+++ b/tools/marvin/marvin/config/test_data.py
@@ -175,7 +175,7 @@ test_data = {
         "guestiptype": 'Isolated',
         "supportedservices": 'Dhcp,Dns,SourceNat,PortForwarding',
         "traffictype": 'GUEST',
-        "isPersistent": 'True',
+        "ispersistent": 'True',
         "availability": 'Optional',
         "serviceProviderList": {
                 "Dhcp": 'VirtualRouter',
@@ -387,7 +387,7 @@ test_data = {
         "supportedservices":
         'Vpn,Dhcp,Dns,SourceNat,PortForwarding,Firewall,Lb,UserData,StaticNat',
         "traffictype": 'GUEST',
-        "isPersistent": 'True',
+        "ispersistent": 'True',
         "availability": 'Optional',
         "serviceProviderList": {
                 "Vpn": 'VirtualRouter',
@@ -417,7 +417,7 @@ test_data = {
         "supportedservices":
         'Dhcp,Dns,SourceNat,PortForwarding,Vpn,Firewall,Lb,UserData,StaticNat',
         "traffictype": 'GUEST',
-        "isPersistent": 'True',
+        "ispersistent": 'True',
         "availability": 'Optional',
         "serviceProviderList": {
             "Dhcp": 'VirtualRouter',
@@ -440,7 +440,7 @@ test_data = {
         'Vpn,Dhcp,Dns,SourceNat,PortForwarding,UserData,StaticNat,NetworkACL',
         "traffictype": 'GUEST',
         "availability": 'Optional',
-        "isPersistent": 'True',
+        "ispersistent": 'True',
         "useVpc": 'on',
         "serviceProviderList": {
                 "Vpn": 'VpcVirtualRouter',