Skip to content

Commit

Permalink
Fix CI failures on manage usecases (#765)
Browse files Browse the repository at this point in the history
  • Loading branch information
wdurairaj authored Dec 11, 2019
1 parent ebd31ec commit b7fa6b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hpedockerplugin/hpe/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def _decode_name(name):
name = name.replace('-', '/')
name = name + "=="

vol_decoded = uuid.UUID(bytes=base64.decode_as_bytes(name))
vol_decoded = uuid.UUID(bytes=oslo_base64.decode_as_bytes(name))
return str(vol_decoded)


Expand Down

0 comments on commit b7fa6b3

Please # to comment.