Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #39 from pemcg/add_cnv_flag_attributes_to_manifest
Browse files Browse the repository at this point in the history
Updated list of attributes

(cherry picked from commit 754df8a)

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1805813
  • Loading branch information
agrare authored and simaishi committed Feb 21, 2020
1 parent c4a9554 commit c8dc5f0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/default-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@
"disks_aligned": null,
"ems_ref": null,
"has_rdm_disk": null,
"cpu_affinity": null,
"memory_hot_add_enabled": null,
"cpu_hot_add_enabled": null,
"cpu_hot_remove_enabled": null,
"host": {
"ems_ref": null
},
Expand Down Expand Up @@ -225,6 +229,10 @@
"disks_aligned": null,
"ems_ref": null,
"has_rdm_disk": null,
"cpu_affinity": null,
"memory_hot_add_enabled": null,
"cpu_hot_add_enabled": null,
"cpu_hot_remove_enabled": null,
"host": {
"ems_ref": null
},
Expand Down

0 comments on commit c8dc5f0

Please sign in to comment.