Not able to launch VMs with contrail 3.2.3.2 b6 centos Mitaka - Issue due to libvirt version change in CentOS , workaround available
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Juniper Openstack | ||||||
R3.2 |
Won't Fix
|
High
|
Hari Prasad Killi |
Bug Description
Setup:
contrail version: 3.2.3.2 b6 centos Mitaka
Feature enabled:
1) SSL
2) RBAC
3) Keystone v3
Seeing the following error (/var/log/
2017-07-24 16:14:11.303 4194 ERROR nova.compute.
2017-07-24 16:14:11.303 4194 ERROR nova.compute.
2017-07-24 16:14:11.303 4194 ERROR nova.compute.
2017-07-24 16:14:11.303 4194 ERROR nova.compute.
2017-07-24 16:14:11.303 4194 ERROR nova.compute.
2017-07-24 16:14:11.303 4194 ERROR nova.compute.
2017-07-24 16:14:11.303 4194 ERROR nova.compute.
2017-07-24 16:14:11.303 4194 ERROR nova.compute.
2017-07-24 16:14:11.303 4194 ERROR nova.compute.
2017-07-24 16:14:11.303 4194 ERROR nova.compute.
2017-07-24 16:14:11.303 4194 ERROR nova.compute.
2017-07-24 16:14:11.303 4194 ERROR nova.compute.
2017-07-24 16:14:11.303 4194 ERROR nova.compute.
2017-07-24 16:14:11.303 4194 ERROR nova.compute.
2017-07-24 16:14:11.303 4194 ERROR nova.compute.
2017-07-24 16:14:11.303 4194 ERROR nova.compute.
2017-07-24 16:14:11.303 4194 ERROR nova.compute.
2017-07-24 16:14:11.303 4194 ERROR nova.compute.
2017-07-24 16:14:11.303 4194 ERROR nova.compute.
2017-07-24 16:14:11.303 4194 ERROR nova.compute.
2017-07-24 16:14:11.303 4194 ERROR nova.compute.
2017-07-24 16:14:11.303 4194 ERROR nova.compute.
2017-07-24 16:14:11.303 4194 ERROR nova.compute.
2017-07-24 16:14:11.303 4194 ERROR nova.compute.
2017-07-24 16:14:11.303 4194 ERROR nova.compute.
Seems like there is an issue with the latest libvirt version where it doesn’t take empty parameters.
Workaround:
1) Go to compute node:
- Changed "conf.script = “” to conf.script = None (line 61) in /usr/lib/
- service libvirtd restart
- service openstack-
2) Everything should work fine
[root@contrail-
Compiled against library: libvirt 2.0.0
Using library: libvirt 2.0.0
Using API: QEMU 2.0.0
Running hypervisor: QEMU 1.5.3
Please let me know if you need anything else
summary: |
- Not able to launch VMs with contrail 3.2.3.2 b6 centos Mitaka - + Not able to launch VMs with contrail 3.2.3.2 b6 centos Mitaka - Issue + due to libvirt version change in CentOS , workaround available |
Changed in juniperopenstack: | |
assignee: | Sachin Bansal (sbansal) → Hari Prasad Killi (haripk) |
Changed in juniperopenstack: | |
milestone: | r3.2.3.3 → none |
tags: | added: releasenote |
information type: | Proprietary → Public |
description: | updated |
no longer affects: | juniperopenstack |
Needs https:/ /github. com/openstack/ nova/commit/ a41d265a19b7bcb 1af8fc179bf864e 00023c6cc6 from upstream, this seems to be fixed in Newton and Ocata. As this depends on other changes, we may have to wait for a sync.
Also need to decide if this fix has to be put in Mitaka.