The hack was necessary while we switched the name used for az's
in the gating tests. Now it can be removed
Change-Id: I970205910ac0950ab4a961aa0537eb964d7f0d3c
(cherry picked from commit
bc0fb113af225878b4305da7d834673a6b7f5e97)
kwargs['image_id'] = image_uuid
kwargs['availability_zone'] = volume.get('availability_zone', None)
- # NOTE(vish): Temporary hack to work around gating issues
- if kwargs['availability_zone'] == 'cinder':
- kwargs['availability_zone'] = 'nova'
new_volume = self.volume_api.create(context,
size,