Re: [openstack-dev] [devstack] image create mysql error

2014-12-01 Thread Vineet Menon
Hi, Looks like the password supplied wasn't correct. Have you changed the pasword given in local.conf after a devstack installation? If yes, you need to purge mysql credentials stores in your machine. Regards, Vineet Menon On 1 December 2014 at 01:33, liuxinguo wrote: > When ou

Re: [openstack-dev] Compute Node lost the net-connection after spawning vm

2014-11-27 Thread Vineet Menon
Please post the all the relevant files including local.conf. If you believe that it's a bug, then you can report a bug as well.. Regards, Vineet Menon On 27 November 2014 at 14:15, Aman Kumar wrote: > Hi, > > I am using DevStack since 4 months and it was working fine but 2 day

Re: [openstack-dev] [nova] nova host-update gives error 'Virt driver does not implement host disabled status'

2014-11-27 Thread Vineet Menon
Thanks Vladik for the reply. Jay Lau directed me to your patch. But what I don't get is.. Shouldn't NotImplementedException be removed? I mean, if other drivers are implementing set_host_enabled method, shouldn't libvirt also implement the same? Regards, Vineet Menon On 26 Nove

Re: [openstack-dev] [nova] nova host-update gives error 'Virt driver does not implement host disabled status'

2014-11-26 Thread Vineet Menon
Hi Kevin, Oh. Yes. That could be the problem. Thanks for pointing that out. Regards, Vineet Menon On 26 November 2014 at 02:02, Chen CH Ji wrote: > are you using libvirt ? it's not implemented > ,guess your bug are talking about other hypervisors? > > the message was print

Re: [openstack-dev] [tempest] How to run tempest tests

2014-11-25 Thread Vineet Menon
Hi, Thanjs for clearing that up... I had a hard time understanding the screws before I went with testr. Regards, Vineet On 25 Nov 2014 17:46, "Matthew Treinish" wrote: > On Mon, Nov 24, 2014 at 10:49:27AM +0100, Angelo Matarazzo wrote: > > Sorry for my previous message with wrong subject > > > >

[openstack-dev] [nova] nova host-update gives error 'Virt driver does not implement host disabled status'

2014-11-25 Thread Vineet Menon
quest-ID: req-1f58feda-93af-42e0-b7b6-bcdd095f7d8c) > What is this error about? Regards, Vineet Menon ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Re: [openstack-dev] [tempest] How to run tempest tests

2014-11-24 Thread Vineet Menon
/1M3XhAco_0u7NZQn3Gz53z9VOHHrkQBzEs5gt43ZvhOc/edit#slide=id.p Regards, Vineet Menon On 24 November 2014 at 10:49, Angelo Matarazzo < angelo.matara...@dektech.com.au> wrote: > Sorry for my previous message with wrong subject > > Hi all, > By reading the tempest documentation page [1] a user can run

Re: [openstack-dev] Installing multinode(control node)--[any_updates]

2014-11-21 Thread Vineet Menon
HI, Are you trying to install devstack? or actual deployment version of openstack? Basically, control nodes need everything except n-cpu, AFAIK. Regards, Vineet Menon On 20 November 2014 08:55, Chhavi Kant/TVM/TCS wrote: > > > - Original Message - > From: Chhavi Kant/T

Re: [openstack-dev] Tempest basic

2014-11-19 Thread Vineet Menon
fails miserably with error 'no host found'. Thanks for that suggestion. Regards, Vineet Menon On 19 November 2014 10:26, Anna Kamyshnikova wrote: > Hi! > > Try "nosetests -sv tempest.scenario.test_minimum_basic" > > Regards, > Ann > > > On

[openstack-dev] Tempest basic

2014-11-19 Thread Vineet Menon
ario/test_minimum_basic.py' as well, but again errors are being thrown. I'm following ' https://docs.google.com/presentation/d/1M3XhAco_0u7NZQn3Gz53z9VOHHrkQBzEs5gt43ZvhOc/edit#slide=id.gcc7522_3_13' presentation as guide. Regards, Vineet Menon __

Re: [openstack-dev] [nova]Can't run tests

2014-11-18 Thread Vineet Menon
Hi, You should install mysql-dev for your distro using apt-get or yum. Regards, Vineet Menon On 18 November 2014 09:16, Eduard Matei wrote: > > Hi, > I'm trying to run nova's unittests to validate some changes we made for a > LibvirtVolumeDriver class, but i onl

Re: [openstack-dev] Devstack start

2014-11-10 Thread Vineet Menon
ABBIT_PASSWORD=$ADMIN_PASSWORD > SERVICE_PASSWORD=$ADMIN_PASSWORD > SERVICE_TOKEN=a682f596-76f3-11e3-b3b2-e716f9080d50 > This is in accordance with minimal configuration as mentioned in http://docs.openstack.org/developer/devstack/configuration.html#minimal-configuration Regard

[openstack-dev] Multi host devstack

2014-11-03 Thread Vineet Menon
Hi, Has anyone successfully installed devstack as multi-node setup using this tutorial? http://docs.openstack.org/developer/devstack/guides/multinode-lab.html I'm unable to do so. Regards, Vineet Menon ___ OpenStack-dev mailing list OpenStac

Re: [openstack-dev] [Nova] Cells conversation starter

2014-10-30 Thread Vineet Menon
Hi Andrew, Since you have mentioned one approach to solve the flavor meta data to driver.spawn. I want to draw your attention to this code review thread as well, https://review.openstack.org/#/c/108238/. I didn't want to edit your etherpad notes, hence this email. Regards, Vineet Menon

Re: [openstack-dev] [Nova] Cells conversation starter

2014-10-22 Thread Vineet Menon
On 22 October 2014 06:24, Tom Fifield wrote: > On 22/10/14 03:07, Andrew Laski wrote: > > > > On 10/21/2014 04:31 AM, Nikola Đipanov wrote: > >> On 10/20/2014 08:00 PM, Andrew Laski wrote: > >>> One of the big goals for the Kilo cycle by users and developers of the > >>> cells functionality withi

[openstack-dev] Cell Initialization

2014-10-17 Thread Vineet Menon
2014-10-17 12:05:29.500 TRACE nova.cells.messaging next_hop = > self._get_next_hop() > 2014-10-17 12:05:29.500 TRACE nova.cells.messaging File > "/opt/stack/nova/nova/cells/messaging.py", line 375, in _get_next_hop > 2014-10-17 12:05:29.500 TRACE nova.cells.messaging raise > exception.CellRoutingInconsistency(reason=reason) > 2014-10-17 12:05:29.500 TRACE nova.cells.messaging > CellRoutingInconsistency: Inconsistency in cell routing: destination is > cell1!toplevel but routing_path is cell1!cell1 > 2014-10-17 12:05:29.500 TRACE nova.cells.messaging > > Any ideas? Regards, Vineet Menon ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev