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:
parent
defed81ab7
commit
bcd7fbfde7
@ -494,7 +494,7 @@
|
||||
fixed_subnet: "",
|
||||
dns_nameserver: "",
|
||||
master_lb_enabled: "",
|
||||
floating_ip_enabled: "",
|
||||
floating_ip_enabled: true,
|
||||
labels: ""
|
||||
};
|
||||
|
||||
|
@ -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.
|
Loading…
Reference in New Issue
Block a user