Conoha VPS CentOS6.5(標準6.4からupdate)で起動時にエラーが出るときの対処


 Conoha VPSへ[標準OS]Cent OS 6.4 (64bit)を選択しインストールした後に、yum updateを実行しアップデートすると起動処理に+4分かかるようになります。
この現象は、インストール済みパッケージに含まれる「Cloud-init」の設定が、初期状態で機能しないために警告を出します。

2014-04-28 22:30:19,146 - url_helper.py[WARNING]: Calling 'http://169.254.169.2542009-04-04/meta-data/instance-id' failed [50/120s]:request error HTTPConnectionPool(host='169.254.169.254', port=80): Request 
timed out. (timeout=50.0)]
2014-04-28 22:31:10,202 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed [101/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Reques t timed out. (timeout=50.0)]
以下省略

Cloud-initパッケージは、Conoha VPSでは使用しないため、削除しても問題はありません。
よって次のコマンドで削除すれば解決します。
rpm -e cloud-init
または
yum remove cloud-init