Skip to content

Commit

Permalink
Fix stupid type preventing use of floating IPs on OpenStack...
Browse files Browse the repository at this point in the history
Thanks to @hluetck for reporting this on the ElastiCluster chat!
  • Loading branch information
riccardomurri committed Oct 2, 2019
1 parent 17ab68b commit 3dbf18a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elasticluster/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@ def _gather_node_kind_info(kind_name, cluster_name, cluster_conf):
'boot_disk_type',
'min_cpu_platform',
'scheduling',
'tags'
'tags',
# OpenStack only
'floating_network_id',
'request_floating_ip',
Expand Down

0 comments on commit 3dbf18a

Please sign in to comment.