[Yahoo-eng-team] [Bug 2009956] [NEW] devstack: Nova serialproxy does not work

2023-03-10 Thread Kiran Pawar
Public bug reported: Steps to reproduce == 1. Install devstack with enable_service n-sproxy 2. Make sure /usr/local/bin/nova-serialproxy is running after devstack is installed. 3. Create server from cirros image 4. nova get-serial-console 5. Try to connect via client defined at

[Yahoo-eng-team] [Bug 1996528] [NEW] No output for "openstack port list --project project_name" in case of non-admin user

2022-11-14 Thread Kiran Pawar
Public bug reported: Bug openstack port list --project project_id command works for both admin and non-admin users. openstack port list --project project_name command works for only admin users. Expected behavior == openstack port list --project project_name command should

[Yahoo-eng-team] [Bug 1996421] [NEW] 'openstack port list' should display ports only from current project

2022-11-11 Thread Kiran Pawar
Public bug reported: When a network is shared between multiple projects, "openstack port list" command shows ports from all projects which have access to that network. This is a problem because each port actually has a “project_id“ property, and the port cannot be used for any instance outside of

[Yahoo-eng-team] [Bug 1996108] [NEW] Horizon shows ports from all projects during launch instance if network is shared

2022-11-09 Thread kiran pawar
Public bug reported: When a network is shared between multiple projects, horizon shows ports from all projects which have access to that network. This is a problem because each port actually has a “project_id“ property, and the port cannot be used for any instance outside of that project. When a u

[Yahoo-eng-team] [Bug 1966986] [NEW] Restrict VMware instance is memory is not multiple of 4

2022-03-29 Thread kiran pawar
Public bug reported: When VMware instance is created with memory size (in mb) not multiple of 4, instance fails to boot. However this happens after instance is launched/spawned. We can do better by handling this case before spawn instance. ** Affects: nova Importance: Undecided Stat

[Yahoo-eng-team] [Bug 1966987] [NEW] VMware: Avoid spawn instance if memory is not multiple of 4

2022-03-29 Thread kiran pawar
Public bug reported: When VMware instance is created with memory size (in mb) not multiple of 4, instance fails to boot. However this happens after instance is launched/spawned. We can do better by handling this case before spawn instance. ** Affects: nova Importance: Undecided Stat

[Yahoo-eng-team] [Bug 1962771] [NEW] Implement stable MORef for VMware

2022-03-02 Thread kiran pawar
Public bug reported: Description The "mo-ref" in VMware is not guaranteed to be stable. It can change after a recovery or simply un-registering and re-registering a vm. So making it stable is often necessary for the vcenter to be able to manage vms which were "lost" somehow. Possi

[Yahoo-eng-team] [Bug 1923700] [NEW] Report correct error when external DNS(designate) recordset quota limit exceeds

2021-04-13 Thread kiran pawar
Public bug reported: When a Neutron FIP is created with --dns-name and --dns-domain options and respective project where the designate zone (either forward or reverse) is located has not enough recordset quota - user will get an HTTP 500 error. Basically, Neutron should propagate the OverQuota er