First time here? Check out the FAQ!
2019-12-20 00:23:40 -0600 | received badge | ● Enthusiast |
2019-12-16 19:25:44 -0600 | received badge | ● Famous Question (source) |
2019-12-16 08:07:00 -0600 | commented question | InternalError: Failure running os_vif plugin plug method: No VIF plugin was found with the name ovs thank you, but the issue still exists after change local.conf. |
2019-12-16 00:16:53 -0600 | answered a question | InternalError: Failure running os_vif plugin plug method: No VIF plugin was found with the name ovs this is my local.conf. [[local|localrc]] ADMIN_PASSWORD=password SERVICE_TOKEN=$ADMIN_PASSWORD DATABASE_PASSWORD=$ADMIN_PASSWORD RABBIT_PASSWORD=$ADMIN_PASSWORD SERVICE_PASSWORD=$ADMIN_PASSWORD HOST_IP=10.10.20.123 SERVICE_HOST=10.10.20.123 MYSQL_HOST=10.10.20.123 RABBIT_HOST=10.10.20.123 GLANCE_HOSTPORT=10.10.20.123:9292 use TryStack git mirrorGIT_BASE=http://git.trystack.cn NOVNC_REPO=http://git.trystack.cn/kanaka/noVNC.git SPICE_REPO=http://git.trystack.cn/git/spice/spice-html5.git OFFLINE=trueRECLONE=True HORIZON_BRANCH=stable/stein KEYSTONE_BRANCH=stable/stein NOVA_BRANCH=stable/stein NEUTRON_BRANCH=stable/stein GLANCE_BRANCH=stable/stein CINDER_BRANCH=stable/stein Q_USE_SECGROUP=True FLOATING_RANGE="10.10.20.0/24" IPV4_ADDRS_SAFE_TO_USE="10.0.0.0/22" Q_FLOATING_ALLOCATION_POOL=start=10.10.20.250,end=10.10.20.254 PUBLIC_NETWORK_GATEWAY="10.10.20.1" PUBLIC_INTERFACE=em2 Open vSwitch provider networking configurationQ_USE_PROVIDERNET_FOR_PUBLIC=True OVS_PHYSICAL_BRIDGE=br-ex PUBLIC_BRIDGE=br-ex OVS_BRIDGE_MAPPINGS=public:br-ex |
2019-12-15 23:17:32 -0600 | received badge | ● Notable Question (source) |
2019-12-15 22:24:19 -0600 | received badge | ● Popular Question (source) |
2019-12-15 20:43:02 -0600 | commented question | InternalError: Failure running os_vif plugin plug method: No VIF plugin was found with the name ovs devstack deploy base on https://docs.openstack.org/devstack/latest/guides/neutron.html%EF%BC%8CI've (https://docs.openstack.org/devstack/l...) tried many times, the error is repeated. |
2019-12-13 08:26:55 -0600 | asked a question | InternalError: Failure running os_vif plugin plug method: No VIF plugin was found with the name ovs devstack stein with ovs create instence error Failed to build and run instance: InternalError: Failure runn InternalError: Failure running os_vif plugin plug method: No VIF plugin was found with the name ovs Log: local.conf (more) |
2019-12-13 08:26:55 -0600 | asked a question | deploy devstack stein and create instance error InternalError: Failure running os_vif plugin plug method: No VIF plugin was found with the name ovs |
2019-12-13 08:26:55 -0600 | asked a question | deploy devstack stein and creare instence error ERROR nova.compute.manager [instance: 4b11ec1f-006f-451c-98d3-112da38f84e2] Traceback (most recent call last): Dec 13 19:36:29 localhost.localdomain nova-compute[25057]: ERROR nova.compute.manager [instance: 4b11ec1f-006f-451c-98d3-112da38f84e2] File "/opt/stack/nova/nova/compute/manager.py", line 2353, in _build_and_run_instance Dec 13 19:36:29 localhost.localdomain nova-compute[25057]: ERROR nova.compute.manager [instance: 4b11ec1f-006f-451c-98d3-112da38f84e2] block_device_info=block_device_info) Dec 13 19:36:29 localhost.localdomain nova-compute[25057]: ERROR nova.compute.manager [instance: 4b11ec1f-006f-451c-98d3-112da38f84e2] File "/opt/stack/nova/nova/virt/libvirt/driver.py", line 3204, in spawn Dec 13 19:36:29 localhost.localdomain nova-compute[25057]: ERROR nova.compute.manager [instance: 4b11ec1f-006f-451c-98d3-112da38f84e2] destroy_disks_on_failure=True) Dec 13 19:36:29 localhost.localdomain nova-compute[25057]: ERROR nova.compute.manager [instance: 4b11ec1f-006f-451c-98d3-112da38f84e2] File "/opt/stack/nova/nova/virt/libvirt/driver.py", line 5724, in _create_domain_and_network Dec 13 19:36:29 localhost.localdomain nova-compute[25057]: ERROR nova.compute.manager [instance: 4b11ec1f-006f-451c-98d3-112da38f84e2] destroy_disks_on_failure) Dec 13 19:36:29 localhost.localdomain nova-compute[25057]: ERROR nova.compute.manager [instance: 4b11ec1f-006f-451c-98d3-112da38f84e2] File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 220, in __exit__ Dec 13 19:36:29 localhost.localdomain nova-compute[25057]: ERROR nova.compute.manager [instance: 4b11ec1f-006f-451c-98d3-112da38f84e2] self.force_reraise() Dec 13 19:36:29 localhost.localdomain nova-compute[25057]: ERROR nova.compute.manager [instance: 4b11ec1f-006f-451c-98d3-112da38f84e2] File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 196, in force_reraise Dec 13 19:36:29 localhost.localdomain nova-compute[25057]: ERROR nova.compute.manager [instance: 4b11ec1f-006f-451c-98d3-112da38f84e2] six.reraise(self.type_, self.value, self.tb) Dec 13 19:36:29 localhost.localdomain nova-compute[25057]: ERROR nova.compute.manager [instance: 4b11ec1f-006f-451c-98d3-112da38f84e2] File "/opt/stack/nova/nova/virt/libvirt/driver.py", line 5683, in _create_domain_and_network Dec 13 19:36:29 localhost.localdomain nova-compute[25057]: ERROR nova.compute.manager [instance: 4b11ec1f-006f-451c-98d3-112da38f84e2] self.plug_vifs(instance, network_info) Dec 13 19:36:29 localhost.localdomain nova-compute[25057]: ERROR nova.compute.manager [instance: 4b11ec1f-006f-451c-98d3-112da38f84e2] File "/opt/stack/nova/nova/virt/libvirt/driver.py", line 879, in plug_vifs Dec 13 19:36:29 localhost.localdomain nova-compute[25057]: ERROR nova.compute.manager [instance: 4b11ec1f-006f-451c-98d3-112da38f84e2] self.vif_driver.plug(instance, vif) Dec 13 19:36:29 localhost.localdomain nova-compute[25057]: ERROR nova.compute.manager [instance: 4b11ec1f-006f-451c-98d3-112da38f84e2] File "/opt/stack/nova/nova/virt/libvirt/vif.py", line 734, in plug Dec 13 19:36:29 localhost.localdomain nova-compute[25057]: ERROR nova.compute.manager [instance: 4b11ec1f-006f-451c-98d3-112da38f84e2] self._plug_os_vif(instance, vif_obj) Dec 13 19:36:29 localhost.localdomain nova-compute[25057]: ERROR nova.compute.manager [instance: 4b11ec1f-006f-451c-98d3-112da38f84e2] File "/opt/stack/nova/nova/virt/libvirt/vif.py", line 714, in _plug_os_vif Dec 13 19:36:29 localhost.localdomain nova-compute[25057]: ERROR nova.compute.manager [instance: 4b11ec1f-006f-451c-98d3-112da38f84e2] raise exception.InternalError(msg) Dec 13 19:36:29 localhost.localdomain nova-compute[25057]: ERROR nova.compute.manager [instance: 4b11ec1f-006f-451c-98d3-112da38f84e2] InternalError: Failure running os_vif plugin plug method: No VIF plugin was found with the name ovs |