Description of problem: cloudInitConfigDrive yaml contains cloudInitNoCloud content Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. Create VM from Catalog 2. Customize Virtual Machine 3. Review and create VirtualMachine -> Scripts -> Cloud-init -> Edit -> Add network data and fill in some values Actual results: - cloudInitConfigDrive: networkData: | network: version: '1' config: - type: physical name: eth0 subnets: - type: static address: - 10.0.2.2 gateway: 10.0.2.1 Expected results: something like - cloudInitNoCloud: networkData: | network: version: 1 config: - type: physical name: eth0 subnets: - type: static address: 10.0.2.2 gateway: 10.0.2.1 or maybe cloudInitConfigDrive network_data.json in userdata Additional info: Is the cloud-init network config