How do I stop Status popup message box?

2015-08-27 Thread Yichi Lu
Hi: If I make a list type API call, and specify a pagesize > default.page.size, I'll get a popup status message box saying: "Page size can't exceed max allowed page size value: x", every time I login to my account, no matter how many time I clicked 'Close'. Is there a way to stop this popup message

Re: [DISCUSS] Cloudmonkey release

2014-04-24 Thread Yichi Lu
+1 On Thu, Apr 24, 2014 at 8:41 AM, Chip Childers wrote: > Chiradeep - give me your pypi username so I can add you to the list of > admins for the project there. > > -chip > > On Wed, Apr 23, 2014 at 11:21:22PM +, Chiradeep Vittal wrote: > > Hi folks, > > > > Yichi¹s fix to [1] uses signatur

Review Request 20611: CLOUDSTACK-6202: add expires to call to method make_request() for async apis

2014-04-23 Thread Yichi Lu
/requester.py 170437d Diff: https://reviews.apache.org/r/20611/diff/ Testing --- first created a dummy account. Next (where deleteAccount is an async api): python cloudmonkey/cloudmonkey.py deleteAccount id= Thanks, Yichi Lu

Re: Review Request 20390: CLOUDSTACK-6202: Add signatureversion and expiring datetime to cloudmonkey, make it configurable

2014-04-16 Thread Yichi Lu
} So expires will be checked only if an api call uses the key signatureversion, and its value == 3. Otherwise the key expires will just be ignored. Yichi - Yichi --- This is an automatically generated e-mail

Review Request 20390: CLOUDSTACK-6202: Add signatureversion and expiring datetime to cloudmonkey, make it configurable

2014-04-15 Thread Yichi Lu
cloudmonkey/requester.py b06e1fc Diff: https://reviews.apache.org/r/20390/diff/ Testing --- for 600 seconds expiration time and CST: now: 2014-04-15T16:36:46+ , expires: 2014-04-15T21:46:46+ Thanks, Yichi Lu

Review Request 20387: CLOUDSTACK-6202: Add signatureversion and expires to server/src/com/cloud/api/dispatch/ParamGenericValidationWorker.java

2014-04-15 Thread Yichi Lu
/ParamGenericValidationWorker.java 7a73b8a Diff: https://reviews.apache.org/r/20387/diff/ Testing --- API call: $ cloudmonkey list users Thanks, Yichi Lu

Re: Review Request 19941: Add signatureversion and expiring datetime to cloudmonkey/requester.py

2014-04-07 Thread Yichi Lu
an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/19941/ > > this should work? > (datetime.datetime.utcnow() + > datetime.timedelta(minutes=10)).strftime('%Y-%m-%dT%H:%M:%S +') > > > - Chiradeep > > On April 2nd, 2014, 4:39

Re: Review Request 19941: Add signatureversion and expiring datetime to cloudmonkey/requester.py

2014-04-07 Thread Yichi Lu
;https://reviews.apache.org/r/19941/#comment72272> > > Seems overly complicated! This should work? > datetime.utcnow() + timedelta(minutes=expires) > > > > cloudmonkey/requester.py > <https://reviews.apache.org/r/19941/#comment72273> > > Can you make this con

Review Request 19941: Add signatureversion and expiring datetime to cloudmonkey/requester.py

2014-04-02 Thread Yichi Lu
-01T21:16:45-0630, signatureversion=3, httpmethod=GET, apiKey=1h41nLKEg-3uO3TSWBQ_twEBfWGY2Uu0WrWkbvgWA_ogvKF-6By6GGTscPjyktVWHVAnmSD3BIXA9sNWMcfidQ, signature=9RDS6RWAz9vs4XHa6LRXxtd7MhQ=} Thanks, Yichi Lu

CLOUDSTACK-6202

2014-03-28 Thread Yichi Lu
I am currently working on this issue. What should datetime string look like for expires? I am thinking of something like: "-e 2011-10-10T12:00:00+0530", or "--expires=2011-10-10T12:00:00+0530". But this may not be convenient for many people, especially the UTC part (+0530). Another way of doing thi

Re: Review Request 19635: CLOUDSTACK-6015: Add tests for adding/deleting new user account, adding/deleting user.

2014-03-26 Thread Yichi Lu
y link > regarding this. > > regards, > rajasekhar > > > > On Wed, Mar 26, 2014 at 2:28 AM, Yichi Lu wrote: > >> >> --- >> >> This is an automatically generated e-mai

login as a user under user account.

2014-03-25 Thread Yichi Lu
I tried to create a test to login as a user (JaneD) under user account, but it could not be done at this time: 2014-03-25 16:56:21,041 DEBUG [c.c.u.AccountManagerImpl] (1591729149@qtp-1323814045-14:ctx-2e9373a5) Attempting to log in user: JaneD in domain 1 2014-03-25 16:56:21,042 DEBUG [c.c.s.a.SHA

Review Request 19635: CLOUDSTACK-6015: Add tests for adding/deleting new user account, adding/deleting user.

2014-03-25 Thread Yichi Lu
right) Thanks, Yichi Lu

Review Request 19588: CLOUDSTACK-6015: Add tests for adding/deleting new user account, adding/deleting user.

2014-03-24 Thread Yichi Lu
4.5.0-SNAPSHOT. Patch generated against the latest master. Thanks, Yichi Lu

Review Request 19553: CLOUDSTACK-6015: Add tests for adding/deleting new user account, adding/deleting user.

2014-03-21 Thread Yichi Lu
fg.py 8bbb350 Diff: https://reviews.apache.org/r/19553/diff/ Testing --- tested against CloudStack 4.4.0-SNAPSHOT. Thanks, Yichi Lu

Re: [GSOC2014] [CLOUDSTACK-6114] Create config management recipes to install CloudStack

2014-03-19 Thread Yichi Lu
+1 On Wed, Mar 19, 2014 at 2:42 PM, Sebastien Goasguen wrote: > > On Mar 19, 2014, at 1:59 PM, Ian Duffy wrote: > > > Hi all, > > > > After the amazing experience last year I felt it would be a great to > > do Google Summer of Code again this year. > > > > I'm interested in looking at JIRA Tick

Re: upgrading from CloudPlatform 4.2.0 to CloudStack 4.3.0

2014-03-18 Thread Yichi Lu
7;s global config and change the value of > router.template.kvm to be the name of your system vm template (e.g. > “SystemVM Template v2 (KVM)”). This will ensure new routers use the > template. > > > > On Mar 17, 2014 8:19 PM, "Yichi Lu" wrote: > > > I have a problem

upgrading from CloudPlatform 4.2.0 to CloudStack 4.3.0

2014-03-17 Thread Yichi Lu
I have a problem that bothers me to no end. I tried to upgrade from CloudPlatform 4.2.0 to CloudStack 4.3.0. So I first registered a 64-bit 4.3.0 systemvm template from: http://download.cloud.com/templates/4.3/systemvm64template-2014-01-14-master-xen.vhd.bz2 this step was successful. So now I have

Re: Review Request 18277: CLOUDSTACK-6015: initial check in for selenium based client side automated testing

2014-03-02 Thread Yichi Lu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18277/#review35924 --- Ship it! Ship It! - Yichi Lu On March 2, 2014, 9:22 p.m., Yichi

Re: Review Request 18277: CLOUDSTACK-6015: initial check in for selenium based client side automated testing

2014-03-02 Thread Yichi Lu
_logout_test.py . -- Ran 9 tests in 116.517s OK File Attachments (updated) CS-60150-3 https://reviews.apache.org/media/uploaded/files/2014/03/02/816e9665-5913-4400-9d65-09e9a7ad418c__cs-6015-3.patch Thanks, Yichi Lu

Re: Review Request 18516: CLOUDSTACK-6015: add apache license headers, add a new test: navigation test and related code.

2014-03-02 Thread Yichi Lu
nfig with: > $ git config --global user.name "Your Name" > $ git config --global user.email y...@domain.com > > That way we can have proper ownership of the patch. > > If you can set those and re-submit the patch that would be best. > > thanks > > > - Sebastie

Review Request 18516: CLOUDSTACK-6015: add apache license headers, add a new test: navigation test and related code.

2014-02-26 Thread Yichi Lu
. -- Ran 1 test in 69.194s OK Thanks, Yichi Lu

Re: Review Request 18277: CLOUDSTACK-6015: initial check in for selenium based client side automated testing

2014-02-20 Thread Yichi Lu
tart a wiki page to describe the tests and how to run them (i.e > dependency on selenium etc..) > > > - Sebastien Goasguen > > On February 19th, 2014, 6:52 p.m. UTC, Yichi Lu wrote: > Review request for cloudstack, Nitin Mehta, Parth Jagirdar, and > Sebastien Goasg

Review Request 18277: CLOUDSTACK-6015: initial check in for selenium based client side automated testing

2014-02-19 Thread Yichi Lu
_logout_test.py . -- Ran 9 tests in 116.517s OK Thanks, Yichi Lu

Re: Review Request 15633: Bugfix CS-5079: Add guard against null pointer exception for listConfigurations API call, and set value to NULL if the pointer is null

2014-02-13 Thread Yichi Lu
I discarded my review request, based on this: Harikrishna Patnala commented on CLOUDSTACK-5079: - Hi Yichi Lu, This was fixed on NOV 15th and the fix is to use the configDepot class to populate the scoped variables. This class was introduced as part

Fwd: CLOUDSTACK-6015

2014-02-06 Thread Yichi Lu
-- Forwarded message -- From: Yichi Lu Date: Thu, Feb 6, 2014 at 2:13 PM Subject: CLOUDSTACK-6015 To: run...@gmail.com, us...@cloudstack.apache.org Sebastien: I have some experience in writing selenium test scripts again web GUI. I'd like to work on this issue. We can talk

Re: ssh to ssvm

2013-12-31 Thread Yichi Lu
Sanjeev Neelarapu writes: > Hi Yichi, > Try connecting to ssvm using id_rsa instead of id_rsa.cloud > > -Sanjeev # ssh -i /root/.ssh/id_rsa -p 3922 root@169.254.0.201 Warning: Identity file /root/.ssh/id_rsa not accessible: No such file or directory. Permission denied (publickey).

ssh to ssvm

2013-12-23 Thread Yichi Lu
When I tried to ssh to ssvm, I was asked for passphrase: [root@xenserver-fpxwzqdr ~]# ssh -i /root/.ssh/id_rsa.cloud -p 3922 root@169.254.2.57 Enter passphrase for key '/root/.ssh/id_rsa.cloud': What did I do wrong? What is the passphrase? Any help is appreciated. Yichi

Re: Review Request #15566 - CLOUDSTACK-4969

2013-12-09 Thread Yichi Lu
Daan: I updated patch. Thanks. Yichi On Tue, Nov 26, 2013 at 2:38 AM, Daan Hoogland wrote: > Yichi, > > Can you update your patch? I will apply it but it doesn't apply to master > now. > > regards > > On Fri, Nov 22, 2013 at 8:37 PM, Yichi Lu wrote: >

Re: Review Request 15566: Remove the comparison between GuestOSCategoryVO.CATEGORY_NONE and guestOSCategory.getName() to make OS category of 'None' to be a valid option.

2013-12-09 Thread Yichi Lu
Testing --- Tested against cloudstack GUI. Was able to change OS category to 'None', the bottom one, and change it back to other OS categories. Selecting the top 'None' would have no effect. Thanks, Yichi Lu

Fwd: Review Request #15566 - CLOUDSTACK-4969

2013-11-22 Thread Yichi Lu
-- Forwarded message -- From: Yichi Lu Date: Fri, Nov 22, 2013 at 9:38 AM Subject: Review Request #15566 - CLOUDSTACK-4969 To: us...@cloudstack.apache.org Dear Committers: I submitted this review request a week ago, but have not received any response. I'd appreciate if so

Review Request 15787: Improvement CLOUDSTACK-5231: Add helper texts for registering templates

2013-11-22 Thread Yichi Lu
ed on cloudstack GUI, Templates, Register template. Thanks, Yichi Lu

Re: devcloud2

2013-11-19 Thread Yichi Lu
, Yichi Lu wrote: > I try to install devcloud2, and try to follow this pape: > https://cwiki.apache.org/confluence/display/CLOUDSTACK/DevCloud. > Well, there is no error with installation. But now /proc/meminfo only > shows MemTotal: 435252 KB. Am I supposed to have 2048 MB total memory? Th

devcloud2

2013-11-19 Thread Yichi Lu
I try to install devcloud2, and try to follow this pape: https://cwiki.apache.org/confluence/display/CLOUDSTACK/DevCloud. Well, there is no error with installation. But now /proc/meminfo only shows MemTotal: 435252 KB. Am I supposed to have 2048 MB total memory? This is what the devcloud2 image tel

Review Request 15633: Bugfix CS-5079: Add guard against null pointer exception for listConfigurations API call, and set value to NULL if the pointer is null

2013-11-17 Thread Yichi Lu
iff: https://reviews.apache.org/r/15633/diff/ Testing --- tested api calls for &listConfigurations, &listConfigurations&clusterid=xxx, &listConfigurations&zoneid=xxx, &listConfigurations&category=Advanced Thanks, Yichi Lu

Review Request 15566: Remove the comparison between GuestOSCategoryVO.CATEGORY_NONE and guestOSCategory.getName() to make OS category of 'None' to be a valid option.

2013-11-14 Thread Yichi Lu
the bottom one, and change it back to other OS categories. Selecting the top 'None' would have no effect. Thanks, Yichi Lu