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
bdm: store empty object as connection_info by default
There are several code paths which expect connection_info to be
a valid JSON object. However, if we don't find a value, we are
setting it to an initial value of 'None' which evenutally gets
converted to 'null' as JSON and stored in the database.
This patch sets the default value to {} so that any new block
device mappings have an empty object, rather than NULL.
Closes-Bug: #1821244
Change-Id: I15a7c13edf78884ec223fd531a78a341106b41b8
0 commit comments