Re: [Openstack] nova network creation error!

2014-02-26 Thread dheeru
Run the command with --debug option or look at the /var/log/neutron/server.log. It give more info about why this failing. -Dheeru @Community Service On Wed, Feb 26, 2014 at 6:17 AM, grkim wrote: > hi all, > > I'm install openstack using > http://docs.openstack.org/hav

Re: [Openstack] Deleted admin tenant by mistake

2014-02-07 Thread dheeru
Create another tenant and assign the admin role. You should be able to use it. Which services are not starting ? -Dheeru @Community Service On Fri, Feb 7, 2014 at 10:27 AM, Nagaraj Mandya wrote: > Hello, > I am using OpenStack Grizzly and my services are configured with an > adm

Re: [Openstack] [glance] Multiple instances of glance

2014-02-03 Thread dheeru
. It should work. -Dheeru @Community Service On Sat, Feb 1, 2014 at 5:20 AM, Muralidhar Balcha wrote: > Hi, > Can an openstack installation have multiple glance instances? If so can it > be possible to specify image url from a specific glance service during nova > crea

Re: [Openstack] Is it need to rollback when image create failed

2014-01-16 Thread dheeru
Nothing. You either delete this image or create new one with specifying the container format. -Dheeru @Community Service On Thu, Jan 16, 2014 at 3:33 PM, Dong Liu wrote: > Hi guys: > > I create an image without --container-format param, an error message > return. > > root@

Re: [Openstack] Problem while launching instance using novaclient

2013-12-30 Thread dheeru
Can you look at your log files under screen ? Scheduler and compute logs must be able give you more information on why instance launch is failing. -Dheeru @Community Service On Tue, Dec 31, 2013 at 11:00 AM, varun bhatnagar wrote: > Hi, > > I am new to Openstack. With lots of diffi

Re: [Openstack] How to configure multiple glance servers

2013-12-20 Thread dheeru
this. -Dheeru @Community Service. On Thu, Dec 19, 2013 at 11:03 AM, Rajshree Thorat wrote: > Hi All, > > I am trying multinode Grizzly deployment. On a separate node, I registered > glance services and relative endpoints > in keystone. If I want to run glance on multiple host ser

Re: [Openstack] Upgrade only Neutron from Grizzly to Havana with others in Grizzly

2013-12-18 Thread dheeru
Good question. You can give it a shot. It may work. Also any reason you would like upgrade to only Neutron ?. If you looking for any specific feature of Neutron which got into Havana, it may break. I have not tried anything like this and giving inputs on my guesss. -Dheeru @Community Service

Re: [Openstack] Ceilometer "Authentication required" Error

2013-12-05 Thread dheeru
Hi Mark Looks like you env variables for tenant is not admin. Have you created admin user and tenant already ? Are you able to run any keystone commands like keystone user-list etc ? -Dheeru @Community Service On Fri, Dec 6, 2013 at 5:48 AM, Mark Vlcek (mavlcek) wrote: > Hi All, >

Re: [Openstack] problem in installing swift

2013-12-04 Thread dheeru
Did you install the dependencies as suggested in the link ? It is better to check -Dheeru @Community Service On Wed, Dec 4, 2013 at 11:55 AM, pragya jain wrote: > hello, > > I am installing swift using link > http://docs.openstack.org/developer/swift/development_saio.html >

Re: [Openstack] Unable to create instance in openstack -- URGENT HELP

2013-12-02 Thread dheeru
Hi Karan I have sent you the modified api.py and guestfs.py files in unicast email. Can you patch them, restart compute and then try ? -Dheeru @Community Service On Mon, Dec 2, 2013 at 10:34 PM, dheeru wrote: > Hi Karan > > You are hitting this issue because of injecting data i

Re: [Openstack] Unable to create instance in openstack -- URGENT HELP

2013-12-02 Thread dheeru
Hi Karan You are hitting this issue because of injecting data into image. Issue is coming from guestfs library which is used to modify the image. Are you doing any thing special ? Looks like a bug to me. Let me see is there any patch for this. -Dheeru @Community Service On Mon, Dec 2, 2013 at

Re: [Openstack] vm instance creation failed - How to troubleshoot ?

2013-11-28 Thread dheeru
Thanks jay for your inputs. I will include this as well - Dheerendra On Fri, Nov 29, 2013 at 6:29 AM, Jay Lau wrote: > Hi dheeru, > > We can also use "nova show" to get the VM fault if the VM was in error > state. But if the VM creation failed with retry filter, then w

Re: [Openstack] Cannot start neutron-server

2013-11-28 Thread dheeru
Thats cool kevin. Your poblem is resolved. -Dheeru @Community Service On Thu, Nov 28, 2013 at 8:38 PM, Kevin Breit wrote: > That was indeed the fix. I needed to install python-keystoneclient and it > worked immediately. Thank you. > > > On 28 Nov 2013, at 1:36, dheeru wrote:

Re: [Openstack] Cannot start neutron-server

2013-11-27 Thread dheeru
Looks like you missed installing the keystoneclient/middleware Can you check you have keystoneclient/middleware/authtoken* ? You server is failing while importing the above module. Due to this it is trying to load quantum configuration -dheeru @Community Sevice On Thu, Nov 28, 2013 at 10:47

Re: [Openstack] Glance registry is not starting

2013-11-27 Thread dheeru
ini> Got: LookupError("No section 'glance-registry-keystone' (prefixed by 'app' > or 'application' or 'composite' or 'composit' or 'pipeline' or > 'filter-app') found in config /etc/glance/glance-api-paste.ini&qu

[Openstack] (no subject)

2013-11-26 Thread dheeru
ematically approach this problem. Refer the following link, if you hit the same issue. http://wp.me/p3TMWo-52 You can share your inputs as well. I can incorporate the same. -dheeru @Community Service ___ Mailing list: http://lists.openstack.org/cgi-b

[Openstack] vm instance creation failed - How to troubleshoot ?

2013-11-26 Thread dheeru
ematically approach this problem. Refer the following link, if you hit the same issue. http://wp.me/p3TMWo-52 You can share your inputs as well. I can incorporate the same. -dheeru @Community Service ___ Mailing list: http://lists.openstack.org/cgi-b

Re: [Openstack] OpenStack Technical Deep Dive Session @Hyderabad INDIA

2013-11-26 Thread dheeru
rtual Machine internals 8. Dashboard integration 9. Object Storage It is complete deep-dive on each of the those topics with hands-on. All these is based on our experience and help the community people. -dheeru @Community Service ___ Mailing list:

Re: [Openstack] Error launching instances

2013-11-26 Thread dheeru
HI John Instance creation may be failing for different reason. Can you check the erros in /var/log/nova-api.log nova-compute.log and nova-scheduler.log ? Also do you see any errors in /var/log/libvirt/libvird.log ? -Dheerendra On Tue, Nov 26, 2013 at 9:09 PM, John Smith wrote: > Hi, > > > Im

Re: [Openstack] openstack-nova-api dead but pid file exists

2013-11-26 Thread dheeru
HI Mridhul Was it working fine earlier ? If yes, looks like you changed some configuration and it has some wrong entry or spaces etc. 1. Your nova must be respawning too frequently. Can you look at the /var/log/message or /var/log/syslog ? Check your nova.conf. May be you take nova.conf from wo