File: add-host-to-instance-action-events-aad2cc18fe191afa.yaml

package info (click to toggle)
nova 2%3A18.1.0-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 49,532 kB
  • sloc: python: 383,759; pascal: 1,610; xml: 1,184; sh: 917; makefile: 140; sql: 43
file content (10 lines) | stat: -rw-r--r-- 506 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
---
features:
  - |
    The microversion 2.62 adds ``host`` (hostname) and ``hostId`` (an
    obfuscated hashed host id string) fields to the instance action
    ``GET /servers/{server_id}/os-instance-actions/{req_id}`` API. The display
    of the newly added ``host`` field will be controlled via policy rule
    ``os_compute_api:os-instance-actions:events``, which is the same policy
    used for the ``events.traceback`` field. If the user is prevented by
    policy, only ``hostId`` will be displayed.