diff --git a/contrib/terraform/terraform.py b/contrib/terraform/terraform.py
index a08df8e6fe909bbfe8e13e5cda109a32f383e412..03a6785cce3d8b1b4956b5c8b73964119d3890be 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',