deb-mistral/mistral/actions
Zhenguo Niu d5321666a5 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: I33879675aced1905ea0c71c22574cce1064e77d4
Closes-Bug: #1493576
2015-09-10 22:21:22 +08:00
..
openstack Fix usage of python-novaclient in Mistral 2015-09-10 22:21:22 +08:00
__init__.py BP mistral-actions-design (add new actions package) 2014-04-14 19:24:27 +07:00
action_factory.py Get rid of openstack/common package 2015-06-24 16:49:06 +08:00
action_generator.py Updating requirements to master 2015-04-29 13:41:04 +03:00
base.py Error result: doc explaining error result in base action class 2015-07-17 11:25:10 +00:00
generator_factory.py Updating requirements to master 2015-04-29 13:41:04 +03:00
std_actions.py Fixing std.http action 2015-07-28 13:14:54 +03:00