Direct `from novaclient.v2 import client` became source of problems
since the introduction of microversions in Nova. According to
novaclient docs, `from novaclient import client` (with the following
specification of version 2 in Client constructor) is a proper way of
using it.
Reviewed: https:/ /review. openstack. org/221800 /git.openstack. org/cgit/ openstack/ mistral/ commit/ ?id=d5321666a5f 9c68be85f49c09f 84cc7395fe7e06
Committed: https:/
Submitter: Jenkins
Branch: master
commit d5321666a5f9c68 be85f49c09f84cc 7395fe7e06
Author: Zhenguo Niu <email address hidden>
Date: Wed Sep 9 22:27:34 2015 +0800
Fix usage of python-novaclient in Mistral
Direct `from novaclient.v2 import client` became source of problems
since the introduction of microversions in Nova. According to
novaclient docs, `from novaclient import client` (with the following
specification of version 2 in Client constructor) is a proper way of
using it.
Change-Id: I33879675aced19 05ea0c71c22574c ce1064e77d4
Closes-Bug: #1493576