← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1903879] Re: Server Remove Fixed IP is not working in the Rocky

 

This is an issue with OSC, not nova [1]. The fix should be relatively
easy but no one has had a chance to address it yet, unfortunately.

[1] https://storyboard.openstack.org/#!/story/2002925

** Changed in: nova
       Status: New => 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/1903879

Title:
  Server Remove Fixed IP is not working in the Rocky

Status in OpenStack Compute (nova):
  Invalid

Bug description:
  Description
  ===========
  I am testing features of the Rocky release before we'll upgrade from Queens and I have possibly found a bug, but maybe I am just doing something wrong.

  Steps to reproduce
  ==================
  1. create a server instance (IP given by DHCP = 10.244.255.28)
  2. add a new fixed IP address to this instance (IP given by DHCP = 10.244.255.22)
  3. list instance to see the result

  os1-lab1:~ # openstack server list --long
  | ID                                   | Name          | Status | Task State | Power State | Networks                                                                          | Image Name      | Image ID                             | Flavor Name | Flavor ID                            | Availability Zone | Host                    | Properties |
  | 70f85125-d90f-4eba-899d-3c89e2bea697 | lwq-test-snap | ACTIVE | None       | Running     | lab-net=10.244.255.28, 2aff:ffff:ffff:ffff::3b, 10.244.255.22, 2aff:ffff:ffff:ffff::26 | lwq-test-snap   | 554564df-245c-4e6b-8a02-47556e684c0b | t1.2c2r10d  | a905bd3c-db79-415f-abd8-29666db713b4 | az2               | os1-lab10 |            |
  4. try to remove last added IP
  os1-lab1.ko:~ # openstack server remove fixed ip lwq-test-snap 10.244.255.22
  remove_fixed_ip
  5. nothing happened, even logs are clear and the server list shows the exact same output as posted above

  
  Expected result
  ===============
  Specified IP address should be remove. I've used this procedure on Queens release and before for countless times.

  Actual result
  =============
  Nothing happened as shown above.

  Environment
  ===========
  1. Exact version of OpenStack you are running. See the following
    list for all releases: http://docs.openstack.org/releases/

  os1-lab1.ko:~ # dpkg -l | grep nova
  ii  nova-api                               2:18.3.0-0ubuntu1~cloud1                        all          OpenStack Compute - API frontend
  ii  nova-common                            2:18.3.0-0ubuntu1~cloud1                        all          OpenStack Compute - common files
  ii  nova-conductor                         2:18.3.0-0ubuntu1~cloud1                        all          OpenStack Compute - conductor service
  ii  nova-novncproxy                        2:18.3.0-0ubuntu1~cloud1                        all          OpenStack Compute - NoVNC proxy
  ii  nova-placement-api                     2:18.3.0-0ubuntu1~cloud1                        all          OpenStack Compute - placement API frontend
  ii  nova-scheduler                         2:18.3.0-0ubuntu1~cloud1                        all          OpenStack Compute - virtual machine scheduler
  ii  python3-nova                           2:18.3.0-0ubuntu1~cloud1                        all          OpenStack Compute Python 3 libraries
  ii  python3-novaclient                     2:11.0.0-0ubuntu1~cloud0                        all          client library for OpenStack Compute API - 3.x

  2. Which hypervisor did you use?
     - Libvirt + KVM
  os1-lab1.ko:~ # dpkg -l | grep libvirt
  ii  libvirt0:amd64                         4.0.0-1ubuntu8.17                               amd64        

  2. Which storage type did you use?
     - local storage + raw qcow2

  3. Which networking type did you use?
     - nova-network + calico

  Logs & Configs
  ==============
     - I did not found anything useful, please specify what you would like to collect.

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


References