Comment 5 for bug 1599640

Revision history for this message
Ashley Lai (alai) wrote :

Bilal and I spent a bit of time to debug this and found that the plumgrid services did not start and therefore the license could not get installed. After started the services and updated the license, we were able to create the network. Below is the debug log:

juju log: http://paste.ubuntu.com/18769850/

ubuntu@hayward-42:~$ ifconfig br-eth0:1
br-eth0:1 Link encap:Ethernet HWaddr 00:22:99:e0:03:47
         UP BROADCAST RUNNING MULTICAST MTU:1580 Metric:1

ubuntu@hayward-42:~$ cat /var/run/plumgrid/lxc/ifc_list_gateway
cat: /var/run/plumgrid/lxc/ifc_list_gateway: No such file or directory
ubuntu@hayward-42:~$ ls /var/run/plumgrid/lxc
ubuntu@hayward-42:~$ sudo su
root@hayward-42:/home/ubuntu# ls /var/run/plumgrid/lxc
root@hayward-42:/home/ubuntu# ps aux | grep launch
root 10149 0.0 0.0 10460 932 pts/7 S+ 07:46 0:00 grep --color=auto launch
root@hayward-42:/home/ubuntu#

# virsh -c lxc: list --all
Id Name State
----------------------------------------------------
1977 plumgrid running

root@hayward-42:/var/log/juju# uname -a
Linux hayward-42 3.13.0-91-generic #138-Ubuntu SMP Fri Jun 24 17:00:34 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
root@hayward-42:/var/log/juju# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.4 LTS
Release: 14.04
Codename: trusty

root@hayward-42:/var/log/juju# dpkg -l | grep libvirt
ii libvirt-bin 1.2.2-0ubuntu13.1.17 amd64 programs for the libvirt library
ii libvirt0 1.2.2-0ubuntu13.1.17 amd64 library for interfacing with different virtualization systems
root@hayward-42:/var/log/juju#

$ neutron net-create ashley
500-{u'NeutronError': {u'message': u'PLUMgrid Plugin Error: PLUMgrid Platform REST Error = "Internal error (/connectivity/domain): Unknown license item name VND"', u'type': u'PLUMgridException', u'detail': u''}}