Hi Ryu, Wanted to point out a small change required in the 802.1Qbh template, it should be: <interface type='direct'> <mac address='${nic.mac_address}'/> <source dev='${nic.device_name}' mode='private'/> <virtualport type='802.1Qbh'> <parameters profileid='${nic.profile_name}'/> </virtualport> <model type='virtio'/> </interface> Notice that the place holders should have a "'" around them, which is missing in the current template.
I can make this change and checkin, or else if it's more convenient, you can do it as well. Thanks, ~Sumit. -- Mailing list: https://launchpad.net/~netstack Post to : netstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~netstack More help : https://help.launchpad.net/ListHelp