Incorrect NIC used for hostmanager IP resolver
Bug #1563367 reported by
Andrei-Lucian Șerb
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kolla-mesos |
Fix Released
|
Undecided
|
Andrei-Lucian Șerb |
Bug Description
In the Vagrantfile, when using VirtualBox, the IP used for the hostmanager plugin is retrieved from the wrong network adapter:
VBoxManage guestproperty get #{vm.id} "/VirtualBox/
This causes the hostmanager to insert the wrong IP address in /etc/hosts. The NIC numbering starts from 0, and the one used in the code is 2. That corresponds to the 3rd NIC, which is actually used as the interface to the Neutron external network. It should be set to 1, which represents the internal network used by OpenStack.
Changed in kolla-mesos: | |
assignee: | nobody → Andrei-Lucian Șerb (lucian-serb) |
status: | New → In Progress |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/298805
Review: https:/