Skip to content

Commit

Permalink
Fix #4269 update metata url to FQDN (#4278)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaaym authored and JesseLovelace committed Jan 9, 2019
1 parent 4dc2a5e commit 0d5cbc1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
*/
public class MetadataConfig {

private static final String METADATA_URL = "http://metadata/computeMetadata/v1/";
private static final String METADATA_URL = "http://metadata.google.internal/computeMetadata/v1/";

private MetadataConfig() {}

Expand Down

0 comments on commit 0d5cbc1

Please sign in to comment.