The bridge for public interface had not been created after evironment deployment

Bug #1253040 reported by Egor Kotko
This bug report is a duplicate of:  Bug #1248954: Wrong order of interface operations. Edit Remove
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Fuel for OpenStack
New
Undecided
Sergey Vasilenko

Bug Description

Expected result
After deploying environment with following configuration(see "steps to reproduce" )
on Compute node should be default route.

     Actual result
No default route in the list of routes.
Also SNAT rule for instance looks like this:
 -A nova-network-snat -s 10.0.0.0/24 -o eth1 -j SNAT --to-source 127.0.0.1
and it should be as:
-A nova-network-snat -s 10.0.0.0/24 -o eth1 -j SNAT --to-source <public interface bridge IP>
As result no Internet access on created instances

     Steps to reproduce:
-Deploy cluster with following configuration:
Havana on Ubuntu 12.04
Multi-node
FlatDHCPManager
-Check routes on Compute node

Tags: library
Changed in fuel:
assignee: nobody → Sergey Vasilenko (xenolog)
Revision history for this message
Vladimir Kuklin (vkuklin) wrote :

why do you think that there should be public bridge?

Revision history for this message
Egor Kotko (ykotko) wrote :

Yes, you are right there should be just interface. I will change the description.

description: updated
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.