You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if i read the documentation correctly, the create() methods for client.storage_pool and client.containers are consistent with the "preseed" format, that is you can put everything inside a "config" dictionary (which is how the rest api works)
but the create() methods for client.networks and client.profiles require that we "explode" the preseed format into its components (name, config, devices, etc.)
why is that ?
The text was updated successfully, but these errors were encountered:
if i read the documentation correctly, the create() methods for client.storage_pool and client.containers are consistent with the "preseed" format, that is you can put everything inside a "config" dictionary (which is how the rest api works)
but the create() methods for client.networks and client.profiles require that we "explode" the preseed format into its components (name, config, devices, etc.)
why is that ?
The text was updated successfully, but these errors were encountered: