0e87e640c8
The Octavia public key configuration is run by Mistral meaning under the 'mistral' user. The previously default /home/stack/.ssh/id_rsa.pub file may not be readable or not accessible because the of lack of permissions from its parent directory leading to permission denied and hence failure to deploy overcloud. It is safer to not default to a file path but to use the existing 'default' keypair from the undercloud which anyway is the public key of the 'stack' user. Users can still specify a file path but will need to ensure it is readable. Related-Bug: #1770641 Change-Id: I1dea4a8d5bb3c5a64ee7fb8995b837909bc1cafe
4 lines
84 B
YAML
4 lines
84 B
YAML
---
|
|
fixes:
|
|
- Default Octavia SSH public key to 'default' keypair from undercloud.
|