Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

fix openFirewallPorts to build the network name with the same format … #4724

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

perryao
Copy link

@perryao perryao commented Jun 17, 2019

…used in createInstance, allowing the user to pass a fully-qualified url for network and subnetwork resources

Description

#4335 added support for fully qualified network and subnetwork names in the google driver. This pr builds on that to fix the formatting of the network name in the openFirewallPorts method.

Currently, the driver will append the fully qualified network name to the globalUrl instead of taking it as-is.

Related issue(s)

@GordonTheTurtle
Copy link

Please sign your commits following these rules:
https://github.com/moby/moby/blob/master/CONTRIBUTING.md#sign-your-work
The easiest way to do this is to amend the last commit:

$ git clone -b "master" git@github.com:perryao/machine.git somewhere
$ cd somewhere
$ git commit --amend -s --no-edit
$ git push -f

Amending updates the existing PR. You DO NOT need to open a new one.

…used in createInstance, allowing the user to pass a fully-qualified url for network and subnetwork resources

Signed-off-by: Mike Perry <mike@mikeperry.io>
@jvitor03
Copy link

This PR will be merged?

@mateuszm123111
Copy link

Can we get this? Is anyone yet support docker machine project? I do not think so :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
4 participants