[Yahoo-eng-team] [Bug 1975637] [NEW] Ceph VM images leak on instance deletion if there are snapshots of that image

2022-05-24 Thread Andrew Bogott
Public bug reported: Description === I'm using backy2 to back up instance images. For the sake of incremental backups, we keep a pending last-backed-up snapshot associated with each instance at all times. When an instance is deleted, the rbd delete call fails silently and leaves both

[Yahoo-eng-team] [Bug 1924790] [NEW] default role documentation: who can assign roles?

2021-04-16 Thread Andrew Bogott
Public bug reported: I'm hoping that my cloud will soon be able to adopt the new default scoped role model documented at https://docs.openstack.org/keystone/latest/admin/service-api- protection.html That document is good about detailing which roles can read and view existing role assignments,

[Yahoo-eng-team] [Bug 1919369] [NEW] Instances panel shows some readable flavors as 'Not available '

2021-03-16 Thread Andrew Bogott
Public bug reported: As we move towards having 'reader' roles in nova, we can get into some interesting situations where a user can see a resource but not use it. Today I have a case where I've added a private flavor to projects A and B, created a VM in project B, and then removed the flavor

[Yahoo-eng-team] [Bug 1914641] [NEW] jinja rendering broken in latest git checkout

2021-02-04 Thread Andrew Bogott
Public bug reported: I use jinja templating for vendor data; it works with my .deb packaged version of cloud-init, 20.2-2~deb10u1 Testing with the latest git checkout, I see a json parser chocking on curly braces. That suggests that it's skipping the jinja rendering step, or trying to run it

[Yahoo-eng-team] [Bug 1861926] [NEW] Horizon sessions live on after keystone token expires

2020-02-04 Thread Andrew Bogott
Public bug reported: If I'm in the process of using Horizon and my keystone token expires, Horizon keeps on 'working.' Anything that involves an API call fails, and I get an error notice about the failure, but the frames keep loading and display a patchwork of information (depending on what may

[Yahoo-eng-team] [Bug 1855506] [NEW] Incorrect django version in requirements.txt

2019-12-06 Thread Andrew Bogott
Public bug reported: requirements.txt contains these lines: Django<2,>=1.11;python_version<'3.0' # BSD Django<2.1,>=1.11;python_version>='3.0' # BSD First of all, it seems weird that there are two conflicting lines for the same package. But, I'm seeing a more serious issue. Throughout

[Yahoo-eng-team] [Bug 1771851] [NEW] Image panel doesn't check 'compute:create' policy

2018-05-17 Thread Andrew Bogott
Public bug reported: The Horizon image panel provides a 'Launch' button to create a server from a given image. The django code for this button has correct policy checks; the Angular code has none. That means that the 'Launch' button displays even if the user is not permitted to launch

[Yahoo-eng-team] [Bug 1611895] [NEW] Security groups don't work by default in newish kernels

2016-08-10 Thread Andrew Bogott
Public bug reported: I recently had some bad experiences running nova-compute on a linux 4.4-series kernel. Specifically, the security-group code properly configured IPtables but the actual rules were completely bypassed -- EVERY port on EVERY instance was open to the outside world. This is

[Yahoo-eng-team] [Bug 1611871] [NEW] Timeouts in conductor when updating large sets of security group rules (liberty)

2016-08-10 Thread Andrew Bogott
Public bug reported: I have a project with 130+ instances in it. When I set a 'source group' security rule in that project, the rule is never applied on the compute nodes. nova-compute logs include timeout warnings like the one pasted below. This timeout only happens in 'big' cases. If I add

[Yahoo-eng-team] [Bug 1610693] [NEW] Broken instances quota check in Liberty

2016-08-07 Thread Andrew Bogott
Public bug reported: I have recently upgraded my cluster to Liberty for all projects. Now, when I create new instances, I frequently get an incorrect quota warning from the instance creation workflow, despite having plenty of available quota: "The requested instance cannot be launched as you

[Yahoo-eng-team] [Bug 1566025] [NEW] Unable to delete security groups; security_group table 'deleted' field needs migration

2016-04-04 Thread Andrew Bogott
Public bug reported: My long-standing Nova installation has the following columns in the security_groups table: +-+--+--+-+-++ | Field | Type | Null | Key | Default | Extra |

[Yahoo-eng-team] [Bug 1513654] [NEW] scheduler: disk_filter permits scheduling on full drives

2015-11-05 Thread Andrew Bogott
Public bug reported: I use qcow images and have disk_allocation_ratio == 2.1 to allow large amounts of overcommitting of disk space. To quote the nova config reference: > If the value is set to >1, we recommend keeping track of the free disk > space, as the value approaching 0 may result in

[Yahoo-eng-team] [Bug 1513216] [NEW] Mismatched keystone api version produces cryptic 'Error: Openstack'

2015-11-04 Thread Andrew Bogott
Public bug reported: The 'openstack' cli tool defaults to keystone version 2.0. When pointed to a v3 endpoint, it fails like this: $ openstack service list ERROR: openstack This can easily be resolved by setting OS_IDENTITY_API_VERSION=3 -- that's not obvious from the error message, though,

[Yahoo-eng-team] [Bug 1498039] [NEW] projects drop-down broken for large numbers or projects

2015-09-21 Thread Andrew Bogott
Public bug reported: I'm a member of several dozen projects -- more than can fit in a single screen's worth of drop-down. Right now I'm trying to view the VMs in a project called 'testlabs.' - When I click on the 'project' drop-down up top, it displays the first 20 or so projects, and then a

[Yahoo-eng-team] [Bug 1498197] [NEW] No longer able to delete service group rules in kilo

2015-09-21 Thread Andrew Bogott
Public bug reported: Security groups and rules worked fine in Juno, but ever since my upgrade to Kilo I'm unable to delete rules. andrew@labcontrol1001:~$ nova secgroup-delete-rule default tcp 666 666 10.0.0.0/8 +-+---+-++--+ | IP Protocol |

[Yahoo-eng-team] [Bug 1470179] [NEW] Instance metadata should include project_id

2015-06-30 Thread Andrew Bogott
Public bug reported: As per https://www.mail- archive.com/search?l=openst...@lists.openstack.orgq=subject:%22Re\%3A+\[Openstack\]+How+should+an+instance+learn+what+tenant+it+is+in\%3F%22o=newest It's weirdly hard for an instance to learn what project it's in. Let's just add project_id to

[Yahoo-eng-team] [Bug 1470225] [NEW] Support deprecated image types

2015-06-30 Thread Andrew Bogott
Public bug reported: I frequently update the base Trusty images available to my users. After I do that, I want to discourage them from creating new servers based on the old images. If I remove the old images entirely or make them private, Horizon shows servers as having type 'unknown.' I'd

[Yahoo-eng-team] [Bug 1444469] [NEW] keystone should clean up expired tokens

2015-04-15 Thread Andrew Bogott
Public bug reported: As of Icehouse, at least, keystone doesn't ever clean up expired tokens. After a few years, my keystone ridiculously huge, causing query timeouts and such. ** Affects: keystone Importance: Undecided Status: New -- You received this bug notification because