Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Update govmomi, vsphere provider internals #7855
Conversation
axw
referenced this pull request
Sep 14, 2017
Merged
provider/vsphere: cache VMDKs in datastore #7856
| @@ -585,7 +587,8 @@ func (u *statusUpdater) loop(abort <-chan struct{}) error { | ||
| } | ||
| type leaseUpdaterContext struct { | ||
| - lease *object.HttpNfcLease | ||
| + //lease *object.HttpNfcLease |
|
$$merge$$ |
|
Status: merge request accepted. Url: http://ci.jujucharms.com/job/github-merge-juju |
jujubot
merged commit c4fe14e
into
juju:develop
Sep 15, 2017
1 check passed
continuous-integration/jenkins/pr-merge
This commit looks good
Details
added a commit
that referenced
this pull request
Sep 15, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
axw commentedSep 14, 2017
Description of change
Update to the latest vmware/govmomi, which
has a few signature changes, e.g. updating
to use the standard "context" package. We
also update some existing internals and
introduce new vsphereclient Client methods
for use in an upcoming PR.
QA steps
(ensure machines are created successfully)
Documentation changes
None.
Bug reference
None.