Answer by eoghank for I am trying to run an all-in-one using stack.sh with...
Hi Aaron I did a git pull and tried with this in my stackrc: ENABLED_SERVICES="g-api,g-reg,key,n-api,n-cpu,n-sch,n-vnc,mysql,rabbit,openstackx,q-svc,quantum,q-agt,n-cpu,q-dhcp" Q_PLUGIN=openvswitch I...
View ArticleAnswer by arosen for I am trying to run an all-in-one using stack.sh with the...
Hi Eoghan, I think that error you see there is fine. I believe the agent does a show to see if the interface exists and if it doesn't it goes ahead and creates the interface. I just ran stack.sh with...
View ArticleAnswer by eoghank for I am trying to run an all-in-one using stack.sh with...
Looked back at the logs and think maybe this is what causes the problems (I am running Ubuntu 12.04). 2012-08-23 13:40:30 DEBUG [quantum.agent.linux.dhcp] Unable to access...
View ArticleAnswer by eoghank for I am trying to run an all-in-one using stack.sh with...
I have q-dhcp enabled and it is running.
View ArticleAnswer by arosen for I am trying to run an all-in-one using stack.sh with the...
Do you have q-dhcp in ENABLED_SERVICES? I don't see a port for the dhcp agent attached to your bridge.
View ArticleAnswer by eoghank for I am trying to run an all-in-one using stack.sh with...
Rohit I looked at all the quantum logs and could not find any errors and none of the tap interfaces get IP addresses assigned. I ran the folsom2 version of Quantum on this same server and it worked...
View ArticleAnswer by rohitagarwalla for I am trying to run an all-in-one using stack.sh...
hi eoghan i'm not sure why vm's in your setup are not getting an ip but based on my experience so far, one of the "tap" ports in your setup should be gateway interface. that tap port gets created when...
View ArticleAnswer by danwent for I am trying to run an all-in-one using stack.sh with...
There's some confusion here: 1) unlike nova-network, quantum DHCP does not use the gateway IP address of the subnet. Thus, the lack of a tap device with the gateway IP does not mean that the DHCP...
View ArticleAnswer by eoghank for I am trying to run an all-in-one using stack.sh with...
Thanks Aaron and Dan, I thought that may be the case (gateway and IP's being inaccessible from the hyperverisor) but was not sure. And I can see the VM getting an IP in the nova console-log output so...
View ArticleAnswer by eoghank for I am trying to run an all-in-one using stack.sh with...
Thanks Aaron Rosen, that solved my question.
View ArticleQuantum with Openvswitch and stack.sh no gateway interface
I am trying to run an all-in-one using stack.sh with the latest (folsom3 and master) branches of Quantum on KVM but the gateway interface does not get created and as a result VM's do not get an IP....
View Article