Nova server console url attribute support
Propose to add an attribute named console_url and a property named console_type to OS::Nova::Server resource.
So we can list vnc console url in outputs:
heat_template_
resources:
server:
type: "OS::Nova::Server"
properties:
image: fedora
key_name: heat_key
flavor: m1.small
outputs:
server_novnc_url:
value:
get_attr: [server, console_url]
Property console_type is used to specify the type of the console, now it accepts novnc, xvpvnc, spice-html5 and rdp-html5.
Blueprint information
- Status:
- Complete
- Approver:
- Zane Bitter
- Priority:
- Low
- Drafter:
- JunJie Nan
- Direction:
- Approved
- Assignee:
- JunJie Nan
- Definition:
- Approved
- Series goal:
- Accepted for kilo
- Implementation:
- Implemented
- Milestone target:
- 2015.1.0
- Started by
- Zane Bitter
- Completed by
- Angus Salkeld
Related branches
Related bugs
Sprints
Whiteboard
Gerrit topic: https:/
Addressed by: https:/
VNC console attribute support
Addressed by: https:/
Update spec to support spice and rdp console type
Addressed by: https:/
console url support in server resource
Addressed by: https:/
Move name resolving before get server
Addressed by: https:/
Add console_url atttribute to server resource