| Summary: | Instance network can't work properly when I try to use two nic in one nic | ||
|---|---|---|---|
| Product: | [Community] RDO | Reporter: | Lee Yang Jae <yangjae.lee> |
| Component: | openstack-neutron | Assignee: | Jakub Libosvar <jlibosva> |
| Status: | CLOSED EOL | QA Contact: | Ofer Blaut <oblaut> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | Liberty | CC: | chrisw, srevivo, yangjae.lee |
| Target Milestone: | --- | ||
| Target Release: | Kilo | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-05-19 16:04:06 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Attachments: | |||
|
Description
Lee Yang Jae
2016-02-22 08:29:50 UTC
Can you please paste ovs-agent and l3-agent config files here? What does it mean that your vm with two nic can't work (what exactly doesn't work as you expect)? Can you please also paste routes from within your guest with two nics? Created attachment 1135070 [details]
/etc/neutron/plugins/ml2/openvswitch_agent.ini
Created attachment 1135071 [details]
/etc/neutron/l3_agent.ini
Created attachment 1135075 [details]
3 instance's network pictures
two interface for external public and external private instance network
Demo-Network1
192.168.100.3, 192.168.15.2
Demo-Network2
192.168.200.3, 172.16.0.3
one interface for external public instance network
Demo-Network1
192.168.100.4, 192.168.15.3
one interface for external private instance network
Demo-Network2
192.168.200.4, 172.16.0.4
192.168.15.0/24 is external public(br-ex) and 172.16.0.0/24 is external private(br-ex2) for openstack
192.168.15.254 in the picture is gateway ip 172.16.0.123 in the picture is another computer's private network ip In two interface for external public and external private picture, you can see private ping(172.16.0.123) success but not public ping(192.168.15.254). This bug is against a Version which has reached End of Life. If it's still present in supported release (http://releases.openstack.org), please update Version and reopen. |