use "ip" commands on tacker devstack script
Bug #1670952 reported by
yong sheng gong
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tacker |
Fix Released
|
Undecided
|
yong sheng gong |
Bug Description
problem:
with report:
http://
2017-03-08 02:31:34.348 | Deleting networks
2017-03-08 02:32:08.327 | Creating networks
2017-03-08 02:32:34.410 | Assign ip address to BR_MGMT
2017-03-08 02:32:37.178 | exit_trap: cleaning up child processes
so it seems the the 'ifconfig' does not exist on some CI host.
https:/
echo "Assign ip address to BR_MGMT"
sudo ifconfig ${BR_MGMT} inet 0.0.0.0
sudo ifconfig ${BR_MGMT} inet ${NETWORK_
solution:
use "ip address" command
Changed in tacker: | |
milestone: | none → pike-1 |
assignee: | nobody → yong sheng gong (gongysh) |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/442967
Review: https:/