In Cloud9 CLM changes were implemented in the configuration process to
validate that the proposed model didn't try to assign more than one
untagged VLAN to a given network interface. However the dynamically
generated input model for the mid-scale-kvm scenario violates this
requirement, as there exist 3 untagged VLANs (CONF, MANAGEMENT,
TENANT-VLAN) and thus fails the configuration process check.
This patch addresses the problem by merging the CONF and MANAGEMENT
networks together so that there are only 2 untagged VLANs, one for
each network interface.
In Cloud9 CLM changes were implemented in the configuration process to validate that the proposed model didn't try to assign more than one untagged VLAN to a given network interface. However the dynamically generated input model for the mid-scale-kvm scenario violates this requirement, as there exist 3 untagged VLANs (CONF, MANAGEMENT, TENANT-VLAN) and thus fails the configuration process check.
This patch addresses the problem by merging the CONF and MANAGEMENT networks together so that there are only 2 untagged VLANs, one for each network interface.