mirror of
https://github.com/puppetlabs/vmpooler-provider-gce.git
synced 2026-01-26 11:28:41 -05:00
code review fixes
This commit is contained in:
parent
a4c730df7b
commit
0beec3d8e9
4 changed files with 6 additions and 34 deletions
|
|
@ -198,7 +198,7 @@ module Vmpooler
|
|||
network_interfaces: [network_interfaces],
|
||||
labels: { 'vm' => new_vmname, 'pool' => pool_name, project => nil }
|
||||
)
|
||||
# TODO: Maybe this will be needed to set the hostname (usually internal DNS name but in opur case for some reason its nil)
|
||||
# TODO: Maybe this will be needed to set the hostname (usually internal DNS name but in our case for some reason its nil)
|
||||
# given_hostname = "#{new_vmname}.#{dns_zone}"
|
||||
# client.hostname = given_hostname if given_hostname
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue