Merge lp://staging/~newell-jensen/maas/fix-1675432 into lp://staging/~maas-committers/maas/trunk
Proposed by
Newell Jensen
Status: | Merged |
---|---|
Approved by: | Newell Jensen |
Approved revision: | no longer in the source branch. |
Merged at revision: | 5894 |
Proposed branch: | lp://staging/~newell-jensen/maas/fix-1675432 |
Merge into: | lp://staging/~maas-committers/maas/trunk |
Diff against target: |
658 lines (+193/-151) 2 files modified
src/provisioningserver/drivers/pod/rsd.py (+91/-84) src/provisioningserver/drivers/pod/tests/test_rsd.py (+102/-67) |
To merge this branch: | bzr merge lp://staging/~newell-jensen/maas/fix-1675432 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Blake Rouse (community) | Approve | ||
Review via email: mp+321402@code.staging.launchpad.net |
Commit message
Update RSD pod driver compose method to retrieve created node_id from http response headers.
This fixes a potential race condition.
To post a comment you must log in.
Looks good. Thanks for the fix.