Skip to content

Commit

Permalink
chg
Browse files Browse the repository at this point in the history
  • Loading branch information
juhig_qubole committed Jun 17, 2020
1 parent 8a10d37 commit 80ef7b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qds_sdk/cluster_info_v22.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ def set_cluster_info(self,
self.cluster_info['rootdisk']['size'] = root_disk_size
self.cluster_info['parent_cluster_id'] = parent_cluster_id
self.cluster_info['cluster_image_version'] = image_version
self.cluster_info['ebs_optimized'] = ebs_optimized
self.cluster_info['ebs_optimization'] = ebs_optimized
self.set_data_disk(disk_size, disk_count, disk_type,
upscaling_config, enable_encryption)
self.set_monitoring(enable_ganglia_monitoring,
Expand Down

0 comments on commit 80ef7b6

Please sign in to comment.