← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1665366] [NEW] [RFE] Add --key-name option to 'nova rebuild'

 

Public bug reported:

Currently there is no way to change key-name associated with instance.
This has some justification as key may be downloaded only at build time
and later changes will be ignored by instance.

But this is not a case for rebuild command. If tenant want to rebuild
instance, he may wants to change key used to access that instance.

Main reason for 'rebuild' command instead of 'delete/create' often lies
in area of preserving network settings - fixed ips, mac addresses,
assosiated floatings IPs. Normally user want to keep the same ssh key as
at creation time, but occasionally he (she) may want to replace it.

Right now there is no such option.

TL;DR; Please add --key-name option to nova rebuild command (and API).

Thanks.

** Affects: nova
     Importance: Undecided
         Status: New

-- 
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/1665366

Title:
  [RFE] Add --key-name option to 'nova rebuild'

Status in OpenStack Compute (nova):
  New

Bug description:
  Currently there is no way to change key-name associated with instance.
  This has some justification as key may be downloaded only at build
  time and later changes will be ignored by instance.

  But this is not a case for rebuild command. If tenant want to rebuild
  instance, he may wants to change key used to access that instance.

  Main reason for 'rebuild' command instead of 'delete/create' often
  lies in area of preserving network settings - fixed ips, mac
  addresses, assosiated floatings IPs. Normally user want to keep the
  same ssh key as at creation time, but occasionally he (she) may want
  to replace it.

  Right now there is no such option.

  TL;DR; Please add --key-name option to nova rebuild command (and API).

  Thanks.

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


Follow ups