Skip to content

Commit

Permalink
update because azure depricated the http://169.254.169.254/metadata/i…
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Calhoun committed Sep 18, 2017
1 parent ac56eab commit c486194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/run-consul/run-consul
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -e
readonly CONSUL_CONFIG_FILE="default.json"
readonly SUPERVISOR_CONFIG_PATH="/etc/supervisor/conf.d/run-consul.conf"

readonly AZURE_INSTANCE_METADATA_URL="http://169.254.169.254/metadata/instance?api-version=2017-07-01"
readonly AZURE_INSTANCE_METADATA_URL="http://169.254.169.254/metadata/instance?api-version=2017-08-01"
readonly DEFAULT_RAFT_PROTOCOL="3"

readonly SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
Expand Down

0 comments on commit c486194

Please sign in to comment.