<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>I believe instruction is missing "virsh attach-interface" :- <br><br>[root@openstack2 ~]# virsh list --all<br><br> Id    Name                           State<br>----------------------------------------------------<br> -     fedora20                       shut off<br> -     instance-00000007              shut off<br><br>[root@openstack2 ~]# virsh attach-interface --domain fedora20 --type bridge \<br>> --source virbr0 --model virtio --mac 52:54:00:3b:65:6f --config<br><br>Interface attached successfully<br><br><br>Then inside VM ( fedora20) :-<br><br>[root@ip-192-169-142-140 ~]# ifconfig<br>br-eth1: flags=67<UP,BROADCAST,RUNNING>  mtu 1500<br>        inet6 fe80::c49f:64ff:fe07:d84e  prefixlen 64  scopeid 0x20<link><br>        ether 26:b7:3f:05:ca:42  txqueuelen 0  (Ethernet)<br>        RX packets 9  bytes 730 (730.0 B)<br>        RX errors 0  dropped 0  overruns 0  frame 0<br>        TX packets 8  bytes 648 (648.0 B)<br>        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0<br><br>br-ex: flags=67<UP,BROADCAST,RUNNING>  mtu 1500<br>        inet 192.169.142.140  netmask 255.255.255.0  broadcast 192.169.142.255<br>        inet6 fe80::a0dd:efff:fe38:1b1b  prefixlen 64  scopeid 0x20<link><br>        ether 46:5a:28:79:5d:4e  txqueuelen 0  (Ethernet)<br>        RX packets 9  bytes 730 (730.0 B)<br>        RX errors 0  dropped 0  overruns 0  frame 0<br>        TX packets 12  bytes 816 (816.0 B)<br>        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0<br><br>br-int: flags=67<UP,BROADCAST,RUNNING>  mtu 1500<br>        inet6 fe80::b8de:ccff:fec2:5b09  prefixlen 64  scopeid 0x20<link><br>        ether 36:44:69:dc:21:44  txqueuelen 0  (Ethernet)<br>        RX packets 0  bytes 0 (0.0 B)<br>        RX errors 0  dropped 0  overruns 0  frame 0<br>        TX packets 8  bytes 648 (648.0 B)<br>        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0<br><br>eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500<br>        inet6 fe80::5054:ff:fe32:e91e  prefixlen 64  scopeid 0x20<link><br>        ether 52:54:00:32:e9:1e  txqueuelen 1000  (Ethernet)<br>        RX packets 43  bytes 2498 (2.4 KiB)<br>        RX errors 0  dropped 0  overruns 0  frame 0<br>        TX packets 10  bytes 760 (760.0 B)<br>        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0<br><br>eth1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500<br>        inet6 fe80::5054:ff:fe3b:656f  prefixlen 64  scopeid 0x20<link><br>        ether 52:54:00:3b:65:6f  txqueuelen 1000  (Ethernet)<br>        RX packets 43  bytes 2498 (2.4 KiB)<br>        RX errors 0  dropped 0  overruns 0  frame 0<br>        TX packets 9  bytes 718 (718.0 B)<br>        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0<br><br>lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536<br>        inet 127.0.0.1  netmask 255.0.0.0<br>        inet6 ::1  prefixlen 128  scopeid 0x10<host><br>        loop  txqueuelen 0  (Local Loopback)<br>        RX packets 22  bytes 1140 (1.1 KiB)<br>        RX errors 0  dropped 0  overruns 0  frame 0<br>        TX packets 22  bytes 1140 (1.1 KiB)<br>        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0<br><br>virbr0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500<br>        inet 192.168.122.1  netmask 255.255.255.0  broadcast 192.168.122.255<br>        ether d6:f9:2a:47:81:6a  txqueuelen 0  (Ethernet)<br>        RX packets 0  bytes 0 (0.0 B)<br>        RX errors 0  dropped 0  overruns 0  frame 0<br>        TX packets 0  bytes 0 (0.0 B)<br>        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0<br><br>[root@ip-192-169-142-140 ~]# route -n<br>Kernel IP routing table<br>Destination     Gateway         Genmask         Flags Metric Ref    Use Iface<br>169.254.0.0     0.0.0.0         255.255.0.0     U     1002   0        0 eth0<br>169.254.0.0     0.0.0.0         255.255.0.0     U     1003   0        0 eth1<br>169.254.0.0     0.0.0.0         255.255.0.0     U     1006   0        0 br-ex<br>192.168.122.0   0.0.0.0         255.255.255.0   U     0      0        0 virbr0<br>192.169.142.0   0.0.0.0         255.255.255.0   U     0      0        0 br-ex<br><br>Again routings tables don't match.<br><br>Boris.<br><br> <br><br><br><div>> Date: Fri, 27 Dec 2013 10:51:08 +0100<br>> From: kchamart@redhat.com<br>> To: bderzhavets@hotmail.com<br>> CC: andrew@andrewklau.com; rdo-list@redhat.com<br>> Subject: Re: [Rdo-list] Attempt to reproduce Getting Started with Multi-Node OpenStack RDO Havana + Gluster Backend + Neutron VLAN by Andrew Lau on F19<br>> <br>> [. . .]<br>> <br>> > <br>> > View also http://kashyapc.wordpress.com/tag/fedora/<br>> > Set up a bit different from yours , but with same idea Controller + Compute,  is done<br>> > manually not via packstack with f20 core ( no Ethernet interfaces renaming just ifcfg-eth0 and etc )<br>> <br>> <br>> Here are more updated configurations:<br>> <br>>   http://kashyapc.fedorapeople.org/virt/openstack/neutron-configs-GRE-OVS-two-node.txt<br>> <br>> <br>> That's the manual configuration details (not *fully* polished, but should<br>> give you an idea.<br>> <br>>   http://kashyapc.fedorapeople.org/virt/openstack/Two-node-Havana-setup.txt<br>> <br>> <br>> And, that's the set-up:<br>> <br>>   - Controller node: Nova, Keystone, Cinder, Glance, Neutron (using Open<br>>     vSwitch plugin and GRE tunneling).<br>> <br>>   - Compute node: Nova (nova-compute), Neutron (openvswitch-agent)<br>> <br>> <br>> Hope that helps.<br>> <br>> -- <br>> /kashyap<br></div>                                      </div></body>
</html>