Default `floating_ip_enabled` to true in cluster template

This matches the default value in the Magnum API backend.

Signed-off-by: Md Safiyat Reza <reza.safiyat@gmail.com>
Change-Id: Idf74601b8efa195bae756005cc8f4b83400eac87
This commit is contained in:
Md Safiyat Reza 2021-01-18 12:40:20 +05:30 committed by Md Safiyat Reza
parent defed81ab7
commit bcd7fbfde7
2 changed files with 7 additions and 1 deletions

View File

@ -494,7 +494,7 @@
fixed_subnet: "",
dns_nameserver: "",
master_lb_enabled: "",
floating_ip_enabled: "",
floating_ip_enabled: true,
labels: ""
};

View File

@ -0,0 +1,6 @@
---
fixes:
- |
Setting the `floating_ip_enabled` check box in the cluster_template
creation form to true by default, so as to match with the default in the
backend.