cloud init network_data link type :other

 

 

 

 

 

 

 

 

 

cloudinit/sources/helpers/openstack.py


        else:
            if link['type'] not in KNOWN_PHYSICAL_TYPES:
                LOG.warning('Unknown network_data link type (%s); treating as'
                            ' physical', link['type'])
            cfg.update({'type': 'physical', 'mac_address': link_mac_addr})

        config.append(cfg)
        link_id_info[curinfo['id']] = curinfo

 

 

/usr/lib/python3/dist-packages/cloudinit/sources/helpers# ls
azure.py  digitalocean.py  hetzner.py  __init__.py  openstack.py  __pycache__  vmware

 

 

posted on 2020-09-09 15:19  tycoon3  阅读(262)  评论(0)    收藏  举报

导航