subiquity/subiquity/models
Michael Hudson-Doyle 4d24865a63 include api-only data when sending storage objects from client to server
Making an install that used an existing RAID failed because of an
attempt to log the size of the RAID when rendering the curtin config.

This turns out to be because when the client sends the storage objects
back to the server it loses all the "api only" data including the udev
data that is needed to display the size.

In some sense this is a bit silly, we could just drop the log statement
and it would be fine but I think it's probably better to always have the
full storage objects in the server (until we can get away from this
hackish API anyway).
2023-09-15 13:28:20 +12:00
..
tests mirror: do not let curtin decide the URL of the security archive 2023-09-08 10:25:02 +02:00
__init__.py move to a unified model instance 2017-11-16 12:48:20 +13:00
ad.py format with black + isort 2023-07-25 15:27:42 -06:00
codecs.py format with black + isort 2023-07-25 15:27:42 -06:00
drivers.py format with black + isort 2023-07-25 15:27:42 -06:00
filesystem.py include api-only data when sending storage objects from client to server 2023-09-15 13:28:20 +12:00
identity.py format with black + isort 2023-07-25 15:27:42 -06:00
integrity.py integrity: add md5 check integration 2022-12-06 14:08:51 -07:00
kernel.py format with black + isort 2023-07-25 15:27:42 -06:00
keyboard.py call setupcon directly in keyboard controller 2023-08-02 22:12:18 +12:00
locale.py format with black + isort 2023-07-25 15:27:42 -06:00
mirror.py mirror: do not let curtin decide the URL of the security archive 2023-09-08 10:25:02 +02:00
network.py one-off format of long lines with black 2023-07-25 15:27:49 -06:00
oem.py format with black + isort 2023-07-25 15:27:42 -06:00
proxy.py one-off format of long lines with black 2023-07-25 15:27:49 -06:00
snaplist.py format with black + isort 2023-07-25 15:27:42 -06:00
source.py format with black + isort 2023-07-25 15:27:42 -06:00
ssh.py format with black + isort 2023-07-25 15:27:42 -06:00
subiquity.py filesystem: store the root directory in the filesystem model 2023-08-30 16:45:42 +02:00
timezone.py format with black + isort 2023-07-25 15:27:42 -06:00
ubuntu_pro.py format with black + isort 2023-07-25 15:27:42 -06:00
updates.py format with black + isort 2023-07-25 15:27:42 -06:00