[Openstack] Doubt about horizon DB

2012-12-27 Thread Guillermo Alvarado
Hi everybody, I have a question about Why Horizon/Django needs a database? I see in the installation guide the syncdb command and it create a table named django_session, but I know all the auth is managed via Keystone. So Why is needed this table? Thanks in advance!

[Openstack] kvm dump core continuously

2012-12-27 Thread Liu Wenmao
hi all I set up an openstack scenario on a physical computer. The computer runs ubuntu 12.10 on a kvm hypervior. And then I emulate a virtualized controller node and two virtualized compute nodes with qemu-system-x86_64/kvm. Everything seems ok, but after some time, I ssh a vm on the compute

Re: [Openstack] openstack folsom node compute status XXX

2012-12-27 Thread Razique Mahroua
Nice!what was it? Razique Mahroua-Nuage Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15 Le 27 déc. 2012 à 10:20, jt628910 jt628...@163.com a écrit :Thanks for your help!My problem has been solved!jt628910发件人:Razique Mahroua发送时间:2012-12-2717:15收件人:jt628910主题:Re: [Openstack] openstack folsom

Re: [Openstack] kvm dump core continuously

2012-12-27 Thread Razique Mahroua
Hey,I think you forgot the pictures Liu.What hangs? The server itself of the instance?Regards, Razique Mahroua-Nuage Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15 Le 25 déc. 2012 à 07:31, Liu Wenmao marvel...@gmail.com a écrit :hi allI set up an openstack scenario on a physical computer. The

Re: [Openstack] How to do when the compute-node is failed.

2012-12-27 Thread Razique Mahroua
Beware of those flags though, since everytime you restart the nova-compute service, the running instances on it also reboot.For an autostart though $virsh autostart $domain would work.As for the auto-migration, that feature is not implemented actuallyRegards, Razique Mahroua-Nuage

Re: [Openstack] Doubt about horizon DB

2012-12-27 Thread JuanFra Rodriguez Cardoso
Hi Guillermo: No, Horizon no longer needs a database. In which part of documentation is mentioned that? What release are you using? Regards, JuanFra. 2012/12/27 Guillermo Alvarado guillermoalvarad...@gmail.com Hi everybody, I have a question about Why Horizon/Django needs a database? I see

[Openstack] Cannot create projects. Folsom on Centos 6.3

2012-12-27 Thread Andrew Holway
Hi, I am trying to create a new project on my fresh folsom install on Centos6.3. In Dashboard I can see the service and admin project but I cannot edit these or make a new one. I see Error: An error occurred. Please try again.. nova-manage project create and nova-manage project add etc do not

Re: [Openstack] Cannot create projects. Folsom on Centos 6.3

2012-12-27 Thread Kiall Mac Innes
Nova no longer manages projects (or users etc), instead keystone does. Try the keystone logs, and the keystone-manage command. (FYI keystone calls projects tenants.) On 27 Dec 2012 14:04, Andrew Holway a.hol...@syseleven.de wrote: Hi, I am trying to create a new project on my fresh folsom

Re: [Openstack] Cannot create projects. Folsom on Centos 6.3

2012-12-27 Thread Julie Pichon
Hi Andrew, Andrew Holway a.hol...@syseleven.de wrote: I am trying to create a new project on my fresh folsom install on Centos6.3. In Dashboard I can see the service and admin project but I cannot edit these or make a new one. I see Error: An error occurred. Please try again..

Re: [Openstack] Cannot create projects. Folsom on Centos 6.3

2012-12-27 Thread Andrew Holway
On Dec 27, 2012, at 4:13 PM, Julie Pichon wrote: I've seen something similar when the keystone default role defined in Horizon doesn't actually exist in Keystone. The guide you link to suggests changing the default role in Horizon to match the OS_TENANT_NAME environment variable. Could

Re: [Openstack] How to do when the compute-node is failed.

2012-12-27 Thread heut2008
note that the flag --start_guests_on_host_boot=true has been removed in the latest trunk code.so instances which are running willn't be restarted even the nova-compute is restarted . 2012/12/27 Razique Mahroua razique.mahr...@gmail.com Beware of those flags though, since everytime you restart

Re: [Openstack] Cannot create projects. Folsom on Centos 6.3

2012-12-27 Thread Julie Pichon
Hi Andrew, Andrew Holway a.hol...@syseleven.de wrote: On Dec 27, 2012, at 4:13 PM, Julie Pichon wrote: I've seen something similar when the keystone default role defined in Horizon doesn't actually exist in Keystone. The guide you link to suggests changing the default role in Horizon to

Re: [Openstack] Why don't nova provide the command of listing fixed ip like nova-manage fixed list?

2012-12-27 Thread Vishvananda Ishaya
We didn't implement list as the operation is very expensive. You can get the cidr for a network using nova network-list and check each one clientside via nova fixed-ip-get Vish On Dec 26, 2012, at 4:47 PM, zhoudshu zhoudshu zhoud...@gmail.com wrote: I can't find the same one in nova api

Re: [Openstack] How to do when the compute-node is failed.

2012-12-27 Thread Vishvananda Ishaya
On Dec 27, 2012, at 9:09 AM, heut2008 heut2...@gmail.com wrote: note that the flag --start_guests_on_host_boot=true has been removed in the latest trunk code.so instances which are running willn't be restarted even the nova-compute is restarted . Correct. The proper way to get instances

Re: [Openstack] How to create vm instance to specific compute node?

2012-12-27 Thread Rick Jones
Does the convention of adding --onhost--computenodename to the instance name being created still work? rick jones ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe :

Re: [Openstack] Cannot create projects. Folsom on Centos 6.3

2012-12-27 Thread Andrew Holway
Thanks for all the extra information, which all looks correct to me... If you set admin or memberRole as OPENSTACK_KEYSTONE_DEFAULT_ROLE and restart httpd, it should work. If you've restarted httpd since setting that config variable, I'm not sure why it's not. Sorry about that, hopefully

Re: [Openstack] How to create vm instance to specific compute node?

2012-12-27 Thread Jay Pipes
No. Use nova boot --availability_zone=nova:hostname where nova: is your availability zone and hostname is the hostname of the compute node you wish to put the instance on. Note this is an admin-only ability by default and can oversubscribe the compute node the instance goes on. Best, -jay On

[Openstack] 回复: Re: openstack folsom node compute status XXX

2012-12-27 Thread jt628910
Added qpid_hostname=xx.xx.xx.xx in nova.conf jt628910 发件人: Razique Mahroua 发送时间: 2012-12-27 18:47 收件人: jt628910 抄送: openstack (openstack@lists.launchpad.net) 主题: Re: [Openstack] openstack folsom node compute status XXX Nice! what was it? Razique Mahroua - Nuage Co razique.mahr...@gmail.com

Re: [Openstack] How to do when the compute-node is failed.

2012-12-27 Thread Lei Zhang
Got it. Thank all of you. On Fri, Dec 28, 2012 at 2:02 AM, Vishvananda Ishaya vishvana...@gmail.comwrote: On Dec 27, 2012, at 9:09 AM, heut2008 heut2...@gmail.com wrote: note that the flag --start_guests_on_host_boot=true has been removed in the latest trunk code.so instances which are

[Openstack] Associating virtual instance NICs to specific networks in quantum

2012-12-27 Thread Balamurugan V G
Lets says, I create a Linux virtual Instance in an OpenStack private cloud and associate the instance with two networks; A B. It seems to associate eth0 and eth1 to A and B respectively. But is there any way in which I can specify that eth0 should be attached to network B and eth1 should be

Re: [Openstack] How to create vm instance to specific compute node?

2012-12-27 Thread Balamurugan V G
Also, perhaps the filters can be used. Check the documentation at: http://docs.openstack.org/trunk/openstack-compute/admin/content/scheduler-filters.html I haven't tried it though. Regards, Balu On Fri, Dec 28, 2012 at 4:09 AM, Jay Pipes jaypi...@gmail.com wrote: No. Use nova boot

[Openstack] mirror internal flow to external physical switch

2012-12-27 Thread Liu Wenmao
hi all: I want to detect internal network flow by a physical IDS(Intrustion detection system) device, so a possible approach is switch span. first, I create a mirror with the openvswitch and redirect all data to an pysical interface eth1 ovs-vsctl -- --id=@m create mirror name=mirror0 -- add

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_nova_trunk #350

2012-12-27 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/350/Project:precise_grizzly_nova_trunkDate of build:Thu, 27 Dec 2012 17:01:09 -0500Build duration:6 min 50 secBuild cause:Started by an SCM changeBuilt