Re: [Openstack] VM bootting hang on OpenStack Icehouse + Centos 6.4 64bit + KVM

2014-08-04 Thread dhanesh1212121212
Hi , please try this in kernel line. edd=off. refer the site below. https://access.redhat.com/solutions/47621 Regards, Dhanesh M On Mon, Aug 4, 2014 at 11:23 AM, Anh Tu Nguyen wrote: > Hi guys, > > I'm deploying OpenStack Icehouse with KVM on Centos 6.4 64bit. Everything > is good now. Howe

[Openstack] OpenStack Summit voting

2014-08-04 Thread Asmaa Ibrahim
Please vote for me :) How Non profit community Can support openstack? Speaker (Asmaa Ibrahim) https://www.openstack.org/vote-paris/Presentation/how-non-profit-community-can-support-openstack -- Thanks, Asmaa ___ Mailing list: http://lists.openstack.or

Re: [Openstack] [nova] Libvirt driver domain metadata - add instance metadata dictionary?

2014-08-04 Thread Markus Zoeller
The use case could be to enable the hypervisor to see that some instances correlate with each other. Or would that be possible otherwise? I will ask danpb in IRC and post the result. Regards, Markus Zoeller From: Matt Riedemann To: openstack@lists.openstack.org Date: 08/01/2014 1

Re: [Openstack] Boot an instance assigned to a particular Neutron Port.

2014-08-04 Thread xiaoyang.yu
when use nova boot with argument " --nic port-id=port-uuid", novaclient send a post request with body['server']['networks'] = [ {"port": " port-uuid "}] in fact, so i guess your params is Correct! maybe not jsonize or stringify? On 08/04/2014 02:22 PM, Parikshit Manur wrote: Hi All,

Re: [Openstack] VM bootting hang on OpenStack Icehouse + Centos 6.4 64bit + KVM

2014-08-04 Thread Anh Tu Nguyen
Thanks Dhanesh, I tried this before. Still hang... EDD is just a notice, not a issue I think. I'm not sure but look: [1.035496] init[1] trap invalid opcode ip:7fc17cab71b2 sp:7fffae373780 error:0 in libc.so.6[7fc17ca98000+17e000] [1.044709] Kernel panic - not syncing: Attempted to kill in

Re: [Openstack] [openstack] [neutron] unable to access signing_dir /var/cache/trove

2014-08-04 Thread David Pintor
Just for the record, I fixed this by doing a "yum reinstall neutron-server" in the controller node. I guess that recompiling the python code would have equally fixed it... Cheers, David On 31/07/2014 15:40, h...@davidpint.org wrote: Hi, I'm installing Openstack for the first time in three V

Re: [Openstack] [openstack-dev] [Cinder] Bug 1224972 When createing a volume from an image - nova leaves the volume name empty

2014-08-04 Thread Jyoti Ranjan
I think that picking name of image should be at caller level. We should not try to bring context in cinder by auto-generating name. On Mon, Aug 4, 2014 at 10:34 AM, Ganapathy, Sandhya < sandhya.ganapa...@hp.com> wrote: > Hi, > > > > I just need a suggestion to fix this bug. > > Link to the bug

Re: [Openstack] VM bootting hang on OpenStack Icehouse + Centos 6.4 64bit + KVM

2014-08-04 Thread dhanesh1212121212
Hi, Have u tried booting default cirros image? please try this option http://askubuntu.com/questions/139157/booting-ubuntu-12-04-with-acpi-off-grub-parameter . Note: Ignore if already tried Regards, Dhanesh M On Mon, Aug 4, 2014 at 1:46 PM, Anh Tu Nguyen wrote: > Thanks Dhanesh, I tried th

Re: [Openstack] VM bootting hang on OpenStack Icehouse + Centos 6.4 64bit + KVM

2014-08-04 Thread Anh Tu Nguyen
Hi, Cirros run perfectly. Added acpi=off, still remain the same error: [1.256277] init[1] trap invalid opcode ip:7f7a015dea0b sp:7fff3ebac9e8 error:0 in libc.so.6[7f7a015bd000+1b5000] [1.258860] Kernel panic - not syncing: Attempted to kill init! [1.259137] Pid: 1, comm: init Not tain

[Openstack] [diskimage-builder][devtest] What is the difference between seed VM and undercloud VM

2014-08-04 Thread 严超
Hi, All: I am working on TripleO Devtest lately, but I got confused when studying this Devtest: http://docs.openstack.org/developer/tripleo-incubator/devtest.html Overcloud is booted by undercloud, right ? Then what is the seed VM node for? Overcloud images are uploaded to unde

Re: [Openstack] [diskimage-builder][devtest] What is the difference between seed VM and undercloud VM

2014-08-04 Thread Jyoti Ranjan
Seed cloud is bare minimal VM which is supposed to erect undercloud. Undercloud is supposed to act like a control station after erecting Overcloud. Also, Overcloud keep referring for Undercloud to update itself and deploy new images. Life perspective, seed existence is temporary. Undercloud and Ov

Re: [Openstack] [diskimage-builder][devtest] What is the difference between seed VM and undercloud VM

2014-08-04 Thread 严超
So overcloud images are stored in glance on undercloud VM , not on seed VM? Is it right? *Best Regards!* *Chao Yan--**My twitter:Andy Yan @yanchao727 * *My Weibo:http://weibo.com/herewearenow --* 2014-08-

Re: [Openstack] [diskimage-builder][devtest] What is the difference between seed VM and undercloud VM

2014-08-04 Thread Jyoti Ranjan
Yes On Mon, Aug 4, 2014 at 7:15 PM, 严超 wrote: > So overcloud images are stored in glance on undercloud VM , not on seed > VM? > Is it right? > > *Best Regards!* > > > *Chao Yan--**My twitter:Andy Yan @yanchao727 > * > > > *My Weibo:http://weibo.com/h

[Openstack] [OpenStack] How to get the logging output in unit tests with tox?

2014-08-04 Thread Markus Zoeller
The bug 1301830 describes the need for additional debug logging. When I run the unit tests with tox -epy26 HostFiltersTestCase.test_availability_zone_filter_different I don't see any logging output. How do I get the ouput of the logging? Regards, Markus Zoeller _

[Openstack] [OpenStack] Floating IP address timestamp location

2014-08-04 Thread Luan Lucas
Hi All, I need to know when a floating IP address was associated to an instance and when it was released. I am searching on nova and neutron databases but I couldn't find it. So, what I need is something like that: +-++++-

Re: [Openstack] [openstack-dev] Step by step OpenStack Icehouse Installation Guide

2014-08-04 Thread chayma ghribi
Hi ! Thank you for the comment Qiming ! The script stack.sh is used to configure Devstack and to assign the heat_stack_owner role to users. Also, I think that Heat is configured by default on Devstack for icehouse. http://docs.openstack.org/developer/heat/getting_started/on_devstack.html#configu

[Openstack] Fwd: external router interface is DOWN

2014-08-04 Thread Aru s
Hi All, I am trying openstack icehouse on rhel 6.4 on virtual box. All went good except the external router interface shows as DOWN status. Hence the vm's external communication is not working. Please help to troubleshoot. Regards. Arumon On Mon, Aug 4, 2014 at 10:58 PM, Aru s wrote: > Hi All

Re: [Openstack] [OpenStack] How to get the logging output in unit tests with tox?

2014-08-04 Thread Clark Boylan
On Mon, Aug 4, 2014, at 08:28 AM, Markus Zoeller wrote: > The bug 1301830 describes the need for additional debug logging. > When I run the unit tests with > tox -epy26 > HostFiltersTestCase.test_availability_zone_filter_different > I don't see any logging output. > > How do I get the oupu

Re: [Openstack] Custom Nova Scheduler Weigher

2014-08-04 Thread Dugger, Donald D
Danny- People have been thinking about affinity/anti-affinity scheduling so this is a good area to look at but we might want to think of a general approach that addresses this and other issues. I know that Yathi & Debo have proposed a BP: https://blueprints.launchpad.net/nova/+

Re: [Openstack] Summit Session Voting

2014-08-04 Thread Shrinand Javadekar
Hi, The startup world has been doing it's bit in contributing to OpenStack, making it robust and building services on top of OpenStack. Maginatics has been working closely with the OpenStack community in building the next generation cloud storage platform. We've submitted three abstracts for the

Re: [Openstack] [openstack-dev] Step by step OpenStack Icehouse Installation Guide

2014-08-04 Thread Shake Chen
Hi maybe you can consider use script create Database and endpoint. like https://github.com/EmilienM/openstack-folsom-guide/tree/master/scripts this would be easy for user. On Tue, Aug 5, 2014 at 12:38 AM, chayma ghribi wrote: > Hi ! > > Thank you for the comment Qiming ! > > The script stack.

[Openstack] New Salt Openstack Formula

2014-08-04 Thread Lei Zhang
Hi Guys, I have write a new set of salt formulas to install the openstack for those who likes SaltStack. These formula are under develop and tested on RedHat/CentOS 6 and Ubuntu 12.04. Pull Request is welcome. Here is the related repos: - https://github.com/saltstack-formulas/mysql-formula.git

Re: [Openstack] VM bootting hang on OpenStack Icehouse + Centos 6.4 64bit + KVM

2014-08-04 Thread ZHOU TAO A
What's your centOS kernel version? On 08/04/2014 06:25 PM, Anh Tu Nguyen wrote: Hi, Cirros run perfectly. Added acpi=off, still remain the same error: [1.256277] init[1] trap invalid opcode ip:7f7a015dea0b sp:7fff3ebac9e8 error:0 in libc.so.6[7f7a015bd000+1b5000] [1.258860] Kernel panic

[Openstack] Dashboard Error

2014-08-04 Thread Sujeet Mulmi
Hi, I am trying to bring Dashboard up and ended with following error: [Tue Aug 05 02:16:42 2014] [error] INFO:urllib3.connectionpool:Starting new HTTP connection (1): 192.168.137.101 [Tue Aug 05 02:16:42 2014] [error] DEBUG:urllib3.connectionpool:"POST /v2.0/tokens HTTP/1.1" 200 1349 [Tue Aug

Re: [Openstack] Dashboard Error

2014-08-04 Thread ZHOU TAO A
You have the wrong endpoints: | 791fecb5eb414f2ebf4ebb0700e8f847 | regionOne | http://192.168.137.102:8774/v2/%(tenant_id)s | http://192.168.137.102:8774/v2/%(tenant_id)s | http://192.168.13