You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.
Currently we have the following method for creating FQDN from the IP.
defget_FQDN_from_IP(ip):
# If we want to support old version of OpenStack, we have to update this function and# solve it via servicemanreturn"ci-vm-{0}-{1}-{2}-{3}.hosted.upshift.rdu2.redhat.com".format(*ip.split("."))
I really think that there should be any other way doing this.
I am thinking of config file containing some entry like:
Currently we have the following method for creating FQDN from the IP.
I really think that there should be any other way doing this.
I am thinking of config file containing some entry like:
The text was updated successfully, but these errors were encountered: