volume api: Remove unused get_snapshot_metadata_value method

This method is not used.

Change-Id: Ic798c0ff45faa1df6374bf39cc5660d25b369fee
This commit is contained in:
Eric Harney 2021-04-30 13:55:23 -04:00
parent 7441694cd4
commit b841a3aff7
1 changed files with 0 additions and 4 deletions

View File

@ -1248,10 +1248,6 @@ class API(base.Base):
resource=snapshot)
return snapshot.metadata
def get_snapshot_metadata_value(self, snapshot, key):
LOG.info("Get snapshot metadata value not implemented.",
resource=snapshot)
def get_volumes_image_metadata(self, context):
context.authorize(vol_meta_policy.GET_POLICY)
db_data = self.db.volume_glance_metadata_get_all(context)