Re: [openstack-dev] [HEAT] Discussion: How to list nested stack resources.

2014-06-05 Thread Nilakhya Chatterjee
e-list > >> > >> Tim > >> > >> On 5/19/14 1:53 PM, "Tim Schnell" wrote: > >> > >>> On 5/19/14 12:35 PM, "Randall Burt" > wrote: > >>> > >>> > >>>> On May 19, 2014, at 11:39 AM, Steven Har

[openstack-dev] [HEAT] Discussion: How to list nested stack resources.

2014-05-14 Thread Nilakhya Chatterjee
ource-list Show list of resources belonging to a stack Let me know if this requires a BP to be created for discussion. Thanks. -- Nilakhya | Consultant Engineering GlobalLogic P +x.xxx.xxx. M +91.989.112.5770 S skype www.globallogic.com <http://www.globallogic.com/> http://www

Re: [openstack-dev] [Trove][Discussion] Are we using troveclient/tools/install_venv_common.py ?

2014-01-24 Thread Nilakhya Chatterjee
Hello All, I have not received any reply on my mail, I will wait one more day for your comments on the same and proceed with a checkin, that removes the given file from python-troveclient. Let me know your thoughts. On Thu, Jan 23, 2014 at 1:43 AM, Nilakhya < nilakhya.chat

[openstack-dev] [Trove][Discussion] Are we using troveclient/tools/install_venv_common.py ?

2014-01-22 Thread Nilakhya
Hi All, Are we using tools/install_venv_common.py in python-troveclient, If so just let us know. Otherwise, it may be cleaned up (removing it from openstack-common.conf) Thanks. ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http:

Re: [openstack-dev] Dev help....

2013-11-10 Thread Nilakhya
Sorry replying late to your msg, Better to start with a GUI client like X-chat ( for linux), which will ease things a lot. tx ! On 11/08/2013 12:08 PM, Krishanu Dhar wrote: Thanks. I tried hooking onto the IRC but it just doesn't seem to connect. Below is the error I got. [11:59] -herbert.

Re: [openstack-dev] [Heat] How do i implement this usecase:

2013-11-07 Thread Nilakhya
e floating-ip. I certainly won't be working on them but I currently have no problem with some blueprints being raised and these resources being contributed. Le 07/11/2013 09:33, Nilakhya a écrit : Currently my heat template works with AWS resource type: DatabaseIPAddress: Type: AWS::E

Re: [openstack-dev] [Heat] How do i implement this usecase:

2013-11-07 Thread Nilakhya
networking with nova. 2013/11/7 Nilakhya <mailto:nilakhya.chatter...@globallogic.com>> Currently my heat template works with AWS resource type: DatabaseIPAddress: Type: AWS::EC2::EIP DatabaseIPAssoc : Type: AWS::EC2::EIPAssociation P

[openstack-dev] [Heat] How do i implement this usecase:

2013-11-07 Thread Nilakhya
Currently my heat template works with AWS resource type: DatabaseIPAddress: Type: AWS::EC2::EIP DatabaseIPAssoc : Type: AWS::EC2::EIPAssociation Properties: InstanceId: {Ref: BaseInstance} EIP: {Ref: MyIPAddress} Now if i want to change to OpenStack ( OS ) namespace w