summaryrefslogtreecommitdiff
path: root/hot/lb_server.yaml
diff options
context:
space:
mode:
authorRabi Mishra <ramishra@redhat.com>2018-11-22 19:18:07 +0530
committerRabi Mishra <ramishra@redhat.com>2018-11-22 19:31:28 +0530
commit2b4eb5d9e38b5643fb792b1cc8eee6140c52042b (patch)
tree1cb8da78b71cbe1b69d2825f52ac4c92f2a991d5 /hot/lb_server.yaml
parent0e0151c63ee8b3126e9ef340127a135d9494cca9 (diff)
downloadheat-templates-2b4eb5d9e38b5643fb792b1cc8eee6140c52042b.tar.gz
Use octavia resources for autoscaling example
lbaasv2 is probably not actively maintained. Change-Id: Id11a47b5439f3bca05b536f15bec3e5fa92c9e56
Diffstat (limited to 'hot/lb_server.yaml')
-rw-r--r--hot/lb_server.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/hot/lb_server.yaml b/hot/lb_server.yaml
index 67762b6..6d02e15 100644
--- a/hot/lb_server.yaml
+++ b/hot/lb_server.yaml
@@ -37,7 +37,7 @@ resources:
user_data_format: RAW
networks: [{network: {get_param: network} }]
member:
- type: OS::Neutron::LBaaS::PoolMember
+ type: OS::Octavia::PoolMember
properties:
pool: {get_param: pool_id}
address: {get_attr: [server, first_address]}