tacker/tacker/mistral
Hiromu Asahina f41cee0c2c Remove deprecated keystoneclient
The keystoneclient emits a warning for the use of
keystoneclient.session.Session which is deprecated as of the 2.1.0
release in favor of keystoneauth1.session.Session. This patch
migrates keystoneclient to keystoneauth1 to fix this problem.

The following deprecation warnings are gone with the patch:

- keystoneclient/session.py:139: DeprecationWarning:
  keystoneclient.session.Session is deprecated as of the
2.1.0 release in favor of keystoneauth1.session.Session. It will be
  removed in future releases.

Change-Id: I5c8f942ebe747f01ee0fcaab007f783bbeec0b97
Closes-Bug: #1977697
2022-09-14 11:27:29 +09:00
..
actionrpc vim monitor using rpc 2017-06-20 10:27:36 +08:00
__init__.py Refactor mistral workflow to lay foundation for monitor to use it 2017-05-05 12:14:27 +08:00
mistral_client.py Remove deprecated keystoneclient 2022-09-14 11:27:29 +09:00
workflow_generator.py Replaces uuid.uuid4 with uuidutils.generate_uuid() 2017-07-18 14:00:58 +00:00