Merge pull request #21233 from justinsb/aws_wily

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot
2016-02-20 13:28:08 -08:00
5 changed files with 97 additions and 3 deletions

View File

@@ -57,7 +57,7 @@ fi
OS_DISTRIBUTION=${KUBE_OS_DISTRIBUTION}
case "${KUBE_OS_DISTRIBUTION}" in
trusty|wheezy|jessie|vivid|coreos)
trusty|wheezy|jessie|vivid|wily|coreos)
source "${KUBE_ROOT}/cluster/aws/${KUBE_OS_DISTRIBUTION}/util.sh"
;;
*)
@@ -272,6 +272,9 @@ case "${KUBE_OS_DISTRIBUTION}" in
vivid)
detect-vivid-image
;;
wily)
detect-wily-image
;;
wheezy)
detect-wheezy-image
;;