[Yahoo-eng-team] [Bug 1912005] [NEW] Image show/list is broken after upgrade to Ussuri or Victoria

2021-01-15 Thread Marius L
Public bug reported: Had a working Train deployment. Upgraded to Victoria using kolla-ansible. Right after the upgrade, I started to see the following error on list images or show image. {"message": "No image found with ID c8dcdad8-fa16-4872-8711-0f0fe8ee48c1\n\n\n", "code": "404 Not Found",

[Yahoo-eng-team] [Bug 1911864] [NEW] [DHCP] AgentBinding for network will be created no matter the state

2021-01-15 Thread LIU Yulong
Public bug reported: Neutron creates N NetworkDhcpAgentBindings (N is equal to dhcp_agents_per_network) for network even if the subnets disabled the dhcp. This means no matter the DHCP state, the dhcp_scheduler will schedule the network anyway. Reproduce steps: $ source demo_rc $ openstack

[Yahoo-eng-team] [Bug 1911891] [NEW] Post live migration at destination failed:

2021-01-15 Thread Jake Hill
Public bug reported: nova 2:21.1.0-0ubuntu1 Recently migrated from OVS to OVN networking. Performing a series of live migrations (block migrations) to evacuate a broken hypervisor. Most of these have succeeded or have failed for understandable reasons. One of the migrations is stuck in this

[Yahoo-eng-team] [Bug 1911922] [NEW] Failed to run Kubelet: could not init cloud provider "aws"

2021-01-15 Thread Charan Gandra
Public bug reported: Hi, I've created an AMI using packer and centos7.8 ISO. Launched a vm using this AMI and unable to resolve to any URLs unless I restart network service. I need to restart network.service everytime I reboot my vm. I had anothe AMI with the same ISO but cloud init 18.5

[Yahoo-eng-team] [Bug 1911924] [NEW] os-resetState not logged as an instance action

2021-01-15 Thread Lee Yarwood
Public bug reported: Description === When called os-resetState does not record an instance action. Steps to reproduce == $ nova reset-state --active test $ openstack server event list test Expected result === os-resetState listed as an instance action.

[Yahoo-eng-team] [Bug 1911925] [NEW] [FT] "test_read_queue_change_state" failing to initialize the keepalived-state-change monitor

2021-01-15 Thread Rodolfo Alonso
Public bug reported: Log: https://7a40b7c4a1adb2feec0f- f29e759a440a8c469e5909803b48c54b.ssl.cf1.rackcdn.com/770834/1/check /neutron-functional-with-uwsgi/303a8cb/testr_results.html Snippet: http://paste.openstack.org/show/801665/ ** Affects: neutron Importance: Undecided Status:

[Yahoo-eng-team] [Bug 1911927] [NEW] [FT] "test_add_and_remove_multiple_ips" failing while decoding the JSON file returned by "ip_monitor"

2021-01-15 Thread Rodolfo Alonso
Public bug reported: Logs: https://79d192d7d1fef49fc8c9-8aefe49572c9ad91eb217e6fb5236bb6.ssl.cf1.rackcdn.com/763777/3/gate /neutron-functional-with-uwsgi/063bedc/testr_results.html Snippet: http://paste.openstack.org/show/801671/ ** Affects: neutron Importance: Undecided Assignee:

[Yahoo-eng-team] [Bug 1909269] Re: I create a server_groups vm , but server_group_members doesn't add one.

2021-01-15 Thread Stephen Finucane
This is one of two per-user quotas, the other being 'key_pairs', where usages are not considered when validating limit create/update. They're always at zero. You can find more information at [1] [1]

[Yahoo-eng-team] [Bug 1903979] Re: nova-live-migration job fails during evacuate negative test

2021-01-15 Thread Lee Yarwood
** Changed in: nova Status: In Progress => Fix Released -- 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/1903979 Title: nova-live-migration job fails during

[Yahoo-eng-team] [Bug 1912001] [NEW] glance allows reserved properties during create()

2021-01-15 Thread Dan Smith
Public bug reported: Certain image properties are reserved for internal glance usage, such as os_glance_import_task. Changing these properties is disallowed during PATCH. However, glance does not enforce that they are not present in an image POST. It should. This command: openstack --debug