Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SLA owner. #11

Merged
merged 1 commit into from Apr 6, 2017
Merged

Add SLA owner. #11

merged 1 commit into from Apr 6, 2017

Conversation

cmars
Copy link
Contributor

@cmars cmars commented Apr 5, 2017

Supporting juju/juju#7202.

@@ -1127,6 +1128,7 @@ func modelV2Fields() (schema.Fields, schema.Defaults) {
fields["sla"] = schema.FieldMap(
schema.Fields{
"level": schema.String(),
"owner": schema.String(),
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doesn't this mean that you need to introduce a new version of the model struct? (v3 by the looks)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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?

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As per IRC, this should be ok.

@cmars
Copy link
Contributor Author

cmars commented Apr 6, 2017

$$merge$$

@cmars 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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants