From 6a7d8b2cdc6f06fea2858e074b4549c49bcd20d7 Mon Sep 17 00:00:00 2001 From: Gregory Thiemonge Date: Mon, 1 Feb 2021 18:59:37 +0100 Subject: [PATCH] Small fix in loadbalancer POST api-ref The user can set flavor_id and provider, but the provider of the flavor profiles must match the provider parameter. Change-Id: I6453c177408e6d9db46317e3b3de26df3e44671c --- api-ref/source/v2/loadbalancer.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api-ref/source/v2/loadbalancer.inc b/api-ref/source/v2/loadbalancer.inc index 29bca87582..1c499ef69c 100644 --- a/api-ref/source/v2/loadbalancer.inc +++ b/api-ref/source/v2/loadbalancer.inc @@ -117,7 +117,8 @@ You can also specify the ``provider`` attribute when you create a load balancer. The ``provider`` attribute specifies which backend should be used to create the load balancer. This could be the default provider (``octavia``) or a vendor supplied ``provider`` if one has been installed. -Setting both a flavor_id and a provider will result in a conflict error. +Setting both a flavor_id and a provider will result in a conflict error if +the provider does not match the provider of the configured flavor profiles. Specifying a Virtual IP (VIP) is mandatory. There are three ways to specify a VIP network for the load balancer: