Description of problem: When provisioning through Azure portal an option to not have a public IP address is there and we would expect the same behavior through the CloudForms portal. If this is not available automatically is there a miq_provision.set_option available that we can use to set this? Version-Release number of selected component (if applicable): 5.8.1 How reproducible: Always Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: Looks like it isnt required: https://github.com/ManageIQ/manageiq-providers-azure/blob/master/content/miq_dialogs/miq_provision_azure_dialogs_template.yaml#L184 [1] Do you know if its a required field in the UI? As shown in the link above that we can change the dialogs to true or false. If seems if you dont select a floating IP in the dialogs, we create one called <vm-name-PublicIp>
Bronagh - Please review. Let me know if we need to discuss the "set_option" comment. Thanks.