Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
api/modelmanager: introduce DestroyModels #5991
Conversation
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
jujubot
merged commit af283f4
into
juju:master
Aug 15, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
axw commentedAug 15, 2016
•
Edited 1 time
-
ericsnowcurrently
Aug 15, 2016
Introduce a new API method, DestroyModels, which
supersedes DestroyModel. The new method takes a
set of model tags, and returns a set of error
results. The old method will be dropped once the
GUI and other clients are updated.
(Review request: http://reviews.vapour.ws/r/5431/)