Skip to content

Commit

Permalink
Add TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Tengler committed Jan 15, 2018
1 parent 1cd958f commit b79b61d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kqueen/engines/aks.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ def __init__(self, cluster, **kwargs):
'count': kwargs.get('node_count', 1),
'dns_prefix': None,
'ports': None,
# TODO: fix hardcoded params
'vm_size': 'Standard_D2_v2',
'os_type': 'Linux',
'os_disk_size_gb': None
Expand Down

0 comments on commit b79b61d

Please sign in to comment.