Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Make storage "owner" and "attachments" optional #2
Conversation
| c.Assert(err, jc.ErrorIsNil) | ||
| - c.Assert(source, jc.DeepEquals, testStorageMap()) | ||
| + c.Assert(string(out), jc.YAMLEquals, testStorage) |
|
$$merge$$ |
howbazaar
merged commit bbbc7aa
into
juju:master
Mar 2, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
axw commentedMar 2, 2017
Bump the schema version of storages to 2, and
make the owner and attachments fields of storage
optional. This is to support persistent storage
changes.