Bug 1257822

Summary: Unable to create GRE network with maximal Segmentation ID
Product: Red Hat OpenStack Reporter: Oleksii Baranov <obaranov>
Component: openstack-neutronAssignee: lpeer <lpeer>
Status: CLOSED NOTABUG QA Contact: Ofer Blaut <oblaut>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 7.0 (Kilo)CC: chrisw, jlibosva, mrunge, nyechiel, yeylon
Target Milestone: ---   
Target Release: 8.0 (Liberty)   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-12-15 16:25:22 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:
Attachments:
Description Flags
server.log_exception
none
ksgen_settings.yml none

Description Oleksii Baranov 2015-08-28 07:19:02 UTC
Created attachment 1067919 [details]
server.log_exception

Description of problem:

User cannot create the GRE network under the Horizon with the maximum allowed Segmentation id (4294967295)


How reproducible:


Steps to Reproduce:
1. Open Horizon
2. Login as admin.
3. Go to the System->Networks page and click on Create Network
4. Under the Create Network form select: 
  - Name: any
  - Project: any
  - Provider Network Type: GRE
  - Segmentation ID: 4294967294

5. Submit Create Netwrok form by clicking on Create Network button. 

Actual results:
The error alert is displayed ("Error. Failed to create network")

Expected results:
GRE network should be created

Comment 3 Oleksii Baranov 2015-08-28 07:20:22 UTC
Created attachment 1067920 [details]
ksgen_settings.yml

Comment 4 Jakub Libosvar 2015-12-15 16:25:22 UTC
In the ks_settings.yml I see CONFIG_NEUTRON_ML2_TUNNEL_ID_RANGES: 1:1000 which sets tunnel_id_ranges to ml2.conf. That means your maximal value is 1000

If closing this bug as NOTABUG. If you still see the issue after setting tunnel_id_ranges to 1:4294967294, feel free to re-open.