default vim configration yaml file is assuming localhost as keystone listening ip
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tacker |
Fix Released
|
Undecided
|
yong sheng gong |
Bug Description
When the keystone is not listening 127.0.0.1, the devstack process will break
my devstack output is:
=======
DevStack Component Timing
=======
Total runtime 2959
run_process 66
test_with_retry 4
pip_install 579
restart_
wait_for_service 13
yum_install 1038
git_timed 496
=======
This is your host IP address: 127.0.0.1
Horizon is now available at http://
Keystone is serving at http://
The default users are: admin and demo
The password: devstack
sometimes:
=======
DevStack Component Timing
=======
Total runtime 2959
run_process 66
test_with_retry 4
pip_install 579
restart_
wait_for_service 13
yum_install 1038
git_timed 496
=======
This is your host IP address: 192.168.10.2
Horizon is now available at http://
Keystone is serving at http://
The default users are: admin and demo
The password: devstack
Changed in tacker: | |
assignee: | nobody → yong sheng gong (gongysh) |
description: | updated |
Changed in tacker: | |
status: | In Progress → Fix Committed |
milestone: | none → ocata-2 |
Changed in tacker: | |
status: | Fix Committed → Fix Released |
Fix proposed to branch: master /review. openstack. org/353361
Review: https:/