← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1566673] Re: hostname is not renamed

 

Ironic is not responsible for configuring anything on a user image. I'm
redirecting this bug to nova folks to evaluate if it's something to be
fixed there.

** Project changed: ironic => nova

** Tags added: ironic

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

Title:
  hostname is not renamed

Status in OpenStack Compute (nova):
  New

Bug description:
  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 ubuntu@10.0.0.4
  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 ubuntu@10.0.0.4
  ubuntu@test-agent1:~$

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1566673/+subscriptions