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
This commit is contained in:
parent
f5e6292991
commit
6a7d8b2cdc
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user