Skip to content
Snippets Groups Projects
Unverified Commit 835811ec authored by Maxime Leroy's avatar Maxime Leroy Committed by GitHub
Browse files

fix(contrib/terraform): do not set ssh port (#9828)

parent b7fe3684
No related branches found
No related tags found
No related merge requests found
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment