[Yahoo-eng-team] [Bug 1209101] Re: Non-public flavor cannot be used in created tenant

2016-09-27 Thread s10
** Also affects: nova (Ubuntu) Importance: Undecided Status: New ** No longer affects: nova (Ubuntu) -- 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/1209101

[Yahoo-eng-team] [Bug 1784006] Re: Instances miss neutron QoS on their ports after unrescue and soft reboot

2018-07-28 Thread s10
** Also affects: neutron Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1784006 Title: Instances miss neutron QoS on their ports after

[Yahoo-eng-team] [Bug 1784006] [NEW] Instances miss neutron QoS on their ports after unrescue and soft reboot

2018-07-27 Thread s10
Public bug reported: Instances misses neutron QoS on their ports after unrescue and soft reboot    Description    ===    After some operations with instance: such as unrescue and soft reboot    libvirt domains are created, but neutron doesn't set QoS on ports for VM.    So user can

[Yahoo-eng-team] [Bug 1785827] [NEW] Performance regression in libvirt get_available_resource()

2018-08-07 Thread s10
Public bug reported: Description === Periodic task update_available_resource takes 20 seconds for 100 instances on local storage: https://github.com/openstack/nova/blob/stable/pike/nova/compute/resource_tracker.py#L694 Steps to reproduce == 1. /etc/nova/nova.conf:

[Yahoo-eng-team] [Bug 1781880] [NEW] nova service-list for new compute service causes TypeError with servicegroup_driver mc

2018-07-16 Thread s10
Public bug reported: Description === nova service-list for new compute service causes TypeError. Related commit: https://git.openstack.org/cgit/openstack/nova/commit/?id=0df91a7f799060cd2e9b8a0adac1efacb974bcb3 Steps to reproduce == 1. Set servicegroup_driver=mc in and

[Yahoo-eng-team] [Bug 1803575] [NEW] RFE: Add an option to enable virtio-scsi for new Nova instances by default

2018-11-15 Thread s10
Public bug reported: Description === Currently virtio-scsi is used only for libvirt instances created from the images with properties hw_scsi_model=virtio-scsi and hw_disk_bus=scsi set or from the volumes with the same image metadata. What is requested: config option in [libvirt]

[Yahoo-eng-team] [Bug 1746972] Re: After setting the password failed, the VM state is set to error

2018-09-21 Thread s10
We also have faced this bug in some situations. I believe, that nova shouldn't set instance to the ERROR state, because only password change operation has failed and nothing destructive has been done to the instance. ** Changed in: nova Status: Invalid => Confirmed -- You received this

[Yahoo-eng-team] [Bug 1806064] [NEW] Volume remains in attaching/reserved status, if the instance is deleted after TooManyInstances exception in nova-conductor

2018-11-30 Thread s10
Public bug reported: If a number of instances are booted from volumes in parallel and some of the build requests failed in nova-conductor with exception TooManyInstances [1] because of the setting quota.recheck_quota=True being set in nova.conf, some instances will end up in the ERROR state. If

[Yahoo-eng-team] [Bug 1784006] Re: Instances miss neutron QoS on their ports after unrescue and soft reboot

2018-09-14 Thread s10
** No longer affects: nova -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1784006 Title: Instances miss neutron QoS on their ports after unrescue and soft reboot Status in neutron:

[Yahoo-eng-team] [Bug 1823703] [NEW] Wrong version URL when Glance is deployed behind proxy with vhost

2019-04-08 Thread s10
Public bug reported: When Glance is deployed behind SSL terminating proxy, for example, as https://cloud.example.com/image the href returned in version doc is missing the vhost - https://cloud.example.com/v2 How to reproduce: 1. Run Glance behind proxy with vhost as

[Yahoo-eng-team] [Bug 1817022] [NEW] RFE: set inactivity_probe and max_backoff for OVS bridge controller

2019-02-21 Thread s10
Public bug reported: It would be useful to have the option to specify inactivity_probe and max_backoff for OVS bridge controllers in neutron config. OVS documentation says (https://github.com/openvswitch/ovs/blob/master/ovn/TODO.rst): The default 5 seconds inactivity_probe value is not

[Yahoo-eng-team] [Bug 1590608] Re: Services should use http_proxy_to_wsgi middleware

2019-02-18 Thread s10
** Also affects: mistral Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1590608 Title: Services should use http_proxy_to_wsgi middleware

[Yahoo-eng-team] [Bug 1861723] [NEW] Glance is listening on TCP socket before store initialization

2020-02-03 Thread s10
Public bug reported: When multiple backends is being used with rbd backend, Glance tries to get fsid of the cluster using rados library. If even one of the rbd backends is unavailable, glance-api wsgi fails to start properly, but continue listening on the tcp socket and not responding at any

[Yahoo-eng-team] [Bug 1878938] [NEW] System role assignments exist after system role delete

2020-05-15 Thread s10
Public bug reported: How to reproduce: 1. Create role: openstack role create dumb_reader 2. Create system role assignment openstack role add --system all --user admin dumb_reader 3. Check role: openstack role assignment list --system all 4. Delete role: openstack role delete dumb_reader What is

[Yahoo-eng-team] [Bug 1885772] [NEW] Keystone doesn't use http_proxy_to_wsgi middleware

2020-06-30 Thread s10
Public bug reported: Keystone since migration to flask doesn't import nor use http_proxy_to_wsgi middleware. How to reproduce: 1. Start Keystone with uwsgi as http application 2. Set [oslo_middleware] option enable_proxy_headers_parsing=true in keystone.conf 3. Setup SSL terminating reverse

[Yahoo-eng-team] [Bug 1884062] [NEW] Documentation is absent for explicit_domain_id parameter when creating a domain

2020-06-18 Thread s10
Public bug reported: Documentation https://docs.openstack.org/api-ref/identity/v3/ lacks mention of the explicit_domain_id parameter when creating a domain. Support for this parameter was added in the Train release: https://review.opendev.org/#/c/605235/ ** Affects: keystone Importance:

[Yahoo-eng-team] [Bug 1926884] [NEW] No release notes for the Victoria and Wallaby Keystone releases

2021-05-02 Thread s10
Public bug reported: Pages https://releases.openstack.org/victoria/index.html and https://releases.openstack.org/wallaby/index.html have no links for the Keystone Release Notes. ** Affects: keystone Importance: Undecided Status: New -- You received this bug notification because

[Yahoo-eng-team] [Bug 1926884] Re: No release notes for the Victoria and Wallaby Keystone releases

2023-10-15 Thread s10
** Changed in: keystone Status: New => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone). https://bugs.launchpad.net/bugs/1926884 Title: No release notes for the Victoria and

[Yahoo-eng-team] [Bug 1784006] Re: Instances miss neutron QoS on their ports after unrescue and soft reboot

2023-10-15 Thread s10
** Changed in: neutron Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1784006 Title: Instances miss neutron QoS on their ports after unrescue