** Changed in: nova
       Status: In Progress => Invalid

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

Title:
  API property "accessIPv4" and "accessIPv6" do not take effect when
  rebuilding VM

Status in OpenStack Compute (Nova):
  Invalid

Bug description:
  1> Using the API to rebuild a VM, the access_ip_v4 does not take
  effect.

  The API body is :
  {
  "rebuild" : {
  "imageRef" : "52415800-8b69-11e0-9b19-734f6f006e54",
  "name" : "newName",
  "adminPass" : "GFf1j9aP",
  "accessIPv4" : "172.19.0.1",
  "accessIPv6" : "fe80::100",
  "metadata" : {
  "My Server Name" : "Apache1"
  }
  }
  }
  but the ip of rebuilded vm do not change to new IPv4 address (172.19.0.1), 
still configured with old one.

  2> If using the quantum, the value of accessIPv4 is wrote to the table
  instances in nova. I do not think it makes sense.

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to