Multi node setup doesn't show list of hypervisors
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kolla |
Invalid
|
Critical
|
Prithiv | ||
Mitaka |
Invalid
|
Critical
|
Prithiv |
Bug Description
Multi node setup doesn't show the list of hypervisors, be it with or without fake libvirt driver. This is not the case with single node deployment.
+----+-
| ID | Hypervisor hostname | State | Status |
+----+-
+----+-
[control]
# These hostname must be resolvable from your deployment host
controller ansible_
# The above can also be specified as follows:
#control[01:03] ansible_
# The network nodes are where your l3-agent and loadbalancers will run
# This can be the same as a host in the control group
[network]
network ansible_
[compute]
silpixa00394079 ansible_
# When compute nodes and control nodes use different interfaces,
# you can specify "api_interface" and another interfaces like below:
#compute01 neutron_
[storage]
storage ansible_
Changed in kolla: | |
assignee: | nobody → Prithiv (prithiv) |
Changed in kolla: | |
milestone: | mitaka-rc1 → mitaka-rc2 |
Changed in kolla: | |
milestone: | mitaka-rc2 → mitaka-rc3 |
milestone: | mitaka-rc3 → newton-1 |
status: | Triaged → Incomplete |
Changed in kolla: | |
status: | Incomplete → Invalid |
This needs confirmation and I lack a multinode cluster at present to verify. Can someone with a 3 node setup please confirm?
TIA.