diff options
| author | zhangbailin <zhangbailin@inspur.com> | 2020-03-24 11:10:29 +0800 |
|---|---|---|
| committer | Brin Zhang <zhangbailin@inspur.com> | 2020-04-08 04:10:35 +0000 |
| commit | d712c0fbc7a320f6eea4f8741f2f8d6e517a6507 (patch) | |
| tree | abb7161984e3acc3dfa9beb851df58f984a8831d /novaclient/tests | |
| parent | 9ee74d3ac6d26018d0161e24fe8c0f3f29b21c06 (diff) | |
| download | python-novaclient-d712c0fbc7a320f6eea4f8741f2f8d6e517a6507.tar.gz | |
Microversion 2.84 - action event fault details
This patch adds support for microversion 2.84
"Expose instance action event details out of the API" [1].
[1] https://review.opendev.org/#/c/694430/
No changes are required in the novaclient side,
so just increment the microversion.
Depends-On: https://review.opendev.org/#/c/694430/
Implements blueprint action-event-fault-details
Change-Id: I1d71284de9a5f25f4554dd2ec7291d5706381de7
Diffstat (limited to 'novaclient/tests')
| -rw-r--r-- | novaclient/tests/unit/v2/test_shell.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/novaclient/tests/unit/v2/test_shell.py b/novaclient/tests/unit/v2/test_shell.py index c8d3dc9b..f00f583e 100644 --- a/novaclient/tests/unit/v2/test_shell.py +++ b/novaclient/tests/unit/v2/test_shell.py @@ -4505,6 +4505,7 @@ class ShellTest(utils.TestCase): 77, # There are no version-wrapped shell method changes for this. 82, # There are no version-wrapped shell method changes for this. 83, # There are no version-wrapped shell method changes for this. + 84, # There are no version-wrapped shell method changes for this. ]) versions_supported = set(range(0, novaclient.API_MAX_VERSION.ver_minor + 1)) |
