diff --git a/configs/stage3_coreos/resources/cloud-config.yml b/configs/stage3_coreos/resources/cloud-config.yml index 4cfd78a3..baade506 100644 --- a/configs/stage3_coreos/resources/cloud-config.yml +++ b/configs/stage3_coreos/resources/cloud-config.yml @@ -191,7 +191,7 @@ write_files: https://siteinfo.mlab-oti.measurementlab.net/v1/sites/switches.json \ | jq -r ".${SITE}.uplink_speed") if [[ "${SPEED}" == "10g" ]]; then - MAXRATE="8gbit" + MAXRATE="10gbit" elif [[ "${SPEED}" == "1g" ]]; then MAXRATE="1gbit" else