Make container list --all work · openstack/python-openstackclient@41a2e82 · GitHub
Skip to content

Commit 41a2e82

Browse files
committed
Make container list --all work
The caller in openstackclient/object/v1/object.py passed a keyword argument full_listing, but the eventual callee container_list() expected all_data. So, --all did not work at all. The issue passed undetected because --all did not have a test, so we added a unit test. In addition, exisiting tests were using a test set that did not look like the real container listing, so we changed LIST_CONTAINER_RESP to be realistic. Change-Id: Id0604bcab25892e43c26cd6656b2b2eef5daa69b
1 parent fdefe55 commit 41a2e82

2 files changed

Lines changed: 36 additions & 36 deletions

File tree

openstackclient/api/object_store_v1.py

Lines changed: 6 additions & 6 deletions

openstackclient/tests/unit/api/test_object_store_v1.py

Lines changed: 30 additions & 30 deletions

0 commit comments

Comments
 (0)