mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
[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:
parent
84b8077bee
commit
1a79cc8c42
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user