diff --git a/contrib/terraform/terraform.py b/contrib/terraform/terraform.py index a08df8e6f..03a6785cc 100755 --- a/contrib/terraform/terraform.py +++ b/contrib/terraform/terraform.py @@ -284,8 +284,6 @@ def openstack_host(resource, module_name): 'network': parse_attr_list(raw_attrs, 'network'), 'region': raw_attrs.get('region', ''), 'security_groups': parse_list(raw_attrs, 'security_groups'), - # ansible - 'ansible_ssh_port': 22, # workaround for an OpenStack bug where hosts have a different domain # after they're restarted 'host_domain': 'novalocal',