Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
migration: Don't create invalid relation scopes for subordinates on import #7840
Conversation
|
$$merge$$ |
|
Status: merge request accepted. Url: http://ci.jujucharms.com/job/github-merge-juju |
jujubot
merged commit 7b8ad51
into
juju:2.2
Sep 11, 2017
1 check passed
continuous-integration/jenkins/pr-merge
This commit looks good
Details
babbageclunk
deleted the
babbageclunk:subordinates-import
branch
Sep 11, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
babbageclunk commentedSep 8, 2017
Description of change
Importing a model that had correct relation scopes for a subordinate with two principals would create invalid relaton scopes, which would cause problems if/when relations were removed after the import. (See bug below for more detail of problems.)
QA steps
Bug reference
Fixes https://bugs.launchpad.net/juju/+bug/1715794