lb id is required in listener
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Heat |
In Progress
|
Medium
|
David Peacock |
Bug Description
When create a stack with follow template:
heat_template_
description: AutoScaling Test
resources:
lb:
type: OS::Octavia:
properties:
name: test_lb
description: test for load balancer
vip_subnet: ef9d0205-
admin_
pool:
type: OS::Octavia::Pool
properties:
name: test_pool
description: test for pool
admin_
lb_algorithm: ROUND_ROBIN
loadbalancer: { get_resource: lb }
protocol: HTTP
listener:
type: OS::Octavia:
properties:
protocol: HTTP
protocol_
default_pool: { get_resource: pool }
will raise 'Resource CREATE failed: OctaviaClientEx
It shows that loadbalancer id in required in listener creation API.
Changed in heat: | |
assignee: | nobody → liyi (whyliyi) |
Changed in heat: | |
importance: | Undecided → Medium |
Changed in heat: | |
milestone: | none → no-priority-tag-bugs |
Changed in heat: | |
assignee: | liyi (whyliyi) → David Peacock (davidjpeacock) |
Fix proposed to branch: master /review. openstack. org/542711
Review: https:/