openstack-metadata-fetcher: stop lying in log message
This commit is contained in:
parent
3bea940271
commit
f8c3027812
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
metaDir=${targetRoot}etc/ec2-metadata
|
||||
mkdir -m 0755 -p "$metaDir"
|
||||
|
||||
echo "getting EC2 instance metadata..."
|
||||
echo "getting instance metadata..."
|
||||
|
||||
if ! [ -e "$metaDir/ami-manifest-path" ]; then
|
||||
wget ${wgetExtraOptions} -O "$metaDir/ami-manifest-path" http://169.254.169.254/1.0/meta-data/ami-manifest-path
|
||||
|
|
Loading…
Reference in a new issue