Hide Forgot
Packstack currently doesn't support setting up GRE networks. Since OVS GRE-supported kernels are now available, support for them should be added to packstack.
To test, packstack --allinone --quantum-ovs-tunnel-ranges=1:1000 --quantum-ovs-tenant-network-type=gre or, make sure that the answer file contains CONFIG_QUANTUM_OVS_TUNNEL_RANGES=1:1000 CONFIG_QUANTUM_OVS_TENANT_NETWORK_TYPE=gre s/quantum/neutron/ for havana.
Verified NVR: openstack-packstack-2013.2.1-0.6.dev763.el6ost.noarch Installed OpenStack via packstack as follows: # packstack --allinone --neutron-ovs-tunnel-ranges=1:1000 --neutron-ovs-tenant-network-type=gre -d Result: ======= 1. snipped from /etc/neutron/plugin.ini [OVS] local_ip=<IP> tunnel_id_ranges=1:1000 tunnel_bridge=br-tun integration_bridge=br-int enable_tunneling=True tenant_network_type=gre 2. Networking team tested and confirmed that GRE tunneling works properly.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHEA-2013-1859.html