diff options
author | keyz182 <keyz182@gmail.com> | 2011-05-28 01:44:00 +0100 |
---|---|---|
committer | keyz182 <keyz182@gmail.com> | 2011-05-28 01:44:00 +0100 |
commit | f3d0fa0b4df167cbed32335eb77b7293b31e91b2 (patch) | |
tree | d53f8610a4d06a09c0f8ede8a006c793633d1d2c /doc/examples | |
parent | 0497869b736cf06ec07f2c584a0bc3292781b44e (diff) | |
download | vyos-cloud-init-f3d0fa0b4df167cbed32335eb77b7293b31e91b2.tar.gz vyos-cloud-init-f3d0fa0b4df167cbed32335eb77b7293b31e91b2.zip |
changed config key name
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/cloud-config-datasources.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/cloud-config-datasources.txt b/doc/examples/cloud-config-datasources.txt index a625e76d..e04f8976 100644 --- a/doc/examples/cloud-config-datasources.txt +++ b/doc/examples/cloud-config-datasources.txt @@ -10,7 +10,7 @@ datasource: retries : 30 #metadata_url: a list of URLs to check for metadata services - metadata_url: + metadata_urls: - http://169.254.169.254:80 - http://instance-data:8773 |