Change AWS_ZONE to ZONE, for compatibility with e2e tests

This commit is contained in:
Justin Santa Barbara
2015-03-27 08:53:17 -07:00
parent c1337cbaeb
commit 7179f5f004
5 changed files with 6 additions and 6 deletions

View File

@@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
AWS_ZONE=${KUBE_AWS_ZONE:-us-west-2a}
ZONE=${KUBE_AWS_ZONE:-us-west-2a}
MASTER_SIZE=${MASTER_SIZE:-t2.micro}
MINION_SIZE=${MINION_SIZE:-t2.micro}
NUM_MINIONS=${NUM_MINIONS:-2}