Update Cinder client to version 3 as required by
python update
Change-Id: I93f20cff9413ca8518ae5ef57a395f45607a67c7
Signed-off-by: beierlm <mark.beierl@canonical.com>
def _build_cinder_client(self, vim_account: dict) -> cinder_client.Client:
sess = OpenstackUtils.get_session(vim_account)
- return cinder_client.Client("2", session=sess, timeout=10)
+ return cinder_client.Client("3", session=sess, timeout=10)
def _build_neutron_client(self, vim_account: dict) -> tuple:
sess = OpenstackUtils.get_session(vim_account)