Fix 'search_opts' error with backup delete command#2
Merged
huntxu merged 1 commit intoeayunstack:eayunstack-1.0from May 11, 2015
Conversation
|
cherry-pick 的?我看 launchpad 上的鏈接已經是 merged 狀態,建議 cherry-pick 加上 -x 方便跟蹤 |
The following error message is yield when we try to backup volume which is not present. ERROR: list() got an unexpected keyword argument 'search_opts' This is from findall() method in the cinderclient.base.ManagerWithFind class. When cinderclient get a specific resource, it use the findall() method. The error will yields which list() in VolumeEncryptionTypeManager did not have. Change-Id: Iffe568c6d2de41b8e24658f3a54f2861e2f7db31 Closes-Bug: #1282324 Related-Bug: #1248519 (cherry picked from commit 029a776)
547fca6 to
9d4105f
Compare
huntxu
added a commit
that referenced
this pull request
May 11, 2015
…th-backup-commands Fix 'search_opts' error with backup delete command
Author
|
恩,加上了。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The following error message is yield when we try to
backup volume which is not present.
ERROR: list() got an unexpected keyword argument 'search_opts'
This is from findall() method in the
cinderclient.base.ManagerWithFind class.
When cinderclient get a specific resource, it use the findall() method.
The error will yields which list() in
VolumeEncryptionTypeManager did not have.
Change-Id: Iffe568c6d2de41b8e24658f3a54f2861e2f7db31
Closes-Bug: #1282324
Related-Bug: #1248519