[Openstack] q-dhcp error in installation with devstack

2014-08-26 Thread masoom alam
Hi Every one, Please guide me what I am doing wrong. We are using devstack for Openstack installation. However, the script fails due to qdhcp. Following is our localrc file and error log. Please guide. [[local|localrc]] SERVICE_TOKEN=azertytoken ADMIN_PASSWORD=yespassword MYSQL_PASSWORD=stackdb R

Re: [Openstack] Instance cannot get any ip address

2014-08-26 Thread 严超
Try to use: $ip netns to find network namespace. *Best Regards!* *Chao Yan--**My twitter:Andy Yan @yanchao727 * *My Weibo:http://weibo.com/herewearenow --* 2014-08-27 14:23 GMT+08:00 严超 : > What is the ou

Re: [Openstack] Instance cannot get any ip address

2014-08-26 Thread 严超
What is the output of ifconfig? Are you using Neutron and ip netns? *Best Regards!* *Chao Yan--**My twitter:Andy Yan @yanchao727 * *My Weibo:http://weibo.com/herewearenow --* 2014-08-27 13:48 GMT+08:00 Xia

Re: [Openstack] Instance cannot get any ip address

2014-08-26 Thread Andreas Scheuring
Hi, which setup are you running? Devstack singlenode, mulitnode, neutron or legacy nova networking? Does the subnet of your internal network has dhcp enabled? You can simply find out having a look at the subnet details in horizon. Regards, Andreas On Wed, 2014-08-27 at 13:48 +0800, Xianyi Y

[Openstack] Instance cannot get any ip address

2014-08-26 Thread Xianyi Ye
Hi all, I was working on the external network accessing configuration. But I find that after I created an instance, neither internal ip address nor external ip address could be displayed in the response of "ifconfig" command. However, on Dashboard, I can see both of these 2 ip addresses have b

[Openstack] Neutron metadata slow

2014-08-26 Thread Nhan Cao
hi guys, I have a problem. when I create new tenant-router per project,my ubuntu-instance fetch metadata very slow.I don't see any error about metadata in log service. Any hints would be much appreciated! ___ Mailing list: http://lists.openstack.org/cgi-

Re: [Openstack] No IP addresses through DHCP because DHCP port down?

2014-08-26 Thread 严超
You can check what error occurred in your Neutron log file. This link may help you: https://bugs.launchpad.net/neutron/+bug/1303998 And I think tag is only for vlan tag, and it's not related. *Best Regards!* *Chao Yan--**My twitter:Andy Yan @yanchao727

Re: [Openstack] Floating IP issues with multiple physical NICs, subnets

2014-08-26 Thread Scott Severtson
Anybody? Thanks, --Scott On Fri, Aug 22, 2014 at 11:06 AM, Scott Severtson < ssevert...@digitalmeasures.com> wrote: > All, > > We're trying to configure the following scenario - Compute nodes with > multiple physical NICs, each dedicated to a specific function/subnet: > > Management/Private: 10.

Re: [Openstack] Heat: 2014.1.2-0 vs Keystone

2014-08-26 Thread David Hill
Hi Kieran, Sorry I typed too fast! The patch I applied wasn't the good one (that's what happens when you have so many tabs in a browser). This fixed my problem (and many bugs) ! Perhaps this patch should be backported to Icehouse. Dave -Original Message- From: David Hi

Re: [Openstack] Heat: 2014.1.2-0 vs Keystone

2014-08-26 Thread David Hill
Hi Kieran, Thank you very much for the information! I didn't know there was a patch about that. The downside of knowing that is that I applied the patch and I still get the same error! :( [root@ctrl02 keystone]# keystone catalog 'NoneType' object has no attribute 'has_service_catalog' PS:

Re: [Openstack] [neutron] Network node can't see external network

2014-08-26 Thread David Pintor
Hi Remo, Thanks, that really helped. David On 22/08/2014 16:51, Remo Mattei wrote: Your br-ex does not have an ip your eth2 should not have the ip which is correct. Try that. Remo Inviato da IPad () Il giorno Aug 22, 2014, alle ore 5:05, David Pintor ha scritto: Hi, I have followed t

Re: [Openstack] No route to host

2014-08-26 Thread 严超
What is 10.0.0.0/24 network for and 172.24.4.2/24 network for ? I guess you are using Neutron. That makes network complicated. I think you can try to debug Neutron. And why are you using two routes to the same network?: *172.24.4.0162.242.233.1 255.255.255.0 UG 0 00

[Openstack] [TripleO] What if undercloud machines down, can we reboot overcloud machines?

2014-08-26 Thread 严超
Hi, All: I've deployed undercloud and overcloud on some baremetals. All overcloud machines are deployed by undercloud. Then I tried to shutdown undercloud machines. After that, if I reboot one overcloud machine, it will never boot from net, AKA PXE used by undercloud. Is tha

[Openstack] No IP addresses through DHCP because DHCP port down?

2014-08-26 Thread Chris
Hello The instances I create doesn't get an IP address. I can see the request on the neutron node but the DHCP server is not answering. Neutron successfully creates ports for the instances, the ports are up and working as expected. The dhcp port is also created but with the status: DOWN a

Re: [Openstack] legacy nova-network and auto scaling

2014-08-26 Thread Steven Hardy
On Fri, Aug 22, 2014 at 01:50:52PM +0530, mad Engineer wrote: >Hi, >A A I have working ice house release with "nova-network" as the >networking service. >My question is,is there any dependency on auto scaling and neutron ie do i >need neutron for auto scaling. I'm going to as

Re: [Openstack] [Heat][Docker] How to Dockerize your applications with OpenStack Heat in simple steps

2014-08-26 Thread Marouen Mechtri
Hi all, I want to present you our guide for Docker containers deployment with OpenStack Heat. In this guide we dockerize and deploy a lamp application on two containers. https://github.com/MarouenMechtri/Docker-containers-deployment-with-OpenStack-Heat Hope it will be helpful for many people. Pl

Re: [Openstack] [Heat][Docker] How to Dockerize your applications with OpenStack Heat in simple steps

2014-08-26 Thread Marouen Mechtri
Hi Chandra, I updated the link to the docker guide. https://github.com/MarouenMechtri/Docker-containers-deployment-with-OpenStack-Heat Regards, Marouen 2014-08-26 1:21 GMT+02:00 Chandra Kamalakantha < chandra_kamalakan...@yahoo.com>: > Hi, Did you by chance include the wrong link? The link b

[Openstack] block_device_mapping cause long time detaching

2014-08-26 Thread ZHOU TAO A
Hi all, I used a heat template to launch a server and attach cinder volume to it. I found that if I use the block_device_mapping parameter in my server properties, then it will took a very long time to detach the volume when I delete the stack; without block_device_mapping, the volume will be

Re: [Openstack] [openstack-dev] [Heat][Docker] How to Dockerize your applications with OpenStack Heat in simple steps

2014-08-26 Thread Marouen Mechtri
Hi Angus, We are not using nova-docker driver to deploy docker containers. In our manual, we are using Heat (thanks to the docker plugin) to deploy docker containers and nova is just used to deploy VM. Inside this VM heat deploy the docker software. The figure below describes the interactions bet

[Openstack] No route to host

2014-08-26 Thread javed alam
i had a installed vm from devstack.org script (stack.sh) i had a running instance of cirros-0.3.2-x86_64-uec my route -n command result is Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 162.242.233.1 0.0.0.0