Merge pull request #3366 from codyrancher/use-private-ip

Preserve state of 'Use Private IP To Connect'
This commit is contained in:
Vincent Fiduccia 2019-09-18 17:08:45 -07:00 committed by GitHub
commit 51161c38cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -91,8 +91,6 @@ export default Component.extend(NodeDriver, {
if (get(this, 'publicIpChoices').findBy('value', publicIpChoice).name === 'None') {
set(this, 'config.usePrivateIp', true);
} else {
set(this, 'config.usePrivateIp', false);
}
}),