Validation fails for OS::Neutron::Pool if vip.session_persistence is None

Bug #1270740 reported by Serg Melikyan
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Heat
Fix Released
Undecided
Serg Melikyan

Bug Description

Validation fails for resource OS::Neutron::Pool if vip.session_persistence is None.

{
  "AWSTemplateFormatVersion" : "2010-09-09",
  "Description" : "Template to test load balancer resources",
  "Parameters" : {},
  "Resources" : {
    "pool": {
      "Type": "OS::Neutron::Pool",
      "Properties": {
        "protocol": "HTTP",
        "subnet_id": "sub123",
        "lb_method": "ROUND_ROBIN",
        "vip": {
          "protocol_port": 80
        }
      }
    }
  }
}

This template will not pass validation during stack creation.

Changed in heat:
assignee: nobody → Serg Melikyan (smelikyan)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to heat (master)

Fix proposed to branch: master
Review: https://review.openstack.org/67788

Changed in heat:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to heat (master)

Reviewed: https://review.openstack.org/67788
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=7aea3c480b33ba4cebb5af3aa9abfa374cdcd1d3
Submitter: Jenkins
Branch: master

commit 7aea3c480b33ba4cebb5af3aa9abfa374cdcd1d3
Author: Serg Melikyan <email address hidden>
Date: Mon Jan 20 12:22:55 2014 +0400

    Fix OS::Neutron::Pool validation

    Validation fails for resource OS::Neutron::Pool
    if session_persistence property of VIP is set to None

    Change-Id: Idb837c7660c8e140c4ff81ead41bb38c75577215
    Closes-bug: #1270740

Changed in heat:
status: In Progress → Fix Committed
Thierry Carrez (ttx)
Changed in heat:
milestone: none → icehouse-2
Thierry Carrez (ttx)
Changed in heat:
milestone: icehouse-2 → none
Thierry Carrez (ttx)
Changed in heat:
milestone: none → icehouse-3
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in heat:
milestone: icehouse-3 → 2014.1
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.