Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Handle the case where remove-offer gets a bogus offer #8054
Conversation
|
$$merge$$ |
|
Status: merge request accepted. Url: http://ci.jujucharms.com/job/github-merge-juju |
jujubot
merged commit e488d78
into
juju:develop
Nov 13, 2017
1 check passed
continuous-integration/jenkins/pr-merge
This commit looks good
Details
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
wallyworld commentedNov 13, 2017
Description of change
When removing an offer what was properly formed but the model didn't exist, we were not catching that error. This fixes that.
QA steps
bootstrap
$ juju remove-offer bogusmode/someoffer
ERROR model "admin/bogusmodel" not found
Bug reference
https://bugs.launchpad.net/juju/+bug/1731812