[openstack-dev] Manual to build an application on open stack

2013-11-02 Thread Krishanu Dhar
Hi, I wanted to build an application on openstack and wanted help on how do i go about doing it? Since i am absolutely new to the stack I was wondering if their is a developer's manual or something of that sort. All I have done so far is started the installation of devstack. I am typing this

Re: [openstack-dev] Manual to build an application on open stack

2013-11-02 Thread Krishanu Dhar
on what kind of application your are building. There serveral way of developing something above openstack services. I hope this wikinpage would help you a bit https://wiki.openstack.org/wiki/Documentation 2013/11/2 Krishanu Dhar rony.k...@gmail.com Hi, I wanted to build an application

Re: [openstack-dev] Manual to build an application on open stack

2013-11-02 Thread Krishanu Dhar
...@mirantis.comwrote: It depends on what kind of application your are building. There serveral way of developing something above openstack services. I hope this wikinpage would help you a bit https://wiki.openstack.org/wiki/Documentation 2013/11/2 Krishanu Dhar rony.k...@gmail.com Hi, I

Re: [openstack-dev] Manual to build an application on open stack

2013-11-04 Thread Krishanu Dhar
for backend deployment. Also, i've seen at github ReST based OpenStack client written on java. If you need any help, you are free to ask community. Regards, Denis M. 2013/11/3 Krishanu Dhar rony.k...@gmail.com Thanks Denis. So,this is what I am planning. An application; I was thinking

[openstack-dev] nova-api fails to start

2013-11-07 Thread Krishanu Dhar
Hi, I was trying to install the devstack and it failed while starting the nova api. below is a snippet from the console. Is it a bug? + screen -S stack -p n-api -X stuff 'cd /opt/stack/nova /usr/local/bin/nova-a'i || echo n-api failed to start | tee /opt/stack/status/stack/n-api.failure + echo

Re: [openstack-dev] nova-api fails to start

2013-11-07 Thread Krishanu Dhar
Any other recommendations on how to have a successful devstack installation? On Thu, Nov 7, 2013 at 11:37 PM, Krishanu Dhar rony.k...@gmail.com wrote: below is an error that's probably the cause... 2013-11-07 23:24:14.758 TRACE nova IOError: [Errno 13] Permission denied: '/etc/nova/api

Re: [openstack-dev] nova-api fails to start

2013-11-07 Thread Krishanu Dhar
Thanks *From:* Krishanu Dhar [mailto:rony.k...@gmail.com] *Sent:* Thursday, November 07, 2013 3:40 PM *To:* OpenStack Development Mailing List (not for usage questions) *Subject:* Re: [openstack-dev] nova-api fails to start Any other recommendations on how to have a successful devstack

Re: [openstack-dev] nova-api fails to start

2013-11-07 Thread Krishanu Dhar
Hey Telies - Were you trying to recreate the failure? or is it a new installation? On Fri, Nov 8, 2013 at 2:13 AM, Telles Nobrega tellesnobr...@gmail.comwrote: Now i have something like your problem, im getting die 609 'nova-api did not start' On Thu, Nov 7, 2013 at 4:11 PM, Krishanu Dhar

Re: [openstack-dev] nova-api fails to start

2013-11-08 Thread Krishanu Dhar
2013, at 17:54, Krishanu Dhar rony.k...@gmail.com wrote: Hey Telies - Were you trying to recreate the failure? or is it a new installation? On Fri, Nov 8, 2013 at 2:13 AM, Telles Nobrega tellesnobr...@gmail.comwrote: Now i have something like your problem, im getting die 609 'nova-api did

[openstack-dev] Script to operate on trove

2013-11-11 Thread Krishanu Dhar
Hi, I have to query the network and fetch details of all the hardware devices present in the datacenter and maintain the details in the back-end db. I plan to use trove as the back-end database. I have code written to get the details from the devices, but not sure how to perform operations in the

[openstack-dev] Launching openstack instance results in state ERROR

2013-11-15 Thread Krishanu Dhar
Hi, I am trying to launch an instance from an image and everytime it results in a state ERROR. Below is a snippet. Can someone help please? krish@krish-VirtualBox:~/devstack$ nova boot --flavor 2 --image dfb5f3af-de73-43e4-8927-c317540543e7 --num-instances 2 --key_name KEY_NAME --security_groups

Re: [openstack-dev] Launching openstack instance results in state ERROR

2013-11-15 Thread Krishanu Dhar
for Ports creation. -- Trinath Somanchi - B39208 trinath.soman...@freescale.com | extn: 4048 *From:* Krishanu Dhar [mailto:rony.k...@gmail.com] *Sent:* Friday, November 15, 2013 3:04 PM *To:* openst...@lists.openstack.org; OpenStack Development Mailing List (not for usage questions

Re: [openstack-dev] Launching openstack instance results in state ERROR

2013-11-15 Thread Krishanu Dhar
and neutron.conf enable verbose=True, Debug=True. Also, look into logging configurations in the same files. -- Trinath Somanchi - B39208 trinath.soman...@freescale.com | extn: 4048 *From:* Krishanu Dhar [mailto:rony.k...@gmail.com] *Sent:* Friday, November 15, 2013 4:27 PM *To:* OpenStack

Re: [openstack-dev] Launching openstack instance results in state ERROR

2013-11-15 Thread Krishanu Dhar
time out issue? On Fri, Nov 15, 2013 at 5:01 PM, Krishanu Dhar rony.k...@gmail.com wrote: the logs do not get generated with verbose and debug set to True. This is weird. I do not see anything else that prevents from generating logs...Any other recommendations? On Fri, Nov 15, 2013 at 4

Re: [openstack-dev] Launching openstack instance results in state ERROR

2013-11-15 Thread Krishanu Dhar
Atatched is the nova conf file On Fri, Nov 15, 2013 at 5:16 PM, Denis Makogon dmako...@mirantis.comwrote: Could you please post nova config file? It would be easier to tell if its misconfigured Regards, Denis Makogon. 2013/11/15 Krishanu Dhar rony.k...@gmail.com the logs do not get

Re: [openstack-dev] Launching openstack instance results in state ERROR

2013-11-15 Thread Krishanu Dhar
How do i restart nova and neutron? Do you ahve the commands? On Fri, Nov 15, 2013 at 5:24 PM, Srinivasa T N seen...@linux.vnet.ibm.comwrote: Did you do restart of nova and neutron after the below changes? Regards, Seenu. On 11/15/2013 05:01 PM, Krishanu Dhar wrote: the logs do not get