[Nova] fix image_meta_delete

I apparently can't type and had put in image_meta_data instead of the
correct function when moving to SaltNova.
This commit is contained in:
Daniel Wallace 2014-03-11 14:17:01 -05:00
parent 84b8077bee
commit 1a79cc8c42

View File

@ -542,7 +542,7 @@ def image_meta_delete(id=None, # pylint: disable=C0103
salt '*' nova.image_meta_delete name=myimage keys=salad,beans
'''
conn = _auth(profile)
return conn.image_meta_data(
return conn.image_meta_delete(
id,
name,
keys