Merge lp://staging/~franciscosouza/txaws/txaws-bundled-vpc into lp://staging/txaws
Proposed by
Francisco Souza
Status: | Merged |
---|---|
Merged at revision: | 153 |
Proposed branch: | lp://staging/~franciscosouza/txaws/txaws-bundled-vpc |
Merge into: | lp://staging/txaws |
Diff against target: |
945 lines (+354/-95) 9 files modified
txaws/client/base.py (+24/-9) txaws/client/discover/tests/test_command.py (+8/-8) txaws/ec2/client.py (+55/-19) txaws/ec2/model.py (+2/-1) txaws/ec2/tests/test_client.py (+217/-35) txaws/ec2/tests/test_model.py (+6/-4) txaws/server/tests/test_call.py (+1/-1) txaws/testing/payload.py (+40/-17) txaws/version.py (+1/-1) |
To merge this branch: | bzr merge lp://staging/~franciscosouza/txaws/txaws-bundled-vpc |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
txAWS Committers | Pending | ||
Review via email: mp+135397@code.staging.launchpad.net |
Description of the change
client, ec2: bundling changes needed for VPC
I use this CL for patching only, original CL's are:
https:/
https:/
https:/
https:/
This one also includes a change in parsing of instance sets.
To post a comment you must log in.
Reviewers: mp+135397_ code.launchpad. net,
Message:
Please take a look.
Description:
client, ec2: bundling changes needed for VPC
I use this CL for patching only, original CL's are:
https:/ /codereview. appspot. com/6852064/ /codereview. appspot. com/6826065/ /codereview. appspot. com/6814123/ /codereview. appspot. com/6822097/
https:/
https:/
https:/
This one also includes a change in parsing of instance sets.
https:/ /code.launchpad .net/~francisco souza/txaws/ txaws-bundled- vpc/+merge/ 135397
(do not edit description out of merge proposal)
Please review this at https:/ /codereview. appspot. com/6851093/
Affected files: base.py discover/ tests/test_ command. py tests/test_ client. py tests/test_ model.py tests/test_ call.py payload. py
A [revision details]
M txaws/client/
M txaws/client/
M txaws/ec2/client.py
M txaws/ec2/model.py
M txaws/ec2/
M txaws/ec2/
M txaws/server/
M txaws/testing/
M txaws/version.py