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: Added AllNetworkAddresses() and NetworkAddress() helpers #6467
Conversation
and others
added some commits
Oct 18, 2016
dimitern
referenced this pull request
Oct 18, 2016
Merged
api;apiserver: AllAddresses() added to SSHClient facade (v2) #6468
|
Unrelated build failure .. again |
|
!!build!! |
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
jujubot
merged commit a438a10
into
juju:develop
Oct 18, 2016
1 check failed
github-check-merge-juju
Built PR, ran unit tests, and tested LXD deploy.
Details
dimitern
deleted the
dimitern:state-network-addresses
branch
Oct 18, 2016
added a commit
that referenced
this pull request
Oct 19, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
dimitern commentedOct 18, 2016
Machine.AllNetworkAddresses() method added, which is a simple
wrapper around the existing Machine.AllAddresses() method, but
returns a network.Address slice, more suitable for use across
the state package boundary. A related helper method added on
Address as well - NetworkAddress().
QA Steps (only unit tests):
go test -check.v -check.f ipAddresses -coverin thestate/ package directory.
before and after this fix.
Prerequisite to fix bug http://pad.lv/1616098.