From 0b778350eca6194b1881b8393b5a535f3c404f8b Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Mon, 19 Sep 2016 17:38:06 +0200 Subject: [PATCH] Remove duplicate key from the doc (#2970) --- cloud/amazon/redshift.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cloud/amazon/redshift.py b/cloud/amazon/redshift.py index c5d086a6f12..8b4c942e4ac 100644 --- a/cloud/amazon/redshift.py +++ b/cloud/amazon/redshift.py @@ -121,11 +121,6 @@ options: required: false aliases: ['version_upgrade'] default: null - number_of_nodes: - description: - - number of the nodes the cluster should run - required: false - default: null publicly_accessible: description: - if the cluster is accessible publicly or not