iesgn / openstack-debian-ansible

Ansible playbooks for installing OpenStack on Debian
GNU General Public License v3.0
17 stars 16 forks source link

Metadata agent not working properly #18

Closed albertomolina closed 8 years ago

albertomolina commented 8 years ago

Launching an instance show messages with problem accessing to the metadata service:

2015-12-29 19:42:14,765 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed [1/120s]: bad status code [404]
albertomolina commented 8 years ago

It seems that the neutron metadata proxy is working properly, but the nova metadata API isn't

albertomolina commented 8 years ago

There was a typo in service_metadata_proxy (a double underscore!!)