Merge branch 'strip_server_address' into qa
This commit is contained in:
commit
483329139b
@ -139,9 +139,9 @@ module Devops
|
|||||||
:provider_account => @server.provider_account,
|
:provider_account => @server.provider_account,
|
||||||
:devops_host => `hostname`.strip
|
:devops_host => `hostname`.strip
|
||||||
}
|
}
|
||||||
ip = @server.private_ip
|
ip = @server.private_ip.strip
|
||||||
unless @server.public_ip.nil?
|
unless @server.public_ip.nil?
|
||||||
ip = @server.public_ip
|
ip = @server.public_ip.strip
|
||||||
@out << "\nPublic IP is present\n"
|
@out << "\nPublic IP is present\n"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user