Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
provider/vsphere: implement Instance.Status #7197
Conversation
| @@ -45,7 +45,7 @@ func (s *environAvailzonesSuite) TestInstanceAvailabilityZoneNames(c *gc.C) { | ||
| c.Assert(err, jc.ErrorIsNil) | ||
| vmName, err := namespace.Hostname("1") | ||
| c.Assert(err, jc.ErrorIsNil) | ||
| - s.FakeInstancesWithResourcePool(client, vsphere.InstRp{Inst: vmName, Rp: "rp1"}) |
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
jujubot
merged commit 7b6c96a
into
juju:develop
Apr 10, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
axw commentedApr 4, 2017
Description of change
Implement Instance.Status properly, in terms of the
VM power state. The status is "running" if the machine
is powered on. This change is required for model
migration to work with vsphere.
QA steps
the machine status should be "running", with a message of "poweredOn"
Documentation changes
No.
Bug reference
https://bugs.launchpad.net/juju/+bug/1679563