nova hypervisor hostname registration is not fqdn when virt-type=lxd
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| nova-lxd |
Triaged
|
Low
|
Unassigned | ||
| nova-lxd (Ubuntu) |
Won't Fix
|
Low
|
Unassigned | ||
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-
branch: lp:charms/trusty/nova-compute
num_units: 3
constraints: mem=4G
options:
...
nova-
branch: lp:charms/trusty/nova-compute
num_units: 3
constraints: mem=4G
options:
virt-type: lxd
ubuntu@
+----+-
| ID | Hypervisor hostname |
+----+-
| 1 | juju-beis1-
| 2 | juju-beis1-
| 3 | juju-beis1-
| 4 | juju-beis1-
| 5 | juju-beis1-
| 6 | juju-beis1-
+----+-
More detail:
http://
| affects: | nova-compute (Juju Charms Collection) → nova-compute-lxd (Ubuntu) |
| Changed in nova-compute-lxd (Ubuntu): | |
| importance: | Undecided → Low |
| affects: | nova-compute-lxd (Ubuntu) → nova-lxd (Ubuntu) |
| Changed in nova-lxd (Ubuntu): | |
| status: | Fix Committed → Fix Released |
| Changed in nova-lxd (Ubuntu): | |
| status: | Fix Released → New |
| Changed in nova-lxd (Ubuntu): | |
| status: | New → Triaged |
| Changed in nova-lxd: | |
| status: | New → Triaged |
| importance: | Undecided → Low |
| Changed in nova-lxd (Ubuntu): | |
| status: | Triaged → Won't Fix |
This has been fixed upstream.