e59e3e070f
There shouldn't be a default value for floating_ip_enabled when creating cluster. By default, when it's not set, the cluster's floating_ip_enabled attribute should be set with the value of cluster template. It's fixed by removing the default value from Magnum API. Task: 36500 Story: 2006208 Change-Id: I4077783c6a19a413d534f77f287da587353df0af
8 lines
298 B
YAML
8 lines
298 B
YAML
---
|
|
fixes:
|
|
- |
|
|
There shouldn't be a default value for floating_ip_enabled when creating
|
|
cluster. By default, when it's not set, the cluster's floating_ip_enabled
|
|
attribute should be set with the value of cluster template. It's fixed
|
|
by removing the default value from Magnum API.
|