test_wait_condition is failed due to domain name in endpoint
Bug #1551342 reported by
Svetlana Shturm
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Confirmed
|
High
|
Alexander Nagovitsyn | ||
Mitaka |
Confirmed
|
High
|
Alexander Nagovitsyn |
Bug Description
OSTF test_wait_condition is using script inside created VM that should use Heat API.
In using domain name case in endpoints (enabled SSL) this test will fail.
All curl execution inside VM with using domain name will be failed with unknown hostname message.
Steps to reproduce:
1) create env with enabled SSL (public endpoint),
2) execute Wait/Condition test.
Stack will be failed due to Timeout Error.
Changed in fuel: | |
milestone: | none → 9.0 |
tags: | added: are-qa |
tags: |
added: area-qa removed: are-qa |
Changed in fuel: | |
status: | New → Confirmed |
Changed in fuel: | |
importance: | Undecided → High |
Changed in fuel: | |
milestone: | 9.0 → 10.0 |
To post a comment you must log in.
i will add "insecure" tag in template file.
This should solve the problem