[fuel-bootstrap] fuel-bootstrap activate ID fails if nailgun password were changed
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Fix Committed
|
Medium
|
Arthur Svechnikov | ||
8.0.x |
Won't Fix
|
High
|
Fuel Python (Deprecated) | ||
Mitaka |
Fix Committed
|
Medium
|
Arthur Svechnikov |
Bug Description
Affected: Fuel 8 Release #570, Fuel 9 - #45
fuel-bootstrap does not allow to pass nailgun password via cli
Steps to reproduce:
1. Deploy Fuel
2. Change nailgun password (fuel user change-password)
3. Rebuild bootstrap or activate new (fuel-bootstrap build --activate)
Result:
The request you have made requires authentication. (HTTP 401) (Request-ID: req-405c7840-
Root cause:
Regardless of activation status the script will notify UI
https:/
But at https:/
In case of real fail we will get a trace in shell, in case if bootstrap was successfully activated we will get false negative error.
Workaround:
Modify config file mentioned at https:/
Related fix proposed to branch: master /review. openstack. org/293350
Review: https:/