Move automatic login request to CRD.
Also reorganizes constants.
This commit is contained in:
parent
3152ff842b
commit
5366e24092
22 changed files with 259 additions and 206 deletions
|
|
@ -1430,6 +1430,12 @@ spec:
|
|||
outputs:
|
||||
type: integer
|
||||
default: 1
|
||||
loggedInUser:
|
||||
description: >-
|
||||
The name of a user that should be automatically
|
||||
logged in on the display. Note that this requires
|
||||
support from an agent in the guest OS.
|
||||
type: string
|
||||
spice:
|
||||
type: object
|
||||
properties:
|
||||
|
|
@ -1485,6 +1491,11 @@ spec:
|
|||
connection.
|
||||
type: string
|
||||
default: ""
|
||||
loggedInUser:
|
||||
description: >-
|
||||
The name of a user that is currently logged in by the
|
||||
VM operator agent.
|
||||
type: string
|
||||
displayPasswordSerial:
|
||||
description: >-
|
||||
Counts changes of the display password. Set to -1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue