Skip to content

Commit

Permalink
lxd-ui: Enable by default
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Parrott <[email protected]>
  • Loading branch information
tomponline committed Feb 8, 2024
1 parent 89365ac commit 8ab783d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ description: |-
- openvswitch.builtin: Run a snap-specific OVS daemon [default=false]
- openvswitch.external: Use the system's OVS tools (ignores openvswitch.builtin) [default=false]
- ovn.builtin: Use snap-specific OVN configuration [default=false]
- ui.enable: Enable the web interface [default=false]
- ui.enable: Enable the web interface [default=true]

For system-wide configuration of the CLI, place your configuration in
/var/snap/lxd/common/global-conf/ (config.yml and servercerts)
Expand Down
2 changes: 1 addition & 1 deletion snapcraft/hooks/configure
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ config="${SNAP_COMMON}/config"
echo "openvswitch_builtin=${openvswitch_builtin:-"false"}"
echo "openvswitch_external=${openvswitch_external:-"false"}"
echo "ovn_builtin=${ovn_builtin:-"false"}"
echo "ui_enable=${ui_enable:-"false"}"
echo "ui_enable=${ui_enable:-"true"}"
} > "${config}"

# Set socket ownership in case it changed
Expand Down

0 comments on commit 8ab783d

Please sign in to comment.