← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1716721] Re: "OS::Neutron::Subnet" ignore gateway_ip when subnetpool used

 

Bug closed due to lack of activity, please feel free to reopen if
needed.

** Changed in: neutron
       Status: New => Won't Fix

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1716721

Title:
  "OS::Neutron::Subnet" ignore gateway_ip when subnetpool used

Status in OpenStack Heat:
  New
Status in neutron:
  Won't Fix

Bug description:
  heat version - 8.0.4

  Step to reproduce:
  1. template:
  heat_template_version: 2017-02-24

  description: test template

  resources:
    test_subnetpool:
      type: OS::Neutron::SubnetPool
      properties:
        default_prefixlen: 25
        max_prefixlen: 32
        min_prefixlen: 22
        prefixes:
          - "192.168.0.0/16"
    test_net1:
      type: OS::Neutron::Net
    test_subnet1:
      type: OS::Neutron::Subnet
      properties:
        network: { get_resource: test_net1 }
        ip_version: 4
        subnetpool: { get_resource: test_subnetpool }
        gateway_ip: null

  2. create stack
  3. created subnet have gateway IP: 192.168.0.1 but expected disabled gateway

  Because of gateway_ip property ignored when subnetpool present there
  is no way to create subnet without gateway from subnetpool.

To manage notifications about this bug go to:
https://bugs.launchpad.net/heat/+bug/1716721/+subscriptions