Rohit, by any chance , does this fix this one:
https://issues.apache.org/jira/browse/CLOUDSTACK-8231 ?

Thanks!



On Thu, Mar 26, 2015 at 9:01 AM, Geoff Higginbottom <
geoff.higginbot...@shapeblue.com> wrote:

> Good work Rohit
>
> Regards
>
> Geoff Higginbottom
>
> D: +44 20 3603 0542 | S: +44 20 3603 0540 | M: +447968161581
>
> geoff.higginbot...@shapeblue.com
>
> -----Original Message-----
> From: Rohit Yadav [mailto:rohit.ya...@shapeblue.com]
> Sent: 26 March 2015 12:56
> To: dev@cloudstack.apache.org
> Subject: Re: [VOTE] Apache CloudStack 4.5.1-rc1
>
> Hi all,
>
> The bug Geoff found has been fixed now along with the issue of editing an
> existing LB rule (which is sort of a workaround for now).
>
> > On 26-Mar-2015, at 2:36 pm, Geoff Higginbottom <
> geoff.higginbot...@shapeblue.com> wrote:
> >
> > Hi Rohit,
> >
> > Here is the output from Firebug when I try to remove a VM from a
> > LoadBalancer, the end result is it fails
> >
> > commandremoveFromLoadBalancerRule
> > id286b1f4e-fe78-4d55-bea3-4627665e2203
> > responsejson
> > sessionkeyqJOddbBPY1W4z3l9/A1zHu/nHfc=
> > vmidipmap[0].vmidf9c0ae7f-3b14-4ee1-980b-107125243d95
> > vmidipmap[0].vmip192.168.201.74
> >
> > If I try the same command using CloudMonkey it also fails
> >
> > cm remove fromloadbalancerrule id=286b1f4e-fe78-4d55-bea3-4627665e2203
> > vmidipmap[0].vmid=f9c0ae7f-3b14-4ee1-980b-107125243d95
> > vmidipmap[0].vmip=192.168.201.74 Async job
> > 6196badf-a26c-45fc-a08b-e337f693e62a failed
> >
> > However if I then run
> >
> > (geoff) cm remove fromloadbalancerrule
> > id=286b1f4e-fe78-4d55-bea3-4627665e2203
> > virtualmachineids=f9c0ae7f-3b14-4ee1-980b-107125243d95
> >
> > It succeeds!
> >
> > accountid = f65a1ff1-ba3e-44ab-9727-17b9227c4c86
> > cmd =
> > org.apache.cloudstack.api.command.user.loadbalancer.RemoveFromLoadBala
> > ncerRuleCmd
> > created = 2015-03-26T08:55:04+0000
> > jobid = d74c4909-7721-4592-9e99-1751e7e0631b
> > jobprocstatus = 0
> > jobresult:
> > success = True
> > jobresultcode = 0
> > jobresulttype = object
> > jobstatus = 1
> > userid = 4d6a37ee-6ab1-4300-8e3a-823fec050bb0
> >
> > I'm running the latest 4.5.1 RC
> >
> > Regarding the Edit LoadBalancer issue you reported, I am seeing the
> exact same thing.  When I click the Edit button, nothing happens and
> Firebug reports the following:
> >
> > TypeError: args.context is undefined
> > var data = getLBAlgorithms(args.context.networks[0]);
> >
> > So there appears to be at least two issues here relating to
> > LoadBalancer Rules and the UI
> >
> > Regards
> >
> > Geoff Higginbottom
> >
> > D: +44 20 3603 0542 | S: +44 20 3603 0540 | M: +447968161581
> >
> > geoff.higginbot...@shapeblue.com
> >
> > -----Original Message-----
> > From: Rohit Yadav [mailto:rohit.ya...@shapeblue.com]
> > Sent: 26 March 2015 07:25
> > To: dev@cloudstack.apache.org
> > Subject: Re: [VOTE] Apache CloudStack 4.5.1-rc1
> >
> > Hi Geoff,
> >
> > I tried with latest 4.5 branch and was able to add/remove VMs from LB
> rules in an advance zone with KVM. I did not find any issues. The API can
> take both list of VM ids and the vmidipmap. This is the trace from Chrome
> devtools:
> >
> > command:removeFromLoadBalancerRule
> > response:json
> > id:61da47f1-05d1-436e-8c6e-093bdf00d7f6
> > vmidipmap[0].vmid:ca2b87a1-c291-4683-a765-691c6af1916e
> > vmidipmap[0].vmip:10.1.1.184
> >
> > Geoff - can you share more details, so as to reproduce and fix it?
> >
> > Though one issue which broke for me was that I was unable to edit the LB
> algorithm for an existing rule. I looked at the issue, and it was that when
> Edit was pressed it would get lb algorithms from the list network response
> instead of hard coding it.
> >
> > It came from https://issues.apache.org/jira/browse/CLOUDSTACK-7915
> > The issue was in case the object given to the js handler was undefined
> it would fail for me. It failed both on Chrome and Firefox, so I've added a
> workaround to fallback on hardcoded list of LB algorithms if the passed arg
> is undefined:
> >
> > https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=commitdiff;
> > h=221e429;hp=ca1e5c16906ebcccba8fd382239659d9083c4178
> >
> > Can any of the UI gurus can suggest a better fix for this?
> >
> > On Thursday 26 March 2015 12:17 AM, Geoff Higginbottom wrote:
> >> -1
> >>
> >> The main reason for a -1 is in relation to a UI bug when trying to
> delete Load Balancing Rules.  When a user tries to remove a VM from a Load
> Balancer config using the UI it fails, however using the API it works.
> >>
> >> It looks like the UI is not sending the virtualmachineid but is
> >> trying to use vmidipmap[0].vmid and vmipipmap[0].vmip which fails
> >>
> >> I'm testing this in a EIP/ELB Basic Zone with a NetScaler which I know
> is not a common configuration, but I suspect this standard Load Balancer UI
> bug may also affect Advanced Zones.
> >>
> >>
> >> A second issue I have found is in relation to GSLB which I would not
> normally -1 for as I don’t believe it’s a widely used feature, however when
> trying to remove Load Balancers from a GSLB setup, it fails from both the
> UI and the API.
> >>
> >> Regards
> >>
> >> Geoff Higginbottom
> >>
> >> D: +44 20 3603 0542 | S: +44 20 3603 0540 | M: +447968161581
> >>
> >> geoff.higginbot...@shapeblue.com
> >>
> >> -----Original Message-----
> >> From: Rohit Yadav [mailto:rohit.ya...@shapeblue.com]
> >> Sent: 24 March 2015 06:36
> >> To: dev@cloudstack.apache.org
> >> Subject: Re: [VOTE] Apache CloudStack 4.5.1-rc1
> >>
> >> Hi Ilya - Yes, I think we’ll need a RC2 but I don’t want another RC3 so
> let’s wait at least for today to see if anyone reports anything.
> >>
> >> Meanwhile, let’s continue testing and let’s report/fix any issues we
> find. I think we’ve tested RC1 with KVM and Xen, it would be great if
> someone could share their test results against VMWare and report
> success/failures before we do RC2 if possible?
> >>
> >>> On 24-Mar-2015, at 7:21 am, David Nalley <da...@gnsa.us> wrote:
> >>>
> >>> Very likely - just waiting to see if anyone uncovers anything else
> >>> before I do so.
> >>>
> >>> On Mon, Mar 23, 2015 at 7:35 PM, ilya <ilya.mailing.li...@gmail.com>
> wrote:
> >>>> Rohit,
> >>>>
> >>>> While we have fixes and I hate to do this to David, but i think
> >>>> this warrants RC2 release.
> >>>>
> >>>> David, how likely are you to spin up another vote for RC2?
> >>>>
> >>>> Thanks
> >>>> ilya
> >>>>
> >>>>
> >>>> On 3/20/15 10:31 AM, Rohit Yadav wrote:
> >>>>>
> >>>>> Hi everyone,
> >>>>>
> >>>>> Don’t get discouraged by the minor regressions found as they are
> fixed.
> >>>>> Note: they would only affect VMWare/Xen and the rpm bug will
> >>>>> affect only
> >>>>> CentOS6 users.
> >>>>>
> >>>>> In case you’re building from source, apply these two patches on
> >>>>> top of RC1 and please continue testing:
> >>>>>
> >>>>>
> >>>>> https://github.com/apache/cloudstack/commit/53ca0b1861c743caf61ec0
> >>>>> 4
> >>>>> f
> >>>>> 776c87eac334f185
> >>>>>
> >>>>> https://github.com/apache/cloudstack/commit/d70937aeb92e89efa8fcc3
> >>>>> 9
> >>>>> d
> >>>>> 7f89bdd8c885b2a2
> >>>>>
> >>>>>> On 20-Mar-2015, at 7:51 pm, Paul Angus <paul.an...@shapeblue.com>
> wrote:
> >>>>>>
> >>>>>> -1
> >>>>>> Regression caused by
> >>>>>> https://issues.apache.org/jira/browse/CLOUDSTACK-8312
> >>>>>> Causes:
> >>>>>> Unable to start instance due to can't find mapping in
> >>>>>> ObjectInDataStore table for:
> >>>>>> org.apache.cloudstack.storage.image.store.TemplateObject
> >>>>>>
> >>>>>> When trying to deploy system VM templates.
> >>>>>>
> >>>>>> Template gets copied to primary storage but no entries appear to
> >>>>>> be added to the db Systemvm.iso not copied to secondary storage.
> >>>>>> SSVM and CPVM do not get created
> >>>>>>
> >>>>>> Rohit has created a fix for RC2 - testing on that now.
> >>>>>>
> >>>>>> Regards,
> >>>>>>
> >>>>>> Paul Angus
> >>>>>> Cloud Architect
> >>>>>> D: +44 20 3468 5163 |S: +44 20 3603 0540 | M: +44 7711 418 784 | T:
> >>>>>> @CloudyAngus
> >>>>>> paul.an...@shapeblue.com
> >>>>>>
> >>>>>> -----Original Message-----
> >>>>>> From: Nux! [mailto:n...@li.nux.ro]
> >>>>>> Sent: 20 March 2015 14:12
> >>>>>> To: dev@cloudstack.apache.org
> >>>>>> Subject: Re: [VOTE] Apache CloudStack 4.5.1-rc1
> >>>>>>
> >>>>>> +1 from me as well based on upgrade from 4.4.1 and ADV+SG zone
> tests.
> >>>>>>
> >>>>>> Thanks Rohit for the packages.
> >>>>>>
> >>>>>> Lucian
> >>>>>>
> >>>>>> --
> >>>>>> Sent from the Delta quadrant using Borg technology!
> >>>>>>
> >>>>>> Nux!
> >>>>>> www.nux.ro
> >>>>>>
> >>>>>> ----- Original Message -----
> >>>>>>>
> >>>>>>> From: "Rohit Yadav" <rohit.ya...@shapeblue.com>
> >>>>>>> To: dev@cloudstack.apache.org
> >>>>>>> Sent: Friday, 20 March, 2015 11:38:42
> >>>>>>> Subject: Re: [VOTE] Apache CloudStack 4.5.1-rc1
> >>>>>>> +1 (with one centos6 rpm build fix required, read below)
> >>>>>>>
> >>>>>>> Advance zone testing with/without local storage, KVM:
> >>>>>>>
> >>>>>>> - VM lifecycle with and without local storage and vm's volume
> >>>>>>> migrations (after vm was stopped) across 2 hosts
> >>>>>>> - Password server, reset password. Stress tested password
> >>>>>>> server, served
> >>>>>>> 1000 req/second with 95.7% successful http request completion
> >>>>>>> (though I realize ab is not really a good tool)
> >>>>>>> - Egress rules, Firewall rules, port forwarding SNAT usage, load
> >>>>>>> balancing
> >>>>>>> - Register template and ISO
> >>>>>>> - VM statistics, dashboard capacity values
> >>>>>>> - Observed normal CPVM, SSVM behaviours
> >>>>>>> - Use of both NFS and local primary storage
> >>>>>>> - Download volume, iso, template
> >>>>>>> - VPC: multiple tiers, password server + load tests, vm
> >>>>>>> lifecycle with/without local storage, SNAT for vms in tiers, ACL
> >>>>>>> rules create/update/delete/apply etc
> >>>>>>>
> >>>>>>> Basic Zone testing with/without local storage, KVM:
> >>>>>>>
> >>>>>>> - Basic zone with local storage, vm lifecycle
> >>>>>>> - Volume migration (after stopped)
> >>>>>>> - Attach/detach volumes
> >>>>>>> - NFS primary+secondary and local storage primary
> >>>>>>> - Normal CPVM, SSVM behaviour seen
> >>>>>>> - Register template/iso worked
> >>>>>>> - Download volume, iso, template
> >>>>>>> - Shared network with SG worked
> >>>>>>> - Password server tested, reset password
> >>>>>>>
> >>>>>>> Minor issues:
> >>>>>>>
> >>>>>>> - RC1 will require this minor centos6 rpm build fix that we can
> >>>>>>> slip in
> >>>>>>> https://github.com/apache/cloudstack/commit/d70937aeb92e89efa8fc
> >>>>>>> c
> >>>>>>> 3
> >>>>>>> 9d7f
> >>>>>>> 89bdd8c885b2a2
> >>>>>>> Note: centos7 builds are fine.
> >>>>>>> - UI logs out on refresh (due to known CSRF fix) or opening in
> >>>>>>> another tab.
> >>>>>>>
> >>>>>>> On Thursday 19 March 2015 08:10 PM, David Nalley wrote:
> >>>>>>>>
> >>>>>>>> Hi All,
> >>>>>>>>
> >>>>>>>> I've created a X.X.X release, with the following artifacts up
> >>>>>>>> for a
> >>>>>>>> vote:
> >>>>>>>>
> >>>>>>>> Git Branch and Commit SH:
> >>>>>>>> https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=shor
> >>>>>>>> t
> >>>>>>>> l
> >>>>>>>> og;h
> >>>>>>>> =refs/heads/4.5-RC20150319T1429
> >>>>>>>> Commit: 44443c06466e208769f32c03767abc6bd2680fd8
> >>>>>>>>
> >>>>>>>> Source release (checksums and signatures are available at the
> >>>>>>>> same
> >>>>>>>> location):
> >>>>>>>> https://dist.apache.org/repos/dist/dev/cloudstack/4.5.1-rc1/
> >>>>>>>>
> >>>>>>>> PGP release keys (signed using 0x6fe50f1c):
> >>>>>>>> https://dist.apache.org/repos/dist/release/cloudstack/KEYS
> >>>>>>>>
> >>>>>>>> Vote will be open for 72 hours.
> >>>>>>>>
> >>>>>>>> For sanity in tallying the vote, can PMC members please be sure
> >>>>>>>> to indicate "(binding)" with their vote?
> >>>>>>>>
> >>>>>>>> [ ] +1  approve
> >>>>>>>> [ ] +0  no opinion
> >>>>>>>> [ ] -1  disapprove (and reason why)
> >>>>>>>>
> >>>>>>> --
> >>>>>>> Regards,
> >>>>>>> Rohit Yadav
> >>>>>>> Software Architect, ShapeBlue
> >>>>>>> M. +91 8826230892 | rohit.ya...@shapeblue.com
> >>>>>>> Blog: bhaisaab.org | Twitter: @_bhaisaab PS. If you see any
> >>>>>>> footer below, I did not add it :) Find out more about ShapeBlue
> >>>>>>> and our range of CloudStack related services
> >>>>>>>
> >>>>>>> IaaS Cloud Design &
> >>>>>>> Build<http://shapeblue.com/iaas-cloud-design-and-build//>
> >>>>>>> CSForge – rapid IaaS deployment
> >>>>>>> framework<http://shapeblue.com/csforge/>
> >>>>>>> CloudStack
> >>>>>>> Consulting<http://shapeblue.com/cloudstack-consultancy/>
> >>>>>>> CloudStack Software
> >>>>>>> Engineering<http://shapeblue.com/cloudstack-software-engineering
> >>>>>>> /
> >>>>>>>>
> >>>>>>> CloudStack Infrastructure
> >>>>>>> Support<http://shapeblue.com/cloudstack-infrastructure-support/>
> >>>>>>> CloudStack Bootcamp Training
> >>>>>>> Courses<http://shapeblue.com/cloudstack-training/>
> >>>>>>>
> >>>>>>> This email and any attachments to it may be confidential and are
> >>>>>>> intended solely for the use of the individual to whom it is
> addressed.
> >>>>>>> Any views or opinions expressed are solely those of the author
> >>>>>>> and do not necessarily represent those of Shape Blue Ltd or
> >>>>>>> related companies. If you are not the intended recipient of this
> >>>>>>> email, you must neither take any action based upon its contents,
> >>>>>>> nor copy or show it to anyone. Please contact the sender if you
> >>>>>>> believe you have received this email in error. Shape Blue Ltd is
> >>>>>>> a company incorporated in England & Wales. ShapeBlue Services
> >>>>>>> India LLP is a company incorporated in India and is operated
> >>>>>>> under license from Shape Blue Ltd. Shape Blue Brasil Consultoria
> >>>>>>> Ltda is a company incorporated in Brasil and is operated under
> >>>>>>> license from Shape Blue Ltd. ShapeBlue SA Pty Ltd is a company
> >>>>>>> registered by The Republic of South Africa and is traded under
> license from Shape Blue Ltd.
> >>>>>>> ShapeBlue is a registered trademark.
> >>>>>>
> >>>>>> Find out more about ShapeBlue and our range of CloudStack related
> >>>>>> services
> >>>>>>
> >>>>>> IaaS Cloud Design &
> >>>>>> Build<http://shapeblue.com/iaas-cloud-design-and-build//>
> >>>>>> CSForge – rapid IaaS deployment
> >>>>>> framework<http://shapeblue.com/csforge/>
> >>>>>> CloudStack
> >>>>>> Consulting<http://shapeblue.com/cloudstack-consultancy/>
> >>>>>> CloudStack Software
> >>>>>> Engineering<http://shapeblue.com/cloudstack-software-engineering/
> >>>>>> >
> >>>>>> CloudStack Infrastructure
> >>>>>> Support<http://shapeblue.com/cloudstack-infrastructure-support/>
> >>>>>> CloudStack Bootcamp Training
> >>>>>> Courses<http://shapeblue.com/cloudstack-training/>
> >>>>>>
> >>>>>> This email and any attachments to it may be confidential and are
> >>>>>> intended solely for the use of the individual to whom it is
> >>>>>> addressed. Any views or opinions expressed are solely those of
> >>>>>> the author and do not necessarily represent those of Shape Blue
> >>>>>> Ltd or related companies. If you are not the intended recipient
> >>>>>> of this email, you must neither take any action based upon its
> >>>>>> contents, nor copy or show it to anyone. Please contact the
> >>>>>> sender if you believe you have received this email in error.
> >>>>>> Shape Blue Ltd is a company incorporated in England & Wales.
> >>>>>> ShapeBlue Services India LLP is a company incorporated in India
> >>>>>> and is operated under license from Shape Blue Ltd. Shape Blue
> >>>>>> Brasil Consultoria Ltda is a company incorporated in Brasil and
> >>>>>> is operated under license from Shape Blue Ltd. ShapeBlue SA Pty Ltd
> is a company registered by The Republic of South Africa and is traded under
> license from Shape Blue Ltd. ShapeBlue is a registered trademark.
> >>>>>
> >>>>> Regards,
> >>>>> Rohit Yadav
> >>>>> Software Architect, ShapeBlue
> >>>>> M. +91 88 262 30892 | rohit.ya...@shapeblue.com
> >>>>> Blog: bhaisaab.org | Twitter: @_bhaisaab
> >>>>>
> >>>>>
> >>>>>
> >>>>> Find out more about ShapeBlue and our range of CloudStack related
> >>>>> services
> >>>>>
> >>>>> IaaS Cloud Design &
> >>>>> Build<http://shapeblue.com/iaas-cloud-design-and-build//>
> >>>>> CSForge – rapid IaaS deployment
> >>>>> framework<http://shapeblue.com/csforge/>
> >>>>> CloudStack
> >>>>> Consulting<http://shapeblue.com/cloudstack-consultancy/>
> >>>>> CloudStack Software
> >>>>> Engineering<http://shapeblue.com/cloudstack-software-engineering/>
> >>>>> CloudStack Infrastructure
> >>>>> Support<http://shapeblue.com/cloudstack-infrastructure-support/>
> >>>>> CloudStack Bootcamp Training
> >>>>> Courses<http://shapeblue.com/cloudstack-training/>
> >>>>>
> >>>>> This email and any attachments to it may be confidential and are
> >>>>> intended solely for the use of the individual to whom it is
> >>>>> addressed. Any views or opinions expressed are solely those of the
> >>>>> author and do not necessarily represent those of Shape Blue Ltd or
> >>>>> related companies. If you are not the intended recipient of this
> >>>>> email, you must neither take any action based upon its contents,
> >>>>> nor copy or show it to anyone. Please contact the sender if you
> >>>>> believe you have received this email in error. Shape Blue Ltd is a
> >>>>> company incorporated in England & Wales. ShapeBlue Services India
> >>>>> LLP is a company incorporated in India and is operated under
> >>>>> license from Shape Blue Ltd. Shape Blue Brasil Consultoria Ltda is
> >>>>> a company incorporated in Brasil and is operated under license
> >>>>> from Shape Blue Ltd. ShapeBlue SA Pty Ltd is a company registered by
> The Republic of South Africa and is traded under license from Shape Blue
> Ltd. ShapeBlue is a registered trademark.
> >>>>
> >>>>
> >>>>
> >>
> >> Regards,
> >> Rohit Yadav
> >> Software Architect, ShapeBlue
> >> M. +91 88 262 30892 | rohit.ya...@shapeblue.com
> >> Blog: bhaisaab.org | Twitter: @_bhaisaab
> >>
> >>
> >>
> >> Find out more about ShapeBlue and our range of CloudStack related
> >> services
> >>
> >> IaaS Cloud Design &
> >> Build<http://shapeblue.com/iaas-cloud-design-and-build//>
> >> CSForge – rapid IaaS deployment
> >> framework<http://shapeblue.com/csforge/>
> >> CloudStack Consulting<http://shapeblue.com/cloudstack-consultancy/>
> >> CloudStack Software
> >> Engineering<http://shapeblue.com/cloudstack-software-engineering/>
> >> CloudStack Infrastructure
> >> Support<http://shapeblue.com/cloudstack-infrastructure-support/>
> >> CloudStack Bootcamp Training
> >> Courses<http://shapeblue.com/cloudstack-training/>
> >>
> >> This email and any attachments to it may be confidential and are
> intended solely for the use of the individual to whom it is addressed. Any
> views or opinions expressed are solely those of the author and do not
> necessarily represent those of Shape Blue Ltd or related companies. If you
> are not the intended recipient of this email, you must neither take any
> action based upon its contents, nor copy or show it to anyone. Please
> contact the sender if you believe you have received this email in error.
> Shape Blue Ltd is a company incorporated in England & Wales. ShapeBlue
> Services India LLP is a company incorporated in India and is operated under
> license from Shape Blue Ltd. Shape Blue Brasil Consultoria Ltda is a
> company incorporated in Brasil and is operated under license from Shape
> Blue Ltd. ShapeBlue SA Pty Ltd is a company registered by The Republic of
> South Africa and is traded under license from Shape Blue Ltd. ShapeBlue is
> a registered trademark.
> >> Find out more about ShapeBlue and our range of CloudStack related
> >> services
> >>
> >> IaaS Cloud Design &
> >> Build<http://shapeblue.com/iaas-cloud-design-and-build//>
> >> CSForge – rapid IaaS deployment
> >> framework<http://shapeblue.com/csforge/>
> >> CloudStack Consulting<http://shapeblue.com/cloudstack-consultancy/>
> >> CloudStack Software
> >> Engineering<http://shapeblue.com/cloudstack-software-engineering/>
> >> CloudStack Infrastructure
> >> Support<http://shapeblue.com/cloudstack-infrastructure-support/>
> >> CloudStack Bootcamp Training
> >> Courses<http://shapeblue.com/cloudstack-training/>
> >>
> >> This email and any attachments to it may be confidential and are
> intended solely for the use of the individual to whom it is addressed. Any
> views or opinions expressed are solely those of the author and do not
> necessarily represent those of Shape Blue Ltd or related companies. If you
> are not the intended recipient of this email, you must neither take any
> action based upon its contents, nor copy or show it to anyone. Please
> contact the sender if you believe you have received this email in error.
> Shape Blue Ltd is a company incorporated in England & Wales. ShapeBlue
> Services India LLP is a company incorporated in India and is operated under
> license from Shape Blue Ltd. Shape Blue Brasil Consultoria Ltda is a
> company incorporated in Brasil and is operated under license from Shape
> Blue Ltd. ShapeBlue SA Pty Ltd is a company registered by The Republic of
> South Africa and is traded under license from Shape Blue Ltd. ShapeBlue is
> a registered trademark.
> >>
> >
> > --
> > Regards,
> > Rohit Yadav
> > Software Architect, ShapeBlue
> > M. +91 8826230892 | rohit.ya...@shapeblue.com
> > Blog: bhaisaab.org | Twitter: @_bhaisaab PS. If you see any footer
> > below, I did not add it :) Find out more about ShapeBlue and our range
> > of CloudStack related services
> >
> > IaaS Cloud Design &
> > Build<http://shapeblue.com/iaas-cloud-design-and-build//>
> > CSForge – rapid IaaS deployment
> > framework<http://shapeblue.com/csforge/>
> > CloudStack Consulting<http://shapeblue.com/cloudstack-consultancy/>
> > CloudStack Software
> > Engineering<http://shapeblue.com/cloudstack-software-engineering/>
> > CloudStack Infrastructure
> > Support<http://shapeblue.com/cloudstack-infrastructure-support/>
> > CloudStack Bootcamp Training
> > Courses<http://shapeblue.com/cloudstack-training/>
> >
> > This email and any attachments to it may be confidential and are
> intended solely for the use of the individual to whom it is addressed. Any
> views or opinions expressed are solely those of the author and do not
> necessarily represent those of Shape Blue Ltd or related companies. If you
> are not the intended recipient of this email, you must neither take any
> action based upon its contents, nor copy or show it to anyone. Please
> contact the sender if you believe you have received this email in error.
> Shape Blue Ltd is a company incorporated in England & Wales. ShapeBlue
> Services India LLP is a company incorporated in India and is operated under
> license from Shape Blue Ltd. Shape Blue Brasil Consultoria Ltda is a
> company incorporated in Brasil and is operated under license from Shape
> Blue Ltd. ShapeBlue SA Pty Ltd is a company registered by The Republic of
> South Africa and is traded under license from Shape Blue Ltd. ShapeBlue is
> a registered trademark.
> > Find out more about ShapeBlue and our range of CloudStack related
> > services
> >
> > IaaS Cloud Design &
> > Build<http://shapeblue.com/iaas-cloud-design-and-build//>
> > CSForge – rapid IaaS deployment
> > framework<http://shapeblue.com/csforge/>
> > CloudStack Consulting<http://shapeblue.com/cloudstack-consultancy/>
> > CloudStack Software
> > Engineering<http://shapeblue.com/cloudstack-software-engineering/>
> > CloudStack Infrastructure
> > Support<http://shapeblue.com/cloudstack-infrastructure-support/>
> > CloudStack Bootcamp Training
> > Courses<http://shapeblue.com/cloudstack-training/>
> >
> > This email and any attachments to it may be confidential and are
> intended solely for the use of the individual to whom it is addressed. Any
> views or opinions expressed are solely those of the author and do not
> necessarily represent those of Shape Blue Ltd or related companies. If you
> are not the intended recipient of this email, you must neither take any
> action based upon its contents, nor copy or show it to anyone. Please
> contact the sender if you believe you have received this email in error.
> Shape Blue Ltd is a company incorporated in England & Wales. ShapeBlue
> Services India LLP is a company incorporated in India and is operated under
> license from Shape Blue Ltd. Shape Blue Brasil Consultoria Ltda is a
> company incorporated in Brasil and is operated under license from Shape
> Blue Ltd. ShapeBlue SA Pty Ltd is a company registered by The Republic of
> South Africa and is traded under license from Shape Blue Ltd. ShapeBlue is
> a registered trademark.
>
> Regards,
> Rohit Yadav
> Software Architect, ShapeBlue
> M. +91 88 262 30892 | rohit.ya...@shapeblue.com
> Blog: bhaisaab.org | Twitter: @_bhaisaab
>
>
>
> Find out more about ShapeBlue and our range of CloudStack related services
>
> IaaS Cloud Design & Build<
> http://shapeblue.com/iaas-cloud-design-and-build//>
> CSForge – rapid IaaS deployment framework<http://shapeblue.com/csforge/>
> CloudStack Consulting<http://shapeblue.com/cloudstack-consultancy/>
> CloudStack Software Engineering<
> http://shapeblue.com/cloudstack-software-engineering/>
> CloudStack Infrastructure Support<
> http://shapeblue.com/cloudstack-infrastructure-support/>
> CloudStack Bootcamp Training Courses<
> http://shapeblue.com/cloudstack-training/>
>
> This email and any attachments to it may be confidential and are intended
> solely for the use of the individual to whom it is addressed. Any views or
> opinions expressed are solely those of the author and do not necessarily
> represent those of Shape Blue Ltd or related companies. If you are not the
> intended recipient of this email, you must neither take any action based
> upon its contents, nor copy or show it to anyone. Please contact the sender
> if you believe you have received this email in error. Shape Blue Ltd is a
> company incorporated in England & Wales. ShapeBlue Services India LLP is a
> company incorporated in India and is operated under license from Shape Blue
> Ltd. Shape Blue Brasil Consultoria Ltda is a company incorporated in Brasil
> and is operated under license from Shape Blue Ltd. ShapeBlue SA Pty Ltd is
> a company registered by The Republic of South Africa and is traded under
> license from Shape Blue Ltd. ShapeBlue is a registered trademark.
> Find out more about ShapeBlue and our range of CloudStack related services
>
> IaaS Cloud Design & Build<
> http://shapeblue.com/iaas-cloud-design-and-build//>
> CSForge – rapid IaaS deployment framework<http://shapeblue.com/csforge/>
> CloudStack Consulting<http://shapeblue.com/cloudstack-consultancy/>
> CloudStack Software Engineering<
> http://shapeblue.com/cloudstack-software-engineering/>
> CloudStack Infrastructure Support<
> http://shapeblue.com/cloudstack-infrastructure-support/>
> CloudStack Bootcamp Training Courses<
> http://shapeblue.com/cloudstack-training/>
>
> This email and any attachments to it may be confidential and are intended
> solely for the use of the individual to whom it is addressed. Any views or
> opinions expressed are solely those of the author and do not necessarily
> represent those of Shape Blue Ltd or related companies. If you are not the
> intended recipient of this email, you must neither take any action based
> upon its contents, nor copy or show it to anyone. Please contact the sender
> if you believe you have received this email in error. Shape Blue Ltd is a
> company incorporated in England & Wales. ShapeBlue Services India LLP is a
> company incorporated in India and is operated under license from Shape Blue
> Ltd. Shape Blue Brasil Consultoria Ltda is a company incorporated in Brasil
> and is operated under license from Shape Blue Ltd. ShapeBlue SA Pty Ltd is
> a company registered by The Republic of South Africa and is traded under
> license from Shape Blue Ltd. ShapeBlue is a registered trademark.
>

Reply via email to