There isn't any interface in VM. VM interface doesn't assign in VLAN.
Hello,
I installed openstack juno on separate server ( keystone, neutron, nova, mysql, rabbit, glance) and compute node with windows. I want use hypervisor hyper-v. I installed your solution for juno release.
I can run VM from console, VM is running, it is working, but there is not any network interface in VM. As I now, hyper-v supported only VLAN network for openstack, so my configuration file for neutron is:
cat ml2conf.ini |grep -v "^#" |grep -xv "" [ml2] typedrivers = local,flat,vlan tenantnetworktypes = vlan mechanismdrivers = openvswitch tenantnetworktypes = vlan mechanismdrivers = openvswitch, hyperv [ml2typeflat] flatnetworks = external [ml2typevlan] networkvlanranges = physnet1:1000:2999,physnet2 [ml2typegre] tunnelidranges = 1:1000 [ml2typevxlan] [securitygroup] enablesecuritygroup = True enableipset = True firewalldriver = neutron.agent.linux.iptablesfirewall.OVSHybridIptablesFirewallDriver [ovs] localip = $localip enabletunneling = True bridgemappings = external:br-ex [agent] tunnel_types = vlan
threre is conf on compute node:
[DEFAULT] verbose=true controlexchange=neutron policyfile=C:\Program Files (x86)\Cloudbase Solutions\OpenStack\Nova\etc\policy.json rpcbackend=neutron.openstack.common.rpc.implkombu rabbithost=$rabbithost rabbitport=5672 rabbituserid=guestn rabbitpassword=EIhUEUiq#who logdir=D:\OpenStack\Log\ logfile=neutron-hyperv-agent.log [AGENT] pollinginterval=2 physicalnetworkvswitchmappings=*:Intel(R) I350 Gigabit Network Connection - Virtual Switch enablemetricscollection=false [SECURITYGROUP] firewalldriver=neutron.plugins.hyperv.agent.securitygroupsdriver.HyperVSecurityGroupsDriver enablesecuritygroup=false
Neutron agent is connected to neutron server, and it works.
But, when I create VM, its network interface doesn't assigned in VLAN
Get-VMNetworkAdapterVlan
VMName VMNetworkAdapterName Mode VlanList instance-00000010 ef839214-0944-4f6c-b6b0-50f143efa1a5 Untagged
And virtual machine doesn't have any network interface. I tryied cirros, fedora and windows server r2.
What is wrong? How to fix network problems?