env with 1ctr+1novactr+2cmp:
[stack@undercloud-0 ~]$ openstack server list --long
+--------------------------------------+-------+--------+--------------+-------------+---------------------+------------+--------------------------------------+-------------------+-----------+------------+
| ID | Name | Status | Task State | Power State | Networks | Image Name | Image ID | Availability Zone | Host | Properties |
+--------------------------------------+-------+--------+--------------+-------------+---------------------+------------+--------------------------------------+-------------------+-----------+------------+
| d5c31cd5-50f1-4b31-96fb-3cd086f06ba1 | test2 | ACTIVE | None | Running | private=192.168.0.4 | cirros | eb734b13-3cdd-496e-a110-6de002be886f | nova | compute-1 | |
| fb5e50fb-5eab-49c4-962d-e9a7235d6cba | test | ACTIVE | powering-off | Running | private=192.168.0.3 | cirros | eb734b13-3cdd-496e-a110-6de002be886f | nova | compute-0 | |
+--------------------------------------+-------+--------+--------------+-------------+---------------------+------------+--------------------------------------+-------------------+-----------+------------+
after deploy expected host change to fqdn:
[stack@undercloud-0 ~]$ openstack server list --long
+--------------------------------------+-------+--------+--------------+-------------+---------------------+------------+--------------------------------------+-------------------+-----------------------+------------+
| ID | Name | Status | Task State | Power State | Networks | Image Name | Image ID | Availability Zone | Host | Properties |
+--------------------------------------+-------+--------+--------------+-------------+---------------------+------------+--------------------------------------+-------------------+-----------------------+------------+
| d5c31cd5-50f1-4b31-96fb-3cd086f06ba1 | test2 | ACTIVE | None | Running | private=192.168.0.4 | cirros | eb734b13-3cdd-496e-a110-6de002be886f | nova | compute-1.localdomain | |
| fb5e50fb-5eab-49c4-962d-e9a7235d6cba | test | ACTIVE | powering-off | Running | private=192.168.0.3 | cirros | eb734b13-3cdd-496e-a110-6de002be886f | nova | compute-0.localdomain | |
+--------------------------------------+-------+--------+--------------+-------------+---------------------+------------+--------------------------------------+-------------------+-----------------------+------------+
possible to manage the previous created instance:
[stack@undercloud-0 ~]$ nova stop test2
Request to stop server test2 has been accepted.
[stack@undercloud-0 ~]$ openstack server list --long
+--------------------------------------+-------+---------+--------------+-------------+---------------------+------------+--------------------------------------+-------------------+-----------------------+------------+
| ID | Name | Status | Task State | Power State | Networks | Image Name | Image ID | Availability Zone | Host | Properties |
+--------------------------------------+-------+---------+--------------+-------------+---------------------+------------+--------------------------------------+-------------------+-----------------------+------------+
| d5c31cd5-50f1-4b31-96fb-3cd086f06ba1 | test2 | SHUTOFF | None | Shutdown | private=192.168.0.4 | cirros | eb734b13-3cdd-496e-a110-6de002be886f | nova | compute-1.localdomain | |
| fb5e50fb-5eab-49c4-962d-e9a7235d6cba | test | ACTIVE | powering-off | Running | private=192.168.0.3 | cirros | eb734b13-3cdd-496e-a110-6de002be886f | nova | compute-0.localdomain | |
+--------------------------------------+-------+---------+--------------+-------------+---------------------+------------+--------------------------------------+-------------------+-----------------------+------------+
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHBA-2019:0921