Skip to content

Commit

Permalink
vm: convert enable VNC flag to snake_case
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Gaiduk <paulg@zededa.com>
  • Loading branch information
europaul committed Mar 22, 2024
1 parent 9ee4c11 commit e83bc67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/config/vm.proto
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ message VmConfig {
repeated string iomem = 14;
VmMode virtualizationMode = 15;
// Enable VNC access to the edge application
bool enableVnc = 16;
bool enable_vnc = 16;
uint32 vncDisplay = 17;
string vncPasswd = 18;
// Change of the 'disable logs' field can be handled without VM reboot
Expand Down

0 comments on commit e83bc67

Please sign in to comment.