summaryrefslogtreecommitdiff
path: root/cloudinit/sources
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2016-06-15 21:09:45 -0400
committerScott Moser <smoser@ubuntu.com>2016-06-15 21:09:45 -0400
commit333130a7ac9df5e698d82dec2cb6e8e44ba1432b (patch)
tree0dd495cdf7b063527a147d2f0b6e9f6be5442f75 /cloudinit/sources
parent4f989cc595775ab6b06fac604218d77910f3e4f4 (diff)
parent412d5d34c424da0f5c291e9f9e706098c541017c (diff)
downloadvyos-cloud-init-333130a7ac9df5e698d82dec2cb6e8e44ba1432b.tar.gz
vyos-cloud-init-333130a7ac9df5e698d82dec2cb6e8e44ba1432b.zip
merge with trunk
Diffstat (limited to 'cloudinit/sources')
-rw-r--r--cloudinit/sources/DataSourceGCE.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudinit/sources/DataSourceGCE.py b/cloudinit/sources/DataSourceGCE.py
index c660a350..9234d1f8 100644
--- a/cloudinit/sources/DataSourceGCE.py
+++ b/cloudinit/sources/DataSourceGCE.py
@@ -25,7 +25,7 @@ from cloudinit import util
LOG = logging.getLogger(__name__)
BUILTIN_DS_CONFIG = {
- 'metadata_url': 'http://metadata.google.internal/computeMetadata/v1/'
+ 'metadata_url': 'http://metadata.google.internal./computeMetadata/v1/'
}
REQUIRED_FIELDS = ('instance-id', 'availability-zone', 'local-hostname')