[GitHub] cloudstack-docs-install pull request: fix sudo command to create d...

2014-06-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cloudstack-docs-install/pull/16 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] cloudstack-docs-install pull request: fix sudo command to create d...

2014-06-20 Thread runseb
Github user runseb commented on the pull request: https://github.com/apache/cloudstack-docs-install/pull/16#issuecomment-46652904 thanks for the patch, I am applying it now, Keep it coming :) --- If your project is set up for it, you can reply to this email and have your reply appear

Re: Is VM snapshot supported in KVM ?

2014-06-20 Thread Prasanna Santhanam
On Fri, Jun 20, 2014 at 04:46:53AM +, Rayees Namathponnan wrote: > Hi All, > > Is VM snapshot supported in KVM, below doc says its supported in KVM, > > https://cwiki.apache.org/confluence/display/CLOUDSTACK/VM+Snapshots > > But if I try to take vm snapshot from UI, I am getting message "VM

Re: S3 use with simulator

2014-06-20 Thread Sebastien Goasguen
Adding Min, @Min, it looks like you wrote: https://cwiki.apache.org/confluence/display/CLOUDSTACK/Migration+of+NFS+Secondary+Storage+to+Object+Store Can you confirm that this api (updateCloudToObjectStore) can be tested using the simulator and an external S3 store ? Should this work on basic zon

Re: [jira] [Commented] (CLOUDSTACK-6444) [Automation] test_01_primary_storage_iscsi failed on "test_primary_storage.py" - Wrong iscsi path format - it should be /targetIQN/LUN

2014-06-20 Thread Daan Hoogland
Can you ellaborate on why you think it is related to 0ff943337c20e02fd39597a0977cff531a73ecae? thanks On Fri, Jun 20, 2014 at 8:37 AM, Damodar Reddy T (JIRA) wrote: > > [ > https://issues.apache.org/jira/browse/CLOUDSTACK-6444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tab

Master(4.5 snapshot) Management Server Startup Issue

2014-06-20 Thread Punith S
hi folks, i was setting up the master cloudstack by building the fresh rpms from the souce it seems tomcat is not listening to redirected port 8443, but i can see the tomcat process running . SEVERE: Error listenerStart Jun 20, 2014 2:52:47 PM org.apache.catalina.core.StandardContext start SEVE

API for querying statistics/usage of loadbalancer rule

2014-06-20 Thread Vijay Venkatachalam
Is there a user API in cloudstack to get statistics/usage of a loadbalancer rule? Thanks, Vijay V.

Re: S3 use with simulator

2014-06-20 Thread Rohit Yadav
Hi Sebastien, If you see the help doc's example it suggests how you pass in the URL. So, you replace & with space and you run the following for any API that needs to receive map arguments: clodumonkey update cloudtouseobjectstore details[0].key=accesskey details[0].value=valuex details[1].key=key

Re: S3 use with simulator

2014-06-20 Thread Rohit Yadav
On Thu, Jun 19, 2014 at 5:07 PM, Sebastien Goasguen wrote: > Hi, > > I am using the simulator and started a basic zone. > I have an S3 object store locally (riakCS), and I am trying to add it to > the infra using the 'cloudtouseobjectstore' api with cloudmonkey. > > I tried with: > > > update clo

RE: ZoneWideStoragePoolAllocator#filter seems weird for me

2014-06-20 Thread Anshul Gangwar
This patch has introduced the NullPointerException in code. Since ZoneWideStoragePoolAllocator's filter method has been removed it is using AbstractStoragePoolAllocator's filter method. In the filter method there is check for cluster's hypervisor type and and disk profile hypervisor type. But

Re: Review Request 22727: CLOUDSTACK-6847 . Link.java and ConsoleProxySecureServerFactoryImpl.java have hardcoded value

2014-06-20 Thread upendra moturi
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22727/ --- (Updated June 20, 2014, 10:02 a.m.) Review request for cloudstack and daan Hoog

Re: S3 use with simulator

2014-06-20 Thread Sebastien Goasguen
On Jun 20, 2014, at 5:59 AM, Rohit Yadav wrote: > On Thu, Jun 19, 2014 at 5:07 PM, Sebastien Goasguen > wrote: > >> Hi, >> >> I am using the simulator and started a basic zone. >> I have an S3 object store locally (riakCS), and I am trying to add it to >> the infra using the 'cloudtouseobject

Re: Review Request 22727: CLOUDSTACK-6847 . Link.java and ConsoleProxySecureServerFactoryImpl.java have hardcoded value

2014-06-20 Thread Rohit Yadav
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22727/#review46261 --- looks good, changes in 'tests' stuff needs to be tested - Rohit Yad

Re: Review Request 22727: CLOUDSTACK-6847 . Link.java and ConsoleProxySecureServerFactoryImpl.java have hardcoded value

2014-06-20 Thread daan Hoogland
> On June 20, 2014, 10:04 a.m., Rohit Yadav wrote: > > looks good, changes in 'tests' stuff needs to be tested please explain Rohit, Upendra didn't upload any changes to tests. - daan --- This is an automatically generated e-mail. To re

Re: S3 use with simulator

2014-06-20 Thread Rohit Yadav
On Fri, Jun 20, 2014 at 3:33 PM, Sebastien Goasguen wrote: > > > Thanks Rohit, > > looks like cloudmonkey is doing its job: > > 2014-06-20 06:00:45,030 - requester.py:41 - [DEBUG] START Request > > 2014-06-20 06:00:45,032 - requester.py:41 - [DEBUG] Requesting > command=updateClo

Re: Review Request 22256: CLOUDSTACK-6830 :[hyper-v] fixed vm migration failing between different clusters if volumes are on zone wide primary store

2014-06-20 Thread Anshul Gangwar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22256/ --- (Updated June 20, 2014, 10:21 a.m.) Review request for cloudstack, Devdeep Sing

Review Request 22807: CLOUDSTACK-6965: Fix for CLOUDSTACK-6935 introduces the NullPointerException in ZoneWideStorageAllocator filter method

2014-06-20 Thread Anshul Gangwar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22807/ --- Review request for cloudstack, Devdeep Singh, Rajesh Battala, and Sateesh Chodap

RE: ZoneWideStoragePoolAllocator#filter seems weird for me

2014-06-20 Thread Anshul Gangwar
I have submitted the patch for this https://reviews.apache.org/r/22807/. Can somebody have a look into the patch? -Original Message- From: Anshul Gangwar [mailto:anshul.gang...@citrix.com] Sent: Friday, June 20, 2014 3:32 PM To: dev@cloudstack.apache.org Subject: RE: ZoneWideStoragePoolAl

Re: Review Request 22727: CLOUDSTACK-6847 . Link.java and ConsoleProxySecureServerFactoryImpl.java have hardcoded value

2014-06-20 Thread daan Hoogland
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22727/#review46264 --- Ship it! 918c320438980f070150f872e3a3ba907572af83 in master - daan

Re: Review Request 22727: CLOUDSTACK-6847 . Link.java and ConsoleProxySecureServerFactoryImpl.java have hardcoded value

2014-06-20 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22727/#review46263 --- Commit 918c320438980f070150f872e3a3ba907572af83 in cloudstack's bran

Re: Review Request 22256: CLOUDSTACK-6830 :[hyper-v] fixed vm migration failing between different clusters if volumes are on zone wide primary store

2014-06-20 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22256/#review46265 --- Commit 64153a43711420224655bfbe248b4b87474a1f23 in cloudstack's bran

RE: S3 use with simulator

2014-06-20 Thread Koushik Das
As per the code the following are the supported image store provider types // constants for provider names static final String NFS_IMAGE = "NFS"; static final String S3_IMAGE = "S3"; static final String SWIFT_IMAGE = "Swift"; static final String SAMPLE_IMAGE = "Sample"; sta

Review Request 22808: CLOUDSTACK-6968: Allow Cluster scope volumes to attach to any VM

2014-06-20 Thread Anshul Gangwar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22808/ --- Review request for cloudstack, Devdeep Singh, Rajesh Battala, and Sateesh Chodap

Re: Review Request 22256: CLOUDSTACK-6830 :[hyper-v] fixed vm migration failing between different clusters if volumes are on zone wide primary store

2014-06-20 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22256/#review46266 --- Commit 450d89094285f2363302dccc7e805466b61af9e9 in cloudstack's bran

Re: Review Request 22256: CLOUDSTACK-6830 :[hyper-v] fixed vm migration failing between different clusters if volumes are on zone wide primary store

2014-06-20 Thread Devdeep Singh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22256/#review46267 --- Ship it! Ship It! - Devdeep Singh On June 20, 2014, 10:21 a.m.,

Review Request 22809: Initial OVM3 patch.

2014-06-20 Thread Funs Kessen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22809/ --- Review request for cloudstack. Bugs: cloudstack-6968 https://issues.apache.

Re: Review Request 22807: CLOUDSTACK-6965: Fix for CLOUDSTACK-6935 introduces the NullPointerException in ZoneWideStorageAllocator filter method

2014-06-20 Thread Devdeep Singh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22807/#review46268 --- engine/storage/src/org/apache/cloudstack/storage/allocator/Abstract

Re: Review Request 22809: Initial OVM3 patch.

2014-06-20 Thread Funs Kessen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22809/ --- (Updated June 20, 2014, 11:29 a.m.) Review request for cloudstack. Bugs: clou

Re: Review Request 22808: CLOUDSTACK-6968: Allow Cluster scope volumes to attach to any VM

2014-06-20 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22808/#review46269 --- Commit ed47763e2525a21fa4578d199492462d0fb1c7ef in cloudstack's bran

Re: API for querying statistics/usage of loadbalancer rule

2014-06-20 Thread Rajani Karuturi
listUsageRecords api with type Load Balancer Usage http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/listUsageRecords.html http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/listUsageTypes.html ~Rajani On 20-Jun-2014, at 3:09 pm, Vijay Venkatachalam mailto:vijay.venkatac

Re: Review Request 22808: CLOUDSTACK-6968: Allow Cluster scope volumes to attach to any VM

2014-06-20 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22808/#review46270 --- Commit e7ba46b5f7da21c4fc13dc3284aa802d177045f2 in cloudstack's bran

Re: ZoneWideStoragePoolAllocator#filter seems weird for me

2014-06-20 Thread Mike Tutkowski
Yes, looks good. Thanks for fixing this! On Friday, June 20, 2014, Anshul Gangwar wrote: > I have submitted the patch for this https://reviews.apache.org/r/22807/. > Can somebody have a look into the patch? > > -Original Message- > From: Anshul Gangwar [mailto:anshul.gang...@citrix.com ]

Review Request 22814: The OVM3 module itself

2014-06-20 Thread Funs Kessen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22814/ --- Review request for cloudstack. Repository: cloudstack-git Description ---

Re: Review Request 22814: The OVM3 module itself

2014-06-20 Thread Sebastien Goasguen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22814/#review46271 --- Ship it! committed to ovmsupport 1516b041bc762535b8f2e74bcb1e6594e5

Re: Review Request 22809: Initial OVM3 patch.

2014-06-20 Thread Sebastien Goasguen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22809/#review46272 --- Ship it! committed with ed47763e2525a21fa4578d199492462d0fb1c7ef to

Volume Instance IDs

2014-06-20 Thread Matt Spurlin
I have been poking around at the code for deploying VMs and noticed that it appears volumes need an instance ID in order to be chosen as a suitable volume for the VM. When I create a volume through the API it does not have an instance ID. How do volumes get this instance ID? Thanks, Matt

[ACS44] CLOUDSTACK-6460

2014-06-20 Thread Simon Weller
Daan, Could you please tag CLOUDSTACK-6460 as affecting ACS 4.3 and 4.4? Just tested it, and it's still broken as per the detailed issue notes. Thanks, - Si

Shrink data volume support

2014-06-20 Thread Girish Shilamkar
The specifications at [1] show that data volume shrink is only supported on KVM and that too for QCOW2 disk types. However, I see the option to shrink on VMware too. Can anybody point me to the matrix which specifies grow/shrink support per hypervisor type? Currently I am seeing "unexpected exc

Re: S3 use with simulator

2014-06-20 Thread Sebastien Goasguen
I switch to provider=S3 but I get: > 530: Failed to add data store: DataCenter id is null, and simulator image > store has to be associated with a data center On Jun 20, 2014, at 7:07 AM, Koushik Das wrote: > As per the code the following are the supported image store provider types > >/

Re: Review Request 20099: Domain-Account-User Sync Up Among Multiple Regions (Core Changes)

2014-06-20 Thread Alex Ough
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/20099/ --- (Updated June 20, 2014, 3:06 p.m.) Review request for cloudstack. Changes ---

Re: Review Request 22805: CLOUDSTACK-1466:Adding automation tests for Secondary Storage Limits

2014-06-20 Thread Ashutosh Kelkar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22805/ --- (Updated June 20, 2014, 3:10 p.m.) Review request for cloudstack and Girish Shi

Re: Review Request 22627: CLOUDSTACK-6906: Fixed volume resize BVT failure

2014-06-20 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22627/#review46278 --- Commit 5638c493ff71766b8ccb74af08aa70c323e87032 in cloudstack's bran

Re: Review Request 22627: CLOUDSTACK-6906: Fixed volume resize BVT failure

2014-06-20 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22627/#review46279 --- Commit ba270efd4b842480482953ec2c4f7641e8ad04ca in cloudstack's bran

Re: Review Request 17790: Domain-Account-User Sync Up Among Multiple Regions (New Plugin)

2014-06-20 Thread Alex Ough
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17790/ --- (Updated June 20, 2014, 3:49 p.m.) Review request for cloudstack. Changes ---

Re: building and testing 4.4.

2014-06-20 Thread Carlos Reátegui
Hi Rohit, On Jun 19, 2014, at 11:30 PM, Rohit Yadav wrote: > Hi Carlos, > > On Fri, Jun 20, 2014 at 4:17 AM, Carlos Reategui > wrote: > >> Hi Rohit, >> Thanks for the info, but I was asking about the non-oss. Is that included >> in Wido's released versions? >> > > This is oss (I checked th

Re: S3 use with simulator

2014-06-20 Thread Min Chen
Hi Sebastien, I am curious why you are using updateCloudToUseObjectStore api to add S3 as a secondary store in your data center? To set up a data center using S3, you need to use addImageStore api. Thanks -min On 6/20/14 7:47 AM, "Sebastien Goasguen" wrote: >I switch to

Re: ZoneWideStoragePoolAllocator#filter seems weird for me

2014-06-20 Thread Mike Tutkowski
Not checked in yet, but here's the way that interface looks in my sandbox now: public interface PrimaryDataStoreLifeCycle extends DataStoreLifeCycle { public static final String CAPACITY_BYTES = "capacityBytes"; public static final String CAPACITY_IOPS = "capacityIops"; void update

Re: ID instead of name in deployVirtualMachine

2014-06-20 Thread Min Chen
That seems a convention in all of our APIs. For APIs with support sort of on-behalf-of semantics, currently we are always using (account, domainId) parameter pair, where account requires accountName. You can see similar patterns in list APIs. Of course, we can change this, but may need to be in nex

Re: Volume Instance IDs

2014-06-20 Thread Mike Tutkowski
When you create a volume in the GUI, as well, it will not have an instance ID. Once you attach the volume to a VM, this is when the volume gets an instance ID (the association between the volume and the VM that "owns" it at the time being). Now, I'm not sure I understand what one would do if one

Review Request 22820: Fix: CLOUDSTACK-6938 -> Cannot create template from snapshot when using S3 secondary storage

2014-06-20 Thread Logan B
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22820/ --- Review request for cloudstack. Repository: cloudstack-git Description ---

Re: Volume Instance IDs

2014-06-20 Thread Mike Tutkowski
When you deploy a VM, a root disk will be created for it automatically. I imagine the instance ID of this root volume will be that of the VM. On Fri, Jun 20, 2014 at 11:36 AM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote: > When you create a volume in the GUI, as well, it will not have a

[ACS44] Cherry-pick for CLOUDSTACK-6970

2014-06-20 Thread Kelven Yang
Daan, Please cherry-pick following from 4.4-forward to 4.4 commit 06d8d3a03f7a4efc41c45d9f67fd5b7586a78454 Author: Kelven Yang Date: Thu May 29 09:35:03 2014 -0700 CLOUDSTACK-6970: Protect event interpretion from causing NPE exception Thanks Kelven

Re: S3 use with simulator

2014-06-20 Thread Sebastien Goasguen
I already have an Nsf secondary storage. I understood that i could not add a second secondary storage that is s3 based, and that the only way was to use the updatecloud Api -Sebastien > On 20 Jun 2014, at 18:49, Min Chen wrote: > > Hi Sebastien, > >I am curious why you are using upda

Re: Review Request 22814: The OVM3 module itself

2014-06-20 Thread Ian Duffy
Is there any initial setup to be done on OVM Server or is it as simple as selecting OVM on cloudstack with the username / password? On 20 June 2014 14:30, Sebastien Goasguen wrote: > > --- > This is an automatically generated e-mail. To re

Re: building and testing 4.4.

2014-06-20 Thread Rohit Yadav
On Fri, Jun 20, 2014 at 10:15 PM, Carlos Reátegui wrote: > Hi Rohit, > > On Jun 19, 2014, at 11:30 PM, Rohit Yadav wrote: > > > Hi Carlos, > > > > On Fri, Jun 20, 2014 at 4:17 AM, Carlos Reategui > > wrote: > > > >> Hi Rohit, > >> Thanks for the info, but I was asking about the non-oss. Is tha

Review Request 22830: Fixed resource leaks, invalid value comparisons, null dereferences, invalid result set loop

2014-06-20 Thread Santhosh Edukulla
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22830/ --- Review request for cloudstack, Abhinandan Prateek and daan Hoogland. Bugs: cove

Re: building and testing 4.4.

2014-06-20 Thread Carlos Reátegui
On Jun 20, 2014, at 12:13 PM, Rohit Yadav wrote: > On Fri, Jun 20, 2014 at 10:15 PM, Carlos Reátegui > wrote: > >> Hi Rohit, >> >> On Jun 19, 2014, at 11:30 PM, Rohit Yadav wrote: >> >>> Hi Carlos, >>> >>> On Fri, Jun 20, 2014 at 4:17 AM, Carlos Reategui >>> wrote: >>> Hi Rohit, >>>

Re: [ACS44] Cherry-pick for CLOUDSTACK-6970

2014-06-20 Thread Daan Hoogland
On Fri, Jun 20, 2014 at 7:49 PM, Kelven Yang wrote: > 06d8d3a03f7a4efc41c45d9f67fd5b7586a78454 is in -- Daan

Re: Review Request 22820: Fix: CLOUDSTACK-6938 -> Cannot create template from snapshot when using S3 secondary storage

2014-06-20 Thread daan Hoogland
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22820/#review46317 --- Ship it! 736bf540e8ef759a101d221622c64f3b3c3ed425 on master - daan

RE: Is VM snapshot supported in KVM ?

2014-06-20 Thread Angeline Shen
Rayees: Please ensure in MS Global setting kvm.snapshot.enabled=true It defaults to false currently. Thanks -Original Message- From: Rayees Namathponnan [mailto:rayees.namathpon...@citrix.com] Sent: Thursday, June 19, 2014 9:47 PM To: dev@cloudstack.apache.org Subject:

Re: Review Request 22695: Stress Test to test multiple Remote Access VPN Connections to VPC

2014-06-20 Thread Chandan Purushothama
> On June 19, 2014, 8:59 a.m., Santhosh Edukulla wrote: > > test/integration/component/test_multipleremotevpn_vpc.py, line 144 > > > > > > We are restarting management server, if it is kept as part of > > component, t

Re: Review Request 22692: Test Suite for Testing Remote Access VPN on VPC

2014-06-20 Thread Chandan Purushothama
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22692/#review46326 --- test/integration/component/test_remotevpn_vpc.py

Re: Is VM snapshot supported in KVM ?

2014-06-20 Thread Yoshikazu Nojima
In my understanding, the setting you mentioned is applied for KVM's volume snapshot. Even if it is enabled, VM snapshot is not enabled for KVM deployment. Regards, Noji 2014-06-20 15:14 GMT-06:00 Angeline Shen : > Rayees: > > Please ensure in MS Global setting kvm.snapshot.enabled

Re: S3 use with simulator

2014-06-20 Thread Min Chen
Got it. The error seems from simulator, maybe Koushik has better idea on that. I didn't use that on simulator env though. Thanks -min On 6/20/14 11:05 AM, "Sebastien Goasguen" wrote: >I already have an Nsf secondary storage. I understood that i could not >add a second secondary storage that is

RE: Is VM snapshot supported in KVM ?

2014-06-20 Thread Rayees Namathponnan
Thanks Prasanna, For UI its not supported, I think code not yet merged. Mice do you have any update on this ? Last update was on Nov/4/13 - we are waiting for new libvirt version to merge this changes, still this is the same ? Regards, Rayees -Original Message- From: Prasanna Sant

Re: Review Request 22695: Stress Test to test multiple Remote Access VPN Connections to VPC

2014-06-20 Thread Chandan Purushothama
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22695/ --- (Updated June 21, 2014, 12:20 a.m.) Review request for cloudstack, Girish Shila

Re: Review Request 22709: This test suite contains test cases relating to access checks for createNetwork(), deploying VM in an isolated network and restartNetwork() for Admin, domain admin and regula

2014-06-20 Thread sangeetha hariharan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22709/ --- (Updated June 21, 2014, 2:22 a.m.) Review request for cloudstack, Min Chen, Pra

Build failed in Jenkins: cloudstack-4.4-maven-build #359

2014-06-20 Thread jenkins
See -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on cloudstack-buildslave-centos6-234 (cloudstack-buildslave-centos6) in workspace

Jenkins build is back to normal : cloudstack-4.4-maven-build #360

2014-06-20 Thread jenkins
See

Re: Review Request 22695: Stress Test to test multiple Remote Access VPN Connections to VPC

2014-06-20 Thread Santhosh Edukulla
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22695/#review46357 --- Ship it! Ship It! - Santhosh Edukulla On June 21, 2014, 12:20 a.