Re: [Openstack] Neutron

2015-09-29 Thread Neil Jerram
Hi Venkatesh, OK, so does the instance get an IP address if you log into it‎ and tell it to send a new DHCP request? This is normally done by dhclient eth0 or ifdown eth0; ifup eth0 but it can depend on what the guest OS is. ‎If the guest _does_ then get its IP, I suppose the problem

Re: [Openstack] Neutron

2015-09-29 Thread Remo Mattei
I agree, with Neil, but a few things you want to check.. 1) is the network internal or external? 2) if internal, the port is created you may want to see neutron port-list 2.1 neutron agent-list and see if those are running 2.2 go into the compute where the VM is running and check if the agent is

[Openstack] metadata in both router and dhcp namespace

2015-09-29 Thread Nasir Mahmood
hi, Can someone please guide/suggest if we can enable metadata in both Qrouter and Qdhcp namespaces, I have some LANs inside the OpenStack, where VMs don't need to access external network, so I just create a normal LAN without a router attached in neutron and that's it, now when a VM boots up fro

[Openstack] cinder-volume service HA

2015-09-29 Thread mad Engineer
Hi is there any on going work to bring in native HA to cinder-volume service or is it already available in Kilo ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http:

[Openstack] (no subject)

2015-09-29 Thread Twinkle Chawla
Hello, I am an openstack aspirant, seeking to contribute in 'nova' but as I am new to this, could not find any way.. Need help! Regards, Twinkle Chawla ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstac

Re: [Openstack] (no subject)

2015-09-29 Thread Abhishek Shrivastava
Hi Twinkle, You can use the following link for contributing to OpenStack nova: - https://wiki.openstack.org/wiki/How_To_Contribute On Tue, Sep 29, 2015 at 3:56 PM, Twinkle Chawla wrote: > Hello, > I am an openstack aspirant, seeking to contribute in 'nova' but as I am > new to this, could

[Openstack] LBaaS with UDP

2015-09-29 Thread Thomas Bruckmann
Hi there, Hope you can help me, is it at the moment possible to Loadbalance UDP Ports with the LBaas Feature of Openstack in any Release with any driver? Or if it is planned as feature for a future release? No matter which version of Openstack/Neutron or which driver I have to use, I am only inter

[Openstack] 答复: cinder-volume service HA

2015-09-29 Thread Wanghao (S)
Currently, we are working on cinder volume Active/Active HA, you can have a look this: https://blueprints.launchpad.net/cinder/+spec/cinder-volume-active-active-ha. 发件人: mad Engineer [mailto:themadengin...@gmail.com] 发送时间: 2015年9月29日 17:05 收件人: openstack@lists.openstack.org 主题: [Openstack] cind

[Openstack] Drivers not found

2015-09-29 Thread Venkatesh Kotipalli
Hi All, While booting windows2008R2 at the time of selecting volume partition its display drivers not found.We have successfully install the *Windows VirtIO Drivers* also*.*But still we get the same error *(Drivers not found) * *[image: Inline image 1]* Please any one help me guys. Thank you,

Re: [Openstack] Cinder

2015-09-29 Thread Erlon Cruz
Have you checked nova-cpu locgs? Usually attach errors are logged there. On Mon, Sep 28, 2015 at 6:34 AM, venkatesh kotipalli < openstackvenkat...@gmail.com> wrote: > Hi lvan, > > Thank you for your reply. > > I search the logs there is no errors. > > Thank you, > Venkatesh.k > > On Mon, Sep 28,

[Openstack] Swift stat issue

2015-09-29 Thread Siwei Zhang
I am testing OpenStack on CentOS 7. I follow the link below to install Swift: http://docs.openstack.org/juno/install-guide/install/yum/content/swift-install-controller-node.html But when I did a "swift stat", I encountered the errors as shown below: Could someone help? Regards, Kevin # swift

Re: [Openstack] Swift stat issue

2015-09-29 Thread Mark Kirkwood
There are a number of things to check and some (perhaps) unintuitive gotchas that can give rise to that error: 1/ Check that keystone is working 2/ Check controller swift proxy log for errors 3/ Check storage node(s) swift log for errors Worth mentioning (an example of case 3/) you get this error

[Openstack] VLAN Configuration

2015-09-29 Thread Venkatesh Kotipalli
Hi All, We have configure the VLAN in compute node these are the steps we are changing the compute node side: [ovs] tenant_network_type = vlan network_vlan_ranges = physnet1:1:4094 bridge_mappings = physnet1:br-ens32 After changes run the commands is : ovs-vsctl add-br br-ens32 ovs-vsctl add-por

[Openstack] Installing nova-compute package on ARM64 board having Ubuntu

2015-09-29 Thread Mahendra Ladhe
Hi,       I'm trying to add an ARM64 based board as a compute node to a working Kilo OpenStack installation with 3 x86 nodes. I've Ubuntu 14.04.1 LTS on the ARM64 board. I'm not able to install nova-compute package on the ARM64 board. The error log is =

Re: [Openstack] VLAN Configuration

2015-09-29 Thread Somanchi Trinath
Can you share the Neutron OVS agent and Server logs for this scenario. - Trinath From: Venkatesh Kotipalli [mailto:openstackvenkat...@gmail.com] Sent: Wednesday, September 30, 2015 9:43 AM To: openstack@lists.openstack.org Subject: [Openstack] VLAN Configuration Hi All, We have configure the VL