[sys-tests] Changing of keystone password fails: 'Bad Gateway (HTTP 502)'
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Fix Released
|
High
|
Artem Panchenko | ||
5.1.x |
Fix Released
|
High
|
Dennis Dmitriev | ||
6.0.x |
Fix Released
|
High
|
Artem Panchenko | ||
6.1.x |
Fix Released
|
High
|
Artem Panchenko |
Bug Description
Fuel version: http://
Changing of keystone admin password fails in system tests when we revert environment from snapshot and then reset Fuel master node (because it isn't accessible after resume):
http://
http://
As you can see after master node reset it became to respond on 8000/tcp port and then test got Fuel version using API. This should mean that all services are started and work fine on master node but it doesn't, because access to '/api/version/' url isn't protected and doesn't require valid keystone token in request. So actually keystone service was starting at that moment and changing of admin tenant password at the next step failed:
http://
We should wait until all services are started and running on master node after its reset before proceed with tests.
tags: | added: system-test-not-required |
Fix proposed to branch: master /review. openstack. org/141194
Review: https:/