Bug 1235820
| Summary: | The default for NeutronNetworkVLANRanges is set to datacentre:1000 which is not valid. | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | John Trowbridge <jtrowbri> | 
| Component: | python-rdomanager-oscplugin | Assignee: | John Trowbridge <jtrowbri> | 
| Status: | CLOSED ERRATA | QA Contact: | Eran Kuris <ekuris> | 
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | Director | CC: | calfonso, jslagle, mburns, nyechiel, ohochman, rhel-osp-director-maint, tfreger | 
| Target Milestone: | ga | ||
| Target Release: | Director | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | python-rdomanager-oscplugin-0.0.8-13 | Doc Type: | Bug Fix | 
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-08-05 13:56:27 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: | |
| Embargoed: | |||
| 
        
          Description
        
        
          John Trowbridge
        
        
        
        
        
          2015-06-25 20:08:10 UTC
        
       While this default keeps neutron from failing to start, it is pretty useless if you actually intend to use VLAN tenant networks. Posted a fix upstream: https://review.gerrithub.io/237700 Verified on $ rpm -qa |grep python-rdomanager python-rdomanager-oscplugin-0.0.8-13.el7ost.noarch latest puddle of : RHEL-OSP director puddle 7.0 RC - 2015-06-26.3 checked ml2 conf to verify vlan ranges: [stack@instack ~]$ sudo vi /etc/neutron/plugins/ml2/ml2_conf.ini # network_vlan_ranges = network_vlan_ranges =physnet1:1000:2999 # Example: network_vlan_ranges = physnet1:1000:2999,physnet2 [heat-admin@overcloud-controller-0 ~]$ sudo grep 1000 /etc/neutron/plugins/ml2/ml2_conf.ini network_vlan_ranges =datacentre:1:1000 # Example: network_vlan_ranges = physnet1:1000:2999,physnet2 tunnel_id_ranges =1:1000 vni_ranges =1:1000 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. https://access.redhat.com/errata/RHEA-2015:1549 |