[Bug 1521319] Re: nova hypervisor hostname registration is not fqdn when virt-type=lxd

Ryan Beisner 1521319 at bugs.launchpad.net
Fri Apr 7 14:50:02 UTC 2017


xenial-ocata

(serverstack-venv) ubuntu at churel:~/serverstack8/admin/tenant$ openstack hypervisor list
+----+----------------------+-----------------+---------------+-------+
| ID | Hypervisor Hostname  | Hypervisor Type | Host IP       | State |
+----+----------------------+-----------------+---------------+-------+
|  1 | mutus.serverstack    | QEMU            | 10.100.100.5  | up    |
|  4 | clerke.serverstack   | QEMU            | 10.100.100.8  | up    |
|  7 | flemming.serverstack | QEMU            | 10.100.100.7  | up    |
| 10 | ciguapa.serverstack  | QEMU            | 10.100.100.11 | up    |
| 13 | chakora.serverstack  | QEMU            | 10.100.100.9  | up    |
| 16 | canaima              | lxd             | 10.100.100.6  | up    |
| 19 | cuegle.serverstack   | QEMU            | 10.100.100.10 | up    |
| 22 | caipora.serverstack  | QEMU            | 10.100.100.4  | up    |
+----+----------------------+-----------------+---------------+-------+

-- 
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to nova-lxd in Ubuntu.
https://bugs.launchpad.net/bugs/1521319

Title:
  nova hypervisor hostname registration is not fqdn when virt-type=lxd

Status in nova-lxd package in Ubuntu:
  New

Bug description:
  While I've not picked up on any adverse effect to functionality, I'm
  raising this for the consistency factor.

  When virt-type=lxd, the hypervisor hostnames registered with nova are
  not fqdns (1, 2, 6).

  When virt-type=kvm (default), they are registered with fqdns (3, 4,
  5).

      nova-compute-kvm:
        branch: lp:charms/trusty/nova-compute
        num_units: 3
        constraints: mem=4G
        options:
          enable-live-migration: True
          enable-resize: True
          migration-auth-type: ssh
  ...
      nova-compute-lxd:
        branch: lp:charms/trusty/nova-compute
        num_units: 3
        constraints: mem=4G
        options:
          virt-type: lxd

  ubuntu at beisner-bastion:~/bzr/openstack-charm-testing-multi-hypervisor$ nova hypervisor-list
  +----+--------------------------------------+
  | ID | Hypervisor hostname                  |
  +----+--------------------------------------+
  | 1  | juju-beis1-machine-19                |
  | 2  | juju-beis1-machine-18                |
  | 3  | juju-beis1-machine-16.openstacklocal |
  | 4  | juju-beis1-machine-15.openstacklocal |
  | 5  | juju-beis1-machine-14.openstacklocal |
  | 6  | juju-beis1-machine-17                |
  +----+--------------------------------------+

  More detail:
  http://paste.ubuntu.com/13582658/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova-lxd/+bug/1521319/+subscriptions



More information about the Ubuntu-openstack-bugs mailing list