Signaling SoftwareDeployment resources via Swift
Currently the only option for signaling a deployment resource requires making
an authenticated API request to heat. A SoftwareDeployment resource
signal_transport: TEMP_URL_POLL will allow unauthenticated signaling using a
similar approach to OS::Heat:
Problem description
===================
OS::Heat:
resource scoped credentials and network connectivity from the server to a
heat API to work.
Blueprint information
- Status:
- Complete
- Approver:
- None
- Priority:
- Medium
- Drafter:
- Steve Baker
- Direction:
- Needs approval
- Assignee:
- Steve Baker
- Definition:
- Drafting
- Series goal:
- Accepted for kilo
- Implementation:
- Implemented
- Milestone target:
- 2015.1.0
- Started by
- Angus Salkeld
- Completed by
- Angus Salkeld
Related branches
Related bugs
Sprints
Whiteboard
Gerrit topic: https:/
Addressed by: https:/
Deployment signal_transport: TEMP_URL_SIGNAL
Gerrit topic: https:/
Addressed by: https:/
Integration test for software-config tools
Addressed by: https:/
Move deployment handle_signal to rpc call
Addressed by: https:/
heat.conf options for transport properties default
Addressed by: https:/
Signaling SoftwareDeployment resources via Swift