Nova Instance Guest Metadata
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ironic |
New
|
Medium
|
Unassigned |
Bug Description
There is currently a specless blueprint up in Nova for the other side of this: https:/
Right now, calls to Ironic from Nova are done without project credentials. This prevents us from using any information from the calling token to know what project should be used for setting node.lessee when [conductor]
This information will include:
- Information about the user/project who requested the instance
- Flavor name
- Any other useful metadata
This information will explicitly EXCLUDE:
- Information available elsewhere in Ironic
- Network-related metadata which may not be reliable in Ironic use cases
Once we have information on the user/project who requested the instance, we will then edit conductor code to implement setting node.lessee based on that metadata when automatic_lessee is enabled.
tags: |
added: rfe-approved removed: rfe |
Changed in ironic: | |
importance: | Undecided → Medium |
Related fix proposed to branch: master /review. opendev. org/c/openstack /ironic/ +/924887
Review: https:/