AW: AW: Deleting Compute Offering

2015-08-18 Thread S . Brüseke - proIO GmbH
Hi Suneel, thank you very much for that link! Mit freundlichen Grüßen / With kind regards, Swen Brüseke -Ursprüngliche Nachricht- Von: mvs babu [mailto:mvsbabu0...@outlook.com] Gesendet: Montag, 17. August 2015 14:08 An: users@cloudstack.apache.org Betreff: RE: AW: Deleting Compute Off

Re: new timestamp format for API in ACS 4.5.1

2015-08-18 Thread tony_caotong
Hello, When I use timestamp format startdate="2015-07-31", it works find. When I use it like this startdate="2015-07-31 13:00:00". It return a error IOError: ('http error', 401, 'Unauthorized', instance at 0x16dca70>) Could anyone tell me why ? I have read the code "DefaultLoginAPIAuthenticat

Re: new timestamp format for API in ACS 4.5.1

2015-08-18 Thread tony_caotong
In ParamProcessWorker::setFieldValue() I found this lins: case DATE: // This piece of code is for maintaining backward compatibility // and support both the date formats(Bug 9724) Is it related to my problem? Where can I found the descriptions about

Re: [GitHub] cloudstack pull request: CLOUDSTACK-8744 Add missing localization ...

2015-08-18 Thread Milamber
Hello, @remi: Thanks would great if this PR can be included in master before the release process of 4.6. Thanks. @all (translators): New strings needs to be translated on Transifex[1]. I will make an update of the l10n properties files just before the start of 4.6 release process. Milamber

auto scaling configuration with netscaler

2015-08-18 Thread cloud stack
Hi all , We have tested tagging network works in advance zone for default isolated network where the three networks assigned as follow -management network assigned to vlan1 (192,168.1.x) -public network assigned to vlan2 (192,168.2.x) -guest network assigned

Re: Usage Records are still generating even VM removed.

2015-08-18 Thread raja sekhar
Hi Rajani, Thanks for your reply. i have created one testvm and manually destroyed from cloud ui. the db entry in events table is: select * from usage_event where type='VM.DESTROY'\G *** 519. row *** id: 36520 type: VM.DESTROY

new timestamp format for API in ACS 4.5.1

2015-08-18 Thread tony_caotong
Hi All: Does any one have any idea ? Thanks. --- Cao Tong On 08/18/2015 06:04 PM, tony_caot...@163.com wrote: In ParamProcessWorker::setFieldValue() I found this lins: case DATE: // This piece of code is for maintaining backward compatibility

Re: Usage Records are still generating even VM removed.

2015-08-18 Thread Rajani Karuturi
can you compare events for both the vms using select * from usage_event where type like 'VM%' and resource_id in (311, 752); May be a stop event is missing. the same table is also present in cloud_usage database. compare the events in that table as well. ~Rajani On Wed, Aug 19, 2015 at 4:42 AM,