diff options
author | Scott Moser <smoser@ubuntu.com> | 2010-02-04 02:42:25 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2010-02-04 02:42:25 -0500 |
commit | 4dfd08ed46c4ca6f40dac23d5105437c1f4ba03a (patch) | |
tree | 38e6f3de2cf4d05c1a0f2437a62b88ca3f05ea1a /doc/userdata.txt | |
parent | ef8789ded2636f35d554cb9d620d8057591ca39a (diff) | |
download | vyos-cloud-init-4dfd08ed46c4ca6f40dac23d5105437c1f4ba03a.tar.gz vyos-cloud-init-4dfd08ed46c4ca6f40dac23d5105437c1f4ba03a.zip |
more removal of 'ec2init' string, replacement with cloud-init
Diffstat (limited to 'doc/userdata.txt')
-rw-r--r-- | doc/userdata.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/userdata.txt b/doc/userdata.txt index 7ada0ba5..a1873424 100644 --- a/doc/userdata.txt +++ b/doc/userdata.txt @@ -8,10 +8,10 @@ In EC2, the data is provided by the user via the '--user-data' or data available to the instance via its meta-data service at http://169.254.169.254/latest/user-data -ec2-init can read this input and act on it in different ways. +cloud-init can read this input and act on it in different ways. === Input Formats === -ec2-init will download and cache to filesystem any user-data that it +cloud-init will download and cache to filesystem any user-data that it finds. However, certain types of user-data are handled specially. * Gzip Compressed Content |