Merge lp://staging/~danwent/neutron/client-lib into lp://staging/neutron/diablo
Proposed by
dan wendlandt
Status: | Merged |
---|---|
Approved by: | Salvatore Orlando |
Approved revision: | 39 |
Merged at revision: | 40 |
Proposed branch: | lp://staging/~danwent/neutron/client-lib |
Merge into: | lp://staging/neutron/diablo |
Diff against target: |
1482 lines (+675/-655) 4 files modified
quantum/cli.py (+3/-3) quantum/client.py (+47/-27) tests/unit/api.py (+0/-625) tests/unit/test_clientlib.py (+625/-0) |
To merge this branch: | bzr merge lp://staging/~danwent/neutron/client-lib |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Tyler Smith | Approve | ||
Brad Hall (community) | Approve | ||
Review via email: mp+70752@code.staging.launchpad.net |
Description of the change
Some minor tweaks to the Quantum Client Library, based on my experience using the library.
Already talked with Tyler about these changes and he is in favor.
Summary of the changes:
- Adding optional logging component.
- changing comments to be more consistent
- renamed a couple methods, so that a method only started with "list_" if it returned a list of items (warning: this change will break compatibility with existing code)
To post a comment you must log in.
Looks good