Re: [Openstack] NovaException: Unexpected vif_type=binding_failed

2013-11-19 Thread Yang XY Yu
Not sure why you configure the bridge_mapping in ml2_plugin.ini, we configured it in ovs agent plugin, so is it a direction to configure bridge_mapping in ML2? Thanks & Best Regards, Yang Yu(于杨) Cloud Solutions and OpenStack Development China

Re: [Openstack] [neutron] provider router with private networks, can not ping private IP and floating IP

2013-11-19 Thread Nick Maslov
You may check output of "neutron agent-list" for dhcp agent, to make sure it works. Also check that if you're using GRE, you have it as network type. I accidentally set it to "local" once and spent three days guessing why DHCP agent is not working :) Cheers > On 18 лист. 2013, at 06:51, syle

Re: [Openstack] Need help - Compute Node restarted - Ramdom Instances doesn't get and IP anymore

2013-11-19 Thread Darragh O'Reilly
Hi Thiago, I did a qucik test with Havana on Ubuntu 12.04 with QEMU, OVS 1.10.2 and the OVS hybrid driver. Started an instance, rebooted the compute node, and the instance goes to status STOPPED. Then ran 'nova start instance-name', and it starts ok, but DHCP does not work. In the logs I see O

Re: [Openstack] problem in starting swift

2013-11-19 Thread Razique Mahroua
Hi, you can follow that link: https://ask.openstack.org/en/question/4996/importerror-running-swift/ - Razique On 18 Nov 2013, at 20:23, pragya jain wrote: hello Zhang I follow the steps mentioned in the link given by you. but the error is still there. Please help. On Monday, 18 November

Re: [Openstack] oraclelinux and cloud-init with config drive

2013-11-19 Thread Cristian Falcas
Hi again, After all it seems that no IP is put in the config drive files. I'm using flat networking with neutron. Does anybody know how the instances IP is retrieved for config drive? Best regards, Cristian On Mon, Nov 18, 2013 at 7:16 PM, Cristian Falcas wrote: > Hello list, > > I'm trying

Re: [Openstack] Ceilometers receives nothing.

2013-11-19 Thread Nick Maslov
Hi, I`m having the same issue following mentioned document to install ceilometer. One difference - I`m using postgres as DB backend. I see some records in DB tables, like meter - but nothing shows in the Resources Usage overview. And - when I click on the Stats panel - it stays in Loading… stat

[Openstack] Different usecases using ML2

2013-11-19 Thread Romil Gupta
Hi guys, We are setting up a 4 node setup (1 Controller node, 2 Compute Nodes (CN1, CN2), 1 Network Node) to view ML2 functionality on Havana. We are trying the following use cases to understand its functionality. *Note on Controller node configuration*: We have set the following ML2 configur

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

2013-11-19 Thread Nick Maslov
Can you check that you can access MQ server? Seems it's unreachable. > On 15 лист. 2013, at 13:50, Krishanu Dhar wrote: > > I finally found the error it's generating. Not from the log files through, > but from Horizon UI. > > Error: Failed to launch instance "test2": Please try again later [E

[Openstack] cinder [-] No module named drivers.nfs

2013-11-19 Thread JorenWu
I installed the openstack on CentOS6.3 by YUM. And I have deploy a controller node with ip 10.32.11.240. Now, I want to add a nfs node(ip 10.32.19.104) to the controller with Cinder. However, I encountered a problem like below: ~#/etc/init.d/openstack-cinder-volume start ~# tail /var/log/cinder/v

[Openstack] Error while creating a Nova instance

2013-11-19 Thread Pax Mridhul
Hello All, I've installed OS Havana on my servers and while trying to launch an instance it fails immediately and shows the instance state as ERROR My setup is MySQL/QPIDD/Horizon/Nova controller/Glance running on a single server (8GB RAM/4vCPU) and Nova compute on a different server(3

[Openstack] Unable to access outside world from Openstack instance after assining floating ip

2013-11-19 Thread Priti Sarap
Hello All, I deployed latest devstack code and tried to access outside world from openstack instance. Before assigning floating-ip to an instance I am able to ping google.com, but after assigning floating-ip to that instance I am not able to ping google.com from that instance. Does anyone has any

Re: [Openstack] [openstack-dev] Unable to access outside world from Openstack instance after assining floating ip

2013-11-19 Thread Aaron Rosen
[Dropping dev list] Are you using Neutron/Quantum? One guess I have is that the floatingip that is assigned isn't being routed correctly from your physical infrastructure to the l3 agent. Can you ping from the vm and then tcpdump on the external interface of the l3-agent and check if the ping pac

Re: [Openstack] [openstack-dev] Unable to access outside world from Openstack instance after assining floating ip

2013-11-19 Thread Flavio Percoco
On 19/11/13 19:37 +0530, Priti Sarap wrote: Hello All, I deployed latest devstack code and tried to access outside world from openstack instance. Before assigning floating-ip to an instance I am able to ping google.com, but after assigning floating-ip to that instance I am not able to ping googl

Re: [Openstack] oraclelinux and cloud-init with config drive

2013-11-19 Thread Cristian Falcas
How I fixed this for my case (it may be that cloud-init can't set netowrking on redhat clones): 0. No cloud-init needed 1. In nova.conf: force_config_drive = True config_drive_cdrom = True flat_injected = True libvirt_inject_partition=-1 2. Replace /usr/share/nova/interfaces.template with this: {

Re: [Openstack] Directional network performance issues with Neutron + OpenvSwitch

2013-11-19 Thread Razique Mahroua
Yup :) On 18 Nov 2013, at 22:09, Martinx - ジェームズ wrote: Guys, Can I fill a BUG about this issue?! If yes, where?! Neutron Launchpad page? Tks, Thiago On 12 November 2013 04:24, Martinx - ジェームズ wrote: At least one guy from Rackspace is aware of this problem, thanks Anne and James Dent

Re: [Openstack] oraclelinux and cloud-init with config drive

2013-11-19 Thread Joshua Harlow
Hmmm at yahoo cloudinit works on rhel 5.6, 6.2, 6.3, 6.4 so my guess there could be some bug. U shouldn't need your own custom script to set the networking setting. It hopefully should just work. Sent from my really tiny device... > On Nov 19, 2013, at 9:52 AM, "Cristian Falcas" > wrote: >

[Openstack] ERROR: Unauthorized (HTTP 401)

2013-11-19 Thread Noel Burton-Krahn
I've just started getting this error during devstack's stack.sh: ERROR: Unauthorized (HTTP 401) It looks like nova is sending an HTTPS request to keystone, but keystone is expecting HTTP. Everything was working around last Friday. Did something change recently? How can I convince keystone

Re: [Openstack] ERROR: Unauthorized (HTTP 401)

2013-11-19 Thread Adam Young
On 11/19/2013 03:31 PM, Noel Burton-Krahn wrote: I've just started getting this error during devstack's stack.sh: ERROR: Unauthorized (HTTP 401) It looks like nova is sending an HTTPS request to keystone, but keystone is expecting HTTP. Everything was working around last Friday. Did som

Re: [Openstack] ERROR: Unauthorized (HTTP 401)

2013-11-19 Thread Noel Burton-Krahn
Thanks, Adam. I see how to enable SSL in keystone. My problem's with devstack at the moment. devstack is setting up keystone to run in http mode (no ssl), but neutron is trying to connect using https. I can switch neutron to use https, but then other services set up by devstack fail to connect

Re: [Openstack] Ceilometers receives nothing.

2013-11-19 Thread Ladislav Smola
Hello, Seems like only mongo supports the kind of aggregation the resource usage page needs.I have just figured that myself today, though the exception is not caught correctly in the Horizon, as i have noticed. It has to be fixed so it properly shows the error. Kind regards, Ladislav Hi, I

Re: [Openstack] Directional network performance issues with Neutron + OpenvSwitch

2013-11-19 Thread Martinx - ジェームズ
Okay! BUG filled: https://bugs.launchpad.net/neutron/+bug/1252900 Regards, Thiago On 19 November 2013 16:00, Razique Mahroua wrote: > Yup :) > > > On 18 Nov 2013, at 22:09, Martinx - ジェームズ wrote: > > Guys, >> >> Can I fill a BUG about this issue?! If yes, where?! Neutron Launchpad >> page? >>

[Openstack] Open Stack on Bonded Networks

2013-11-19 Thread Howard Luckenbaugh
I am trying to install Openstack/IBM SCO on a bonded interface with a vlan500. I am having a hard time getting the VM's to talk outside the network over the bonded network. Does anyone have any examples? Thanks Howard Luckenbaugh Special Events Infrastructure/IBM.com Infrastructure T/L-349-588

Re: [Openstack] Ceilometers receives nothing.

2013-11-19 Thread Martinx - ジェームズ
But, is your Ceilometer receiving and displaying the projects/tenant consumption? On 19 November 2013 20:05, Ladislav Smola wrote: > Hello, > > Seems like only mongo supports the kind of aggregation the resource usage > page needs.I have just > figured that myself today, though the exception i

Re: [Openstack] Open Stack on Bonded Networks

2013-11-19 Thread Jay Pipes
On 11/19/2013 07:14 PM, Howard Luckenbaugh wrote: I am trying to install Openstack/IBM SCO on a bonded interface with a vlan500. I am having a hard time getting the VM's to talk outside the network over the bonded network. Does anyone have any examples? We use a half dozen bonded network inte

Re: [Openstack] problem in starting swift

2013-11-19 Thread Clay Gerrard
Try this: sudo apt-get install python-pip pip install -U pip sudo apt-get purge python-pip cd sudo pip install -e . GL, -clayg On Tue, Nov 19, 2013 at 2:04 AM, Razique Mahroua wrote: > Hi, > you can follow that link: > https://ask.openstack.org/en/question/4996/importerror-running-swift/ > >

[Openstack] unable to resize nova instance

2013-11-19 Thread Liu Wenmao
hi all: I want to change flavor of an existing nova instance in horizon web, but nova-compute encounters the following error: 4017 2013-11-20 10:26:20.980 7475 DEBUG nova.openstack.common.processutils [req-9ef5662e-1215-4c07-9659-b2462387c850 b5565c9bee874a32bbde11f8f910cef9 53707d290204404dbff6

Re: [Openstack] unable to resize nova instance

2013-11-19 Thread jj
error: sudo nova-rootwrap /etc/nova/rootwrap.conf mount /dev/nbd11 /tmp/openstack-vfs-localfsJ1DbZS you could try to mount it manually to find out what happend. and in the nova-compute.log ,there would be qemu-img and qemu-nbd commands, you shall pay attention to them. qemu-img create -fqcow2

Re: [Openstack] unable to resize nova instance

2013-11-19 Thread zhongjj
4017 2013-11-20 10:26:20.980 7475 DEBUG nova..openstack.common.processutils [req-9ef5662e-1215-4c07-9659-b2462387c850 b5565c9bee874a32bbde11f8f910cef9 53707d290204404dbff625378969c25c] Running cmd (subp rocess): sudo nova-rootwrap /etc/nova/rootwrap.conf qemu-nbd -d /dev/nbd11 execute

[Openstack] 答复: Error while creating a Nova instance

2013-11-19 Thread Chenrui (A)
I find error message “ComputeHostNotFound: Compute host 2 could not be found.” in compute.log Can you restart your nova-compute process and try again? More log info is better 发件人: Pax Mridhul [mailto:[email protected]] 发送时间: 2013年11月19日 21:14 收件人: [email protected] 主题: [Openstack] Erro

Re: [Openstack] 答复: Error while creating a Nova instance

2013-11-19 Thread zhongjj
#nova-manage service list to confirm that that the service is ":)" if the compute service is ok, then check the scheduler, did you set some more while you upload the image(glance) ? if your scheduler could not find a proper host for the specified image ,it would bother that ~~ --

Re: [Openstack] HEAT - Prohibited endpoint redirect

2013-11-19 Thread Jean-Daniel BUSSY
​​Ok I looked the endpoints list in a fresh devstack I here is what I found: | 757f96ee33f14fdeac43788cc403ffe6 | RegionOne | http://10.0.2.15:8004/v1/$(tenant_id)s | http://10.0.2.15:8004/v1/$(tenant_id)s | http://10.0.2.15:8004/v1/$(tenant_id)s | ca31fc15accd45698155b6a28e6b326c | The culprit i

[Openstack] [openstack][ceilometer] Periodic checks error on Compute node with ceilometer

2013-11-19 Thread Jean-Daniel BUSSY
​​Hi stackers! When integrating ceilometer I experience periodic task errors on a compute node. I paste below my configurations, if anyone has experienced this or a clue of what could be the cause info would be very helpful. The error output is: nova-compute.log===

Re: [Openstack] oraclelinux and cloud-init with config drive

2013-11-19 Thread Cristian Falcas
Hi, I was referring to cloud init and config drive specifically, no dhcp ip. Is it working in thi scenario? On Tue, Nov 19, 2013 at 10:19 PM, Joshua Harlow wrote: > Hmmm at yahoo cloudinit works on rhel 5.6, 6.2, 6.3, 6.4 so my guess there > could be some bug. U shouldn't need your own cust

Re: [Openstack] oraclelinux and cloud-init with config drive

2013-11-19 Thread Joshua Harlow
Ya it definitely works for us, anyway u can file a cloudinit bug with your findings? https://bugs.launchpad.net/cloud-init That would be much appreciated :) Sent from my really tiny device... > On Nov 19, 2013, at 11:03 PM, "Cristian Falcas" > wrote: > > Hi, > > I was referring to cloud i