Closed stamak closed 6 years ago
@gtmanfred fyi.
ZD-2354
Looking at this closer it does look like no public information in passed back. however when querying the profile later with salt-cloud -Q
it does show the public ip and floating ip.
My guess is that we just aren't getting the full information from the library, it should probably be fixed upstream, where we just ask it for a full query of the server before returning, instead of just returning the dict that is already available while attaching the floating ip.
This should be fixed by #46912
@gtmanfred thx, your patch fixes this problem
Description of Issue/Question
salt-cloud does not reports neither public_ips nor floating_ips
but floating IP (
207.*.*.80
) has been assigned, and used for deployment salt-minion what is shown in debug messages:Steps to Reproduce Issue
Provider config
VM has been deployed with command:
salt-cloud -p os-ubuntu1604-m1-medium oxygen-ubuntu2 -y -l debug --out=json --out-file=no_public_ips
Versions Report
(Provided by running
salt --versions-report
. Please also mention any differences in master/minion versions.)