* ecsantos: hi, **how to configure network settings in clouds.yaml and nodepool to have it request a floating ip**. due to ssh connect to private ip should fail. I boot instance manually with in-net and attach float-ip,then ssh float-ip on nodepool host would success. **does openstack have settings to assign float-ip automaticlly?** my cloud.yaml like follow. thanks. ``` clouds: packstack: auth: auth_url: http://172.0.37.47:5000/v3 password: 4f34252f23084dfc project_domain_name: Default project_name: admin user_domain_name: Default username: admin identity_api_version: '3' region_name: RegionOne volume_api_version: '3' ```