Re: Regarding the bug Cloudstack-3589 VM created from VPC network is not getting IP

2013-07-21 Thread Bharat Kumar
Hi Dann, The commit d73bb22802cba9116f27fada6780c966b0060b30 changes the name of the dnamsqTo to dhcpTo and adds some dns specific config as a part of the review comments. The bug Cloudstack-3589 is because of passing null value to the dhcpto ( As a result the dhcp setting has a null in

Re: Regarding the bug Cloudstack-3589 VM created from VPC network is not getting IP

2013-07-21 Thread Daan Hoogland
Bharat, sorry to haven't noticed this post earlier; Your commit d73bb22802cba9116f27fada6780c966b0060b30 is changing code of commit b903262df5e2ff5d174859ce28abae75c4689f0c. What is the rationale behind changing configDnsMasq() in VpcVirtualNetworkApplianceManagerImpl? regards, Daan On Thu, Ju

Regarding the bug Cloudstack-3589 VM created from VPC network is not getting IP

2013-07-18 Thread Bharat Kumar
Hi Dann, The bug fix https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=commitdiff;h=b903262df5e2ff5d174859ce28abae75c4689f0c is causing an null value in dnsmasq.config file while creating VPC network (bug-id Cloudstack-3589 ). Can you please take a look at this. Regards, Bharat.