[Openstack] [OpneStack][Cinder][Glance] Uploading failure

2015-11-20 Thread Shinobu Kinjo
Hello, Is thre any limitation regarding to upload-to-image? Small images ( < 1g ) are fine. But images ( ≒ 10g ) end up with being failed with exception. * cinder/volume/driver.py If I've missed anything, point it out to me. Thank you, Shinobu -- Email: shin...@linux.com GitHub: shinobu-x

Re: [Openstack] Trouble connecting to a new VM

2015-11-20 Thread Tyler Couto
Perfect! Thank you! That port's state is binding_failed. I think what has happened is that this port was created and then I changed the hostname of the controller/network node. Now this port trying to bind to a host that doesn’t exist anymore. This is not the first issue I’ve had with the change in

Re: [Openstack] How to support for multiple external networks?

2015-11-20 Thread José Riguera López
If I understood you properly, I think you could have different ways to achieve it: * Use an external device (switch) to bridge VLAN and VXLAN * Similar to the previous point, if you are using OVS as ML2 mech driver, on the networks nodes you could setup the same logic there (br-ex bridge) * Creati

[Openstack] [Nova] Nova Compute hook not called

2015-11-20 Thread Sundar Nadathur
Hello all, Please take a look and let me know why the Nova compute hook is not getting invoked. I have turned on debug logging in nova-compute.log, but didn't see any references to hooks being called. Is there anything else I need to do on the Python side beyond running "setup.py install" ?

Re: [Openstack] Trouble connecting to a new VM

2015-11-20 Thread James Denton
Hi Tyler, Unfortunately, you won’t be able to perform packet captures on the bridges using tcpdump. Instead, consider performing the captures on the interfaces in the provider bridge (like enp4s0f0), and/or the interface that has the local vtep address (tunnel ip) configured on it. You should s

Re: [Openstack] Trouble connecting to a new VM

2015-11-20 Thread Tyler Couto
One more hint: The problem seems to be on the controller side. I added the compute role to the controller/network node and booted a VM on it, and I still can’t get an IP address from the DHCP server. Andreas, in regards to your comment about qrxxx and qgxxx (I think you mean qgxxx, because I don’t

[Openstack] DHCP agent not attached to br-int

2015-11-20 Thread Silvia Fichera
Hi all, I have a setup with odl (lithium) and Openstack (kilo) fired up by devstack and I'm using OVSDB feature in ODL. My problem is that when I launch a new istance in openstack this han no ip address assigned. here some outputs of my controller node: neutron agent-list +--

Re: [Openstack] How to support for multiple external networks?

2015-11-20 Thread Hauke Bruno Wollentin
As far as I understand the docs, it should be possible to create external (or general) networks with the "--tenant-id" parameter set. But I don't know wether for example networkA of tenantA will be display to other tenants too. cheers, hauke --- original message timestamp: Friday, November 20,

Re: [Openstack] How to support for multiple external networks?

2015-11-20 Thread Amir Huskić
Hello Jose, is it possible to do it also with vxlan instead vlan? I would like to enable vxlan tunnel between tenants VMs (their external network) and another LAN vxlan segment. Thank you. Regards, Amir On Thu, Nov 19, 2015 at 12:38 PM, José Riguera López wrote: > > You can, just tell neutron y