state: Create IAASModel from Model #7762

Merged
merged 1 commit into from Aug 21, 2017

Conversation

Projects
None yet
4 participants
Contributor

mjs commented Aug 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.

state: Create IAASModel from Model
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.
Contributor

mjs commented Aug 21, 2017

$$merge$$

Owner

Veebers commented Aug 21, 2017

$$merge$$

Contributor

jujubot commented Aug 21, 2017

Status: merge request accepted. Url: http://ci.jujucharms.com/job/github-merge-juju

@jujubot jujubot merged commit 9759d91 into juju:develop Aug 21, 2017

@mjs 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