Note for instance name at wrong position
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Dashboard (Horizon) |
Fix Released
|
Undecided
|
Akihiro Motoki |
Bug Description
This bug tracker is for errors with the documentation, use the following as a template and remove or add fields as you see fit. Convert [ ] into [x] to check boxes:
- [x] This doc is inaccurate in this way:
Note message for section "instance name" is now located after section "Availability Zone" which makes users feel confused:
In current horizon user document:
=======
Instance Name
Assign a name to the virtual machine.
Availability Zone
By default, this value is set to the availability zone given by the
cloud provider (for example, ``us-west`` or ``apac-south``). For some
cases, it could be ``nova``.
.. note::
The name you assign here becomes the initial host name of the server.
If the name is longer than 63 characters, the Compute service
truncates it automatically to ensure dnsmasq works correctly.
After the server is built, if you change the server name in the API
or change the host name directly, the names are not updated in the
dashboard.
Server names are not guaranteed to be unique when created so you
could have two instances with the same host name.
=======
The above contents should be like follows:
=======
Instance Name
Assign a name to the virtual machine.
.. note::
The name you assign here becomes the initial host name of the server.
If the name is longer than 63 characters, the Compute service
truncates it automatically to ensure dnsmasq works correctly.
After the server is built, if you change the server name in the API
or change the host name directly, the names are not updated in the
dashboard.
Server names are not guaranteed to be unique when created so you
could have two instances with the same host name.
Availability Zone
By default, this value is set to the availability zone given by the
cloud provider (for example, ``us-west`` or ``apac-south``). For some
cases, it could be ``nova``.
=======
- [ ] This is a doc addition request.
- [ ] I have a fix to the document that I can paste below including example: input and output.
If you have a troubleshooting or support issue, use the following resources:
- Ask OpenStack: http://
- The mailing list: http://
- IRC: 'openstack' channel on Freenode
-------
Release: 13.0.0.0b3.dev125 on 2018-01-09 04:20
SHA: 091121b10ff2090
Source: https:/
URL: https:/
affects: | horizon → openstack-manuals |
affects: | openstack-manuals → horizon |
description: | updated |
Changed in horizon: | |
assignee: | nobody → Peng, Zhang (zhang-peng) |
Changed in horizon: | |
status: | New → In Progress |
Changed in horizon: | |
milestone: | none → queens-3 |
Fix proposed to branch: master /review. openstack. org/536028
Review: https:/