[Docs] We have no description about default user for instances, created by Murano and Heat
Bug #1485600 reported by
Denis Klepikov
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
In Progress
|
Wishlist
|
Olga Gusarenko | ||
6.0.x |
Won't Fix
|
High
|
Fuel Documentation Team | ||
6.1.x |
Fix Released
|
Undecided
|
Fuel Documentation Team | ||
7.0.x |
Fix Released
|
Undecided
|
Fuel Documentation Team | ||
8.0.x |
Fix Committed
|
Undecided
|
Fuel Documentation Team | ||
Future |
New
|
Wishlist
|
Fuel Documentation Team | ||
Mitaka |
Fix Released
|
High
|
Olga Gusarenko |
Bug Description
We have no description about default user for instances, created by Murano and Heat
By default for this instances user is "ec2-user", so Customer must use "ssh -i KEY.pem ec2-user@IP" to log in to instances, created by Murano and Heat.
Please add it to documentation.
Changed in fuel: | |
status: | New → Confirmed |
Changed in fuel: | |
milestone: | none → 7.0 |
tags: | added: support |
Changed in fuel: | |
milestone: | 7.0 → 8.0 |
tags: | added: area-docs |
no longer affects: | fuel/6.1.x |
Changed in fuel: | |
milestone: | 8.0 → 9.0 |
status: | Confirmed → New |
tags: | removed: need-info |
Changed in fuel: | |
milestone: | 9.0 → 10.0 |
To post a comment you must log in.
a note for next MOS 8.0 release - this will definitely be changed in Heat Liberty release
https:/ /github. com/openstack/ heat/commit/ e423bec7f10b0f5 d07f05d195b3b78 60f6bceb00
- AWS::EC2::Instance will always create the "ec2-user" user (for AWS compatibility sake)
- OS::Nova::Server will always use the user pre-configured in the image (e.g. "fedora" for stock Fedora cloud images, "ubuntu" for stock Ubuntu cloud images, "cloud-user" for stock CentOS cloud images etc)