Skip to content

Commit

Permalink
Merge pull request #360 from Mirantis/destinguish-node-counts
Browse files Browse the repository at this point in the history
Add prefix to node-count cluster fields
  • Loading branch information
ekhomyakova authored Oct 1, 2018
2 parents 572f502 + f4b9cab commit 8841c06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kqueen/engines/aks.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class AksEngine(BaseEngine):
'required': True
}
},
'node_count': {
'node_count_aks': {
'type': 'integer',
'label': 'Node Count',
'default': 1,
Expand Down
2 changes: 1 addition & 1 deletion kqueen/engines/gce.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class GceEngine(BaseEngine):
}
},
'cluster': {
'node_count': {
'node_count_gke': {
'type': 'integer',
'label': 'Node Count',
'order': 1,
Expand Down

0 comments on commit 8841c06

Please sign in to comment.