Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Add SLA owner. #11
Conversation
| @@ -1127,6 +1128,7 @@ func modelV2Fields() (schema.Fields, schema.Defaults) { | ||
| fields["sla"] = schema.FieldMap( | ||
| schema.Fields{ | ||
| "level": schema.String(), | ||
| + "owner": schema.String(), |
mjs
Apr 6, 2017
Doesn't this mean that you need to introduce a new version of the model struct? (v3 by the looks)
cmars
Apr 6, 2017
Owner
I can add a v3 if its required, but SLAs are new in Juju 2.2 and this feature is not in production yet. Do we really need to support migration of a 2.2 feature across betas?
|
$$merge$$ |
cmars
merged commit 50b9bb7
into
juju:master
Apr 6, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cmars commentedApr 5, 2017
Supporting juju/juju#7202.