[Bug 1657459] Re: WebOb>=1.2.3 requirement for Glance will lead to 0 bytes backing image files on OpenStack Newton, although the image file sent to the python client does not have 0 bytes

2017-02-01 Thread Ian Cordasco
Phil, if you want to test/review the fix you can find it here: https://review.openstack.org/423366 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1657459 Title: WebOb>=1.2.3 requirement for Glance

[Bug 1657459] Re: WebOb>=1.2.3 requirement for Glance will lead to 0 bytes backing image files on OpenStack Newton, although the image file sent to the python client does not have 0 bytes

2017-02-01 Thread Ian Cordasco
Phil, there is a fix for this. The requirements for Ocata are frozen and will not change, and OpenStack also publishes 'upper-constraints.txt' which you can provide to pip using `-c`. For example curl -O https://raw.githubusercontent.com/openstack/requirements/master/upper-constraints.txt

[Bug 1401154] Re: Error: "global name '_' is not defined" during glance image-create

2017-01-31 Thread Ian Cordasco
This appears to only affect the UCA version of glanceclient, not the upstream version. ** No longer affects: python-glanceclient -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1401154 Title: Error:

[Bug 1480960] Re: glance client ignores --owner parameter when image-list is paginated

2017-01-31 Thread Ian Cordasco
** Changed in: python-glanceclient Status: Incomplete => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1480960 Title: glance client ignores --owner parameter when image-list is

[Bug 1100356] Re: Grizzly glance command fails on Ubuntu Raring with jsonschema error

2017-01-30 Thread Ian Cordasco
This problem was fixed in the package distribution nearly 4 years ago. Closing the upstream component as invalid since this was a packaging issue. ** Changed in: python-glanceclient Status: Incomplete => Invalid -- You received this bug notification because you are a member of Ubuntu

[Bug 1657459] Re: WebOb>=1.2.3 requirement for Glance will lead to 0 bytes backing image files on OpenStack Newton, although the image file sent to the python client does not have 0 bytes

2017-01-19 Thread Ian Cordasco
Another facet of this for Glance seems to be related to the PR in WebOb that broke other projects: http://paste.openstack.org/show/595699/ I suspect this is due to us returning `webob.exc.HTTPNoContent()`. It looks like our gzip middleware expects there to be a content-type but that's no longer

[Bug 1657459] Re: WebOb>=1.2.3 requirement for Glance will lead to 0 bytes backing image files on OpenStack Newton, although the image file sent to the python client does not have 0 bytes

2017-01-19 Thread Ian Cordasco
I don't think it's appropriate to merge them all into one as the impacts are very different as well as the remediation. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1657459 Title: WebOb>=1.2.3

[Bug 1657459] Re: WebOb>=1.2.3 requirement for Glance will lead to 0 bytes backing image files on OpenStack Newton, although the image file sent to the python client does not have 0 bytes

2017-01-19 Thread Ian Cordasco
I filed https://github.com/Pylons/webob/issues/307 although I doubt anything will come of it upstream. If anything, that might help others. ** Bug watch added: github.com/Pylons/webob/issues #307 https://github.com/Pylons/webob/issues/307 -- You received this bug notification because you are

[Bug 1657459] Re: WebOb>=1.2.3 requirement for Glance will lead to 0 bytes backing image files on OpenStack Newton, although the image file sent to the python client does not have 0 bytes

2017-01-19 Thread Ian Cordasco
So the fundamental part of this is that there's a subtle change in webob 1.7.0 in how webob.request.Request.is_body_readable is implemented. On 1.7.0, it tells Glance that the body is not readable so it prevents it from reaching certain checks that would produce the appropriate responses. This

[Bug 1657459] Re: WebOb>=1.2.3 requirement for Glance will lead to 0 bytes backing image files on OpenStack Newton, although the image file sent to the python client does not have 0 bytes

2017-01-19 Thread Ian Cordasco
** Changed in: glance Assignee: (unassigned) => Ian Cordasco (icordasc) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1657459 Title: WebOb>=1.2.3 requirement for Glance will lead to 0

[Bug 1449062] Re: qemu-img calls need to be restricted by ulimit (CVE-2015-5162)

2016-09-28 Thread Ian Cordasco
** Changed in: glance Status: Fix Released => Fix Committed ** Changed in: glance/newton Importance: Undecided => Critical ** Changed in: glance/newton Assignee: (unassigned) => Hemanth Makkapati (hemanth-makkapati) ** Changed in: glance/newton Milestone: None => newton-rc2

[Bug 1449062] Re: qemu-img calls need to be restricted by ulimit (CVE-2015-5162)

2016-09-23 Thread Ian Cordasco
** Changed in: glance Importance: Undecided => High ** Changed in: glance Status: New => In Progress ** Changed in: glance Assignee: (unassigned) => Hemanth Makkapati (hemanth-makkapati) -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1449062] Re: qemu-img calls need to be restricted by ulimit (CVE-2015-5162)

2016-09-23 Thread Ian Cordasco
Thank you for that info Jeremy, I've targetted it to the appropriate series in Glance so it's clear. ** Also affects: glance/mitaka Importance: Undecided Status: New ** Also affects: glance/liberty Importance: Undecided Status: New ** Also affects: glance/newton

[Bug 1537130] Re: Glance depends on swift client

2016-06-24 Thread Ian Cordasco
Matt, what does your Glance configuration file look like? ** Project changed: glance => glance-store ** Changed in: glance-store Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1487645] Re: glance image-show does not output correctly

2015-09-02 Thread Ian Cordasco
The cause is the following: - oslo.vmware requires urllib3 and if that requirement is uncapped, it installs 1.11 - no one tends to install over the default system python-requests which is 2.2.1 - for an unexplained reason, urllib3 1.11 and requests 2.2.1 do not mix nor will they mix (I'm not

[Bug 1487645] Re: glance image-show does not output correctly

2015-09-02 Thread Ian Cordasco
The cause is the following: - oslo.vmware requires urllib3 and if that requirement is uncapped, it installs 1.11 - no one tends to install over the default system python-requests which is 2.2.1 - for an unexplained reason, urllib3 1.11 and requests 2.2.1 do not mix nor will they mix (I'm not

[Bug 1418658] Re: pyflakes should verify that code conforms to pep257

2015-08-23 Thread Ian Cordasco
@hjd, I strongly recommend marking it as Invalid. Unless Ubuntu wants to fork Pyflakes to add some kind of extension features (that already exist in another strongly related project) I don't know what the Ubuntu Pyflakes package can offer other than perhaps recommending pep257, pep8, flake8, and

[Bug 1481369] Re: glance package is not found

2015-08-04 Thread Ian Cordasco
What trunk document? Is this actually meant for the Ubuntu or Debian package(s)? ** Changed in: glance Status: New = Incomplete ** Also affects: glance (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1481369] Re: glance package is not found

2015-08-04 Thread Ian Cordasco
What trunk document? Is this actually meant for the Ubuntu or Debian package(s)? ** Changed in: glance Status: New = Incomplete ** Also affects: glance (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server

[Bug 1481369] Re: glance package is not found

2015-08-04 Thread Ian Cordasco
You need to roughly the Installation Guide for Ubuntu because the Debian one is no longer developed. That will be closer to what you expect than the RHEL version. ** Changed in: glance Status: Incomplete = Invalid ** Changed in: glance (Ubuntu) Status: Incomplete = Invalid -- You

[Bug 1481369] Re: glance package is not found

2015-08-04 Thread Ian Cordasco
You need to roughly the Installation Guide for Ubuntu because the Debian one is no longer developed. That will be closer to what you expect than the RHEL version. ** Changed in: glance Status: Incomplete = Invalid ** Changed in: glance (Ubuntu) Status: Incomplete = Invalid -- You

[Bug 1418658] Re: pyflakes should verify that code conforms to pep257

2015-07-24 Thread Ian Cordasco
So PyFlakes is a linter, not a style checker. It checks for unused variables, imports, etc. It doesn't apply style consistency. pep8 and pep257 are two tools that apply style checks for style consistency. Flake8 is a tool that provides linting and style checks (by utilizing pyfakes and pep8) and

[Bug 1447215] Re: Schema Missing kernel_id, ramdisk_id causes #1447193

2015-07-02 Thread Ian Cordasco
** Changed in: glance Status: In Progress = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1447215 Title: Schema Missing kernel_id, ramdisk_id causes #1447193 To manage notifications

[Bug 1447215] Re: Schema Missing kernel_id, ramdisk_id causes #1447193

2015-07-02 Thread Ian Cordasco
** Changed in: glance Status: In Progress = Invalid -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to glance in Ubuntu. https://bugs.launchpad.net/bugs/1447215 Title: Schema Missing kernel_id, ramdisk_id causes #1447193 To

[Bug 1459726] Re: api servers hang with 100% CPU if syslog restarted

2015-05-30 Thread Ian Cordasco
** Changed in: glance Status: New = Invalid ** Changed in: nova Status: New = Invalid ** Changed in: neutron Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to python-eventlet in Ubuntu.

[Bug 1459726] Re: api servers hang with 100% CPU if syslog restarted

2015-05-30 Thread Ian Cordasco
** Changed in: glance Status: New = Invalid ** Changed in: nova Status: New = Invalid ** Changed in: neutron Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1362766] Re: ConnectionFailed: Connection to XXXXXX failed: 'HTTPSConnectionPool' object has no attribute 'insecure'

2015-04-01 Thread Ian Cordasco
Sam Morrison, how is a stack trace that seems entirely located in keystonemiddleware a bug in glanceclient? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1362766 Title: ConnectionFailed: Connection

[Bug 1282861] Re: crash on content-encoding:gzip http responses

2014-07-07 Thread Ian Cordasco
@stub, the content-type and the content-encoding are not related. You are receiving gzip encoded data according to the headers in Bug #13338464. The bug you're seeing is a consequence of the fact that the fix for this bug did not take into account the fact that we swiftclient checks the integrity

[Bug 1027965] [NEW] Xorg freeze

2012-07-23 Thread Ian Cordasco
Public bug reported: Regardless of the login manager (lightdm, gdm, kdm) using Kerberos (5) for authentication with LDAP and NFS (autofs5) fails and seems to traceback to DBus in one way or another (but this is the first crash report that has been produced despite our logs intimating the

[Bug 1027965] Re: Xorg freeze

2012-07-23 Thread Ian Cordasco
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1027965 Title: Xorg freeze To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/dbus/+bug/1027965/+subscriptions --