Created attachment 1238916[details]
Logs
Description of problem:
vlan_123_audit
vlan_456_prod_middletier_172.16.33/24
When attempting to provision to a VLAN with a '/' in the name, the automation method prov.set_customization_spec(spec, true) sets the prov.options[:vlan] to [nil, nil]. This results in the provision failing to be placed because it can not find a host with the VLAN 'nil'.
Version-Release number of selected component (if applicable):
5.6.2.2-20161017185613_7cee0a0
How reproducible:
Steps to Reproduce:
1.
2.
3.
Actual results:
Expected results:
Additional info:
Created attachment 1238916 [details] Logs Description of problem: vlan_123_audit vlan_456_prod_middletier_172.16.33/24 When attempting to provision to a VLAN with a '/' in the name, the automation method prov.set_customization_spec(spec, true) sets the prov.options[:vlan] to [nil, nil]. This results in the provision failing to be placed because it can not find a host with the VLAN 'nil'. Version-Release number of selected component (if applicable): 5.6.2.2-20161017185613_7cee0a0 How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: