Fix openstack_check_api for unknown service

fail to get metrics: local variable 'check' referenced before assignment: Traceback (most recent call last):
  File "/usr/lib/collectd-python/collectd_openstack.py", line 287, in read_callback
    self.collect()
  File "/usr/lib/collectd-python/check_openstack_api.py", line 97, in collect
    for item in self.check_api():
  File "/usr/lib/collectd-python/check_openstack_api.py", line 91, in check_api
    'service': check.get('name', name),
UnboundLocalError: local variable 'check' referenced before assignment
1 file changed