Skip to content

Conversation

@zhaochao
Copy link

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

@huntxu
Copy link

huntxu commented May 11, 2015

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)
@zhaochao zhaochao force-pushed the eayunstack-1.0-fix-search_opts-with-backup-commands branch from 547fca6 to 9d4105f Compare May 11, 2015 10:43
huntxu added a commit that referenced this pull request May 11, 2015
…th-backup-commands

Fix 'search_opts' error with backup delete command
@huntxu huntxu merged commit 559c12e into eayunstack:eayunstack-1.0 May 11, 2015
@zhaochao
Copy link
Author

恩,加上了。

@zhaochao zhaochao deleted the eayunstack-1.0-fix-search_opts-with-backup-commands branch May 11, 2015 10:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants