Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
state: Create IAASModel from Model #7762
Conversation
|
$$merge$$ |
|
$$merge$$ |
|
Status: merge request accepted. Url: http://ci.jujucharms.com/job/github-merge-juju |
jujubot
merged commit 9759d91
into
juju:develop
Aug 21, 2017
mjs
deleted the
mjs:IAASModel-creation
branch
Aug 21, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mjs commentedAug 21, 2017
Description of change
The preferred way of creating an IAASModel is now from a Model rather
than State. State.IAASModel() will eventually go away.
IAASModel now embeds a Model so that all generic model functionality
as well as IAAS specific functionality is available through the one
type.
QA steps
This is a relatively safe change. Simple bootstrap, deploy, destroy.
Documentation changes
N.A.
Bug reference
N.A.