Re: [API] Create/update user issue

2014-11-05 Thread Meghna Kale
ttp://docs.cloudstack.apache.org/en/latest/dev.html#time-zones > > > On 27-Oct-2014, at 10:54 pm, Meghna Kale > wrote: > > > > Thanks Rohit for the reply. > > Python script - > > I just found it on internet. > > request_type = &

Re: [API] Create/update user issue

2014-10-27 Thread Meghna Kale
# final query string... url = self.protocol+"://"+self.host+self.uri+"?"+query_string+"&signature="+signature print url output = None try: output = json.loads(urllib2.urlopen(url).read()) Thanks M

[API] Create/update user issue

2014-10-27 Thread Meghna Kale
Hi, I'm was trying to call Cloudstack create/update user API from a python script. But when I add or update timezone it fails with 401 error code. I debugged and found that timezone has a special character '/'. I replaced it with '%2F', the API call returns success but it updates the timezone with

Re: [ACS5.0] IAM feature postponed from 4.4 to 5.0?

2014-06-26 Thread Meghna Kale
ogramming interface. > > It is not just for the IAM extensions planned. > > It is completed only when 5.0 is out ;) Feel free to add to it or to > propose implementing parts of it. > > regards > > On Thu, Jun 26, 2014 at 12:02 PM, Meghna Kale > wrote: > > Hi All, > &

Re: [ACS5.0] IAM feature postponed from 4.4 to 5.0?

2014-06-26 Thread Meghna Kale
chi Damle wrote: > > > -Original Message----- > From: Meghna Kale [mailto:meghna.k...@sungardas.com] > Sent: Wednesday, June 04, 2014 11:24 PM > To: dev > Cc: Daan Hoogland; Hugo Trippaers > Subject: Re: [ACS5.0] IAM feature postponed from 4.4 to 5.0? > > Thanks Mi

Review Request 22497: [IAM functionality] Test cases for listPortForwardingRule, listSnapshots and listInstanceGroups

2014-06-12 Thread Meghna Kale
/test_snapshots_iam.py PRE-CREATION tools/marvin/marvin/lib/common.py 91fe053 Diff: https://reviews.apache.org/r/22497/diff/ Testing --- Thanks, Meghna Kale

Re: Review Request 22258: [IAM functionality] Test cases for listAccounts, listFirewallRules and listVolumes

2014-06-11 Thread Meghna Kale
/ Testing --- Thanks, Meghna Kale

Re: Review Request 22258: Test cases for listAccounts, listFirewallRules and listVolumes.

2014-06-11 Thread Meghna Kale
/test_volumes_iam.py PRE-CREATION Diff: https://reviews.apache.org/r/22258/diff/ Testing --- Thanks, Meghna Kale

Re: [ACS5.0] IAM feature postponed from 4.4 to 5.0?

2014-06-04 Thread Meghna Kale
default explicit 'Allow' permissions. As of > now 'Deny' permissions cannot be added." > > For your use cases, you can have two options: > 1. Assign the two accounts into 2 different groups, and attach different > policy for the group. > 2. Directly at

Re: [ACS5.0] IAM feature postponed from 4.4 to 5.0?

2014-06-03 Thread Meghna Kale
Hi Min, With reference to the wiki doc, I had a query. In case of a customized role with deny permissions how will the listAll, isrecursive ..etc. input parameters values will be ? For example, there are two accounts and they belong to a group with Allow all permissions. If I have to remove some

Re: [ACS4.4] [Issue] Unable to create a autoscalevmprofile

2014-06-03 Thread Meghna Kale
that. > I think the problem is in the test initialization not in the base code. > > On Fri, May 30, 2014 at 7:58 AM, Meghna Kale > wrote: > > Hi Daan, > > > > I'm testing on 4.4-forward-iam branch. > > > > Thanks > > Meghna. > > &g

Re: [ACS4.4] [Issue] Unable to create a autoscalevmprofile

2014-05-29 Thread Meghna Kale
which version are you using to get this: > java.lang.NullPointerException > at > org.apache.cloudstack.api.command.user.vm.DeployVMCmd.getEntityOwnerId(DeployVMCmd.java:411) > > > On Thu, May 29, 2014 at 12:53 PM, Meghna Kale > wrote: > > Hi All, > > >

[ACS4.4] [Issue] Unable to create a autoscalevmprofile

2014-05-29 Thread Meghna Kale
Hi All, I was trying to create a autoscalevmprofile with a sample data for a test case. Can anyone help me to know is there anything I'm missing in the input parameters ? I get a nullpointer error is it due to the missing deployParams parameter ? I'm running this test on simulator. self.acc

Re: [JIRA PERMISSION ACCESS] Permission to assign a jira issue

2014-05-15 Thread Meghna Kale
u. > > On Tue, May 13, 2014 at 9:18 AM, Meghna Kale > wrote: > > > > Hi Daan, > > > > Can you please grant me permissions to assign a JIRA and add watchers > that > > will be helpful. > > > > Thanks > > Meghna. > > > > --

Fwd: [JIRA PERMISSION ACCESS] Permission to assign a jira issue

2014-05-13 Thread Meghna Kale
Hi Daan, Can you please grant me permissions to assign a JIRA and add watchers that will be helpful. Thanks Meghna. -- Forwarded message -- From: Meghna Kale Date: Mon, May 12, 2014 at 6:58 PM Subject: [JIRA PERMISSION ACCESS] Permission to assign a jira issue To: dev

[JIRA PERMISSION ACCESS] Permission to assign a jira issue

2014-05-12 Thread Meghna Kale
Hi All, Can someone grant me permission to assign a JIRA and add watchers that will be helpful. My Jira id is meghna.kale Thanks Meghna.

Re: Simulator : Error while creating a snapshot from a VM

2014-03-27 Thread Meghna Kale
Thanks Chip. David, Can you please check-in the changes in 4.3. Thanks Meghna. On Thu, Mar 27, 2014 at 7:05 PM, Chip Childers wrote: > On Thu, Mar 27, 2014 at 3:52 AM, Meghna Kale > wrote: > > I was able to create a snapshot in 4.2 simulator after applying the > changes >

Re: Simulator : Error while creating a snapshot from a VM

2014-03-27 Thread Meghna Kale
. 2014-03-27 11:40 GMT+05:30 Meghna Kale : > Thanks Daan. > > > On Wed, Mar 26, 2014 at 6:06 PM, Daan Hoogland wrote: > >> On Wed, Mar 26, 2014 at 1:26 PM, Meghna Kale >> wrote: >> > meghna.k...@sungard.com >> >> your in >> >> -- >> Daan >> >> >

Re: Simulator : Error while creating a snapshot from a VM

2014-03-26 Thread Meghna Kale
Thanks Daan. On Wed, Mar 26, 2014 at 6:06 PM, Daan Hoogland wrote: > On Wed, Mar 26, 2014 at 1:26 PM, Meghna Kale > wrote: > > meghna.k...@sungard.com > > your in > > -- > Daan > >

Re: Simulator : Error while creating a snapshot from a VM

2014-03-26 Thread Meghna Kale
Hi, I need permissions to assign the jira id https://issues.apache.org/jira/browse/CLOUDSTACK-5219 to me. Can anyone help me. Thanks Meghna. On Wed, Mar 26, 2014 at 5:54 PM, Meghna Kale wrote: > Thanks Santhosh. > > A bug is already present in cloudstack jira > https://issues.apa

Re: Simulator : Error while creating a snapshot from a VM

2014-03-26 Thread Meghna Kale
rks, else log a bug, so we can look at it. > > Santhosh > ________ > From: Meghna Kale [meghna.k...@sungard.com] > Sent: Friday, March 21, 2014 4:19 AM > To: dev@cloudstack.apache.org > Subject: Re: Simulator : Error while creating a snapshot from

Re: Simulator : Error while creating a snapshot from a VM

2014-03-21 Thread Meghna Kale
> > > On Thu, Mar 20, 2014 at 6:56 AM, Meghna Kale >wrote: > > > Hi All, > > > > I have been seeing an error while creating a snapshot from a VM in the > > Simulator. > > I faced this issue on both the versions 4.2 and 4.3. > > > > Can anyone

Simulator : Error while creating a snapshot from a VM

2014-03-20 Thread Meghna Kale
Hi All, I have been seeing an error while creating a snapshot from a VM in the Simulator. I faced this issue on both the versions 4.2 and 4.3. Can anyone help me or provide pointers. A similar NullPointer error is also thrown while creating a VM from a personal template created from an existing