mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-02 03:56:07 -04:00
Remove PublicIP from QEMU metadata (#396)
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
6d2ec109d0
commit
55cfff034a
15 changed files with 63 additions and 711 deletions
|
@ -314,9 +314,6 @@ func (c *JoinClient) getNodeMetadata() error {
|
|||
if inst.VPCIP != "" {
|
||||
ips = append(ips, net.ParseIP(inst.VPCIP))
|
||||
}
|
||||
if inst.PublicIP != "" {
|
||||
ips = append(ips, net.ParseIP(inst.PublicIP))
|
||||
}
|
||||
|
||||
c.nodeName = inst.Name
|
||||
c.role = inst.Role
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue