You have been subscribed to a public bug:

After deployed with agent_ssh driver, when rename instance name, host
name is not renamed.

$ nova list
+--------------------------------------+-------------+--------+------------+-------------+-----------------------------------------------------+
| ID                                   | Name        | Status | Task State | 
Power State | Networks                                            |
+--------------------------------------+-------------+--------+------------+-------------+-----------------------------------------------------+
| c9f406c6-d920-4ab6-bae8-309897b3c1ad | test-agent1 | ACTIVE | -          | 
Running     | private=fd03:122:f6d1:0:5054:ff:fee5:4c04, 10.0.0.4 |
+--------------------------------------+-------------+--------+------------+-------------+-----------------------------------------------------+

$ ssh [email protected]
ubuntu@test-agent1:~$

$ nova update c9f406c6-d920-4ab6-bae8-309897b3c1ad --name test-agent2

$ nova list
+--------------------------------------+-------------+--------+------------+-------------+-----------------------------------------------------+
| ID                                   | Name        | Status | Task State | 
Power State | Networks                                            |
+--------------------------------------+-------------+--------+------------+-------------+-----------------------------------------------------+
| c9f406c6-d920-4ab6-bae8-309897b3c1ad | test-agent2 | ACTIVE | -          | 
Running     | private=fd03:122:f6d1:0:5054:ff:fee5:4c04, 10.0.0.4 |
+--------------------------------------+-------------+--------+------------+-------------+-----------------------------------------------------+

$ ssh [email protected]
ubuntu@test-agent1:~$

It's same in case of using libvirt driver, not Ironic driver. Is this
correct behavior?

** Affects: nova
     Importance: Undecided
         Status: New

-- 
hostname is not renamed
https://bugs.launchpad.net/bugs/1566673
You received this bug notification because you are a member of Yahoo! 
Engineering Team, which is subscribed to OpenStack Compute (nova).

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to