OS API should implement network association
Nowadays networks are associated with projects automatically during launch of an instance. The network is chosen rather randomly.
OS API should support association of given network and project.
URI: v1.1/{tenant_
Method: POST
Body: {
"id": "<network UUID or None>"
}
Response body: empty
Response code: 202
If the given network UUID is None, a random free network will be chosen.
Sample request:
curl -X 'POST' 'http://
Blueprint information
- Status:
- Complete
- Approver:
- Vish Ishaya
- Priority:
- Low
- Drafter:
- None
- Direction:
- Needs approval
- Assignee:
- Alexej Ababilov
- Definition:
- Approved
- Series goal:
- Accepted for folsom
- Implementation:
- Implemented
- Milestone target:
- 2012.2
- Started by
- Vish Ishaya
- Completed by
- Thierry Carrez
Related branches
Related bugs
Sprints
Whiteboard
Gerrit topic: https:/
Addressed by: https:/
implement network association in OS API