Bump openstacksdk>=0.46.0

We removed python2 support in https://review.opendev.org/#/c/717521/,
but we are missing openstacksdk in reqirements, so when we using
python3, that will be raise "ModuleNotFoundError: No module named
'openstack'".

This commit add the openstacksdk>=0.46.0 to Cyborg to support python3.

Change-Id: I4d015b3723fb13c361cefe5eee6607f9cbe8f65d
Story: 2007533
This commit is contained in:
zhangbailin 2020-04-09 15:19:44 +08:00 committed by YumengBao
parent 37a6538baf
commit ca283d0266

View File

@ -31,3 +31,4 @@ python-glanceclient>=2.3.0 # Apache-2.0
oslo.privsep>=1.32.0 # Apache-2.0
cursive>=0.2.1 # Apache-2.0
microversion_parse>=0.2.1 # Apache-2.0
openstacksdk>=0.46.0 # Apache-2.0