1b1b4d261SWilliam A. Kennington IIIdescription: >
2b1b4d261SWilliam A. Kennington III    To implement the Activation apply options for a newly uploaded firmware
3*a1347418SPatrick Williams    image. The apply options property is specific to each firmware update and is
4*a1347418SPatrick Williams    used during firmware activation. ApplyOptions usage during firmware
5*a1347418SPatrick Williams    activation is implementation specific, not all firmware targets need
6*a1347418SPatrick Williams    ApplyOptions. This property is removed after activation of the firmware is
7*a1347418SPatrick Williams    done and when the firmware goes to Active state. The default value of this
8*a1347418SPatrick Williams    property is false.
9b1b4d261SWilliam A. Kennington IIIproperties:
10b1b4d261SWilliam A. Kennington III    - name: ClearConfig
11b1b4d261SWilliam A. Kennington III      type: boolean
12b1b4d261SWilliam A. Kennington III      default: false
13b1b4d261SWilliam A. Kennington III      description: >
14b1b4d261SWilliam A. Kennington III          This property indicates whether to clear the software configurations
15b1b4d261SWilliam A. Kennington III          when the firmware image update is getting applied. A value of true
16b1b4d261SWilliam A. Kennington III          indicates the firmware configurations should be cleared along with
17b1b4d261SWilliam A. Kennington III          firmware image activation.
18