[Yahoo-eng-team] [Bug 1470918] [NEW] Glance uses glance_store from git master

2015-07-02 Thread Louis Taylor
Public bug reported: Since https://review.openstack.org/#/c/197766/, glance_store is pulled in from git master. This is so we can have a voting py34 job, but needs to be changed back to a released version when we cut the next glance_store release. ** Affects: glance Importance: High

[Yahoo-eng-team] [Bug 1376392] Re: glance using localhost instead of OS_AUTH_URL

2015-07-01 Thread Louis Taylor
** No longer affects: glance -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1376392 Title: glance using localhost instead of OS_AUTH_URL Status in Python client library for Glance:

[Yahoo-eng-team] [Bug 1461484] Re: '@staticmethod' need to be used where 'self' is not used

2015-06-03 Thread Louis Taylor
I don't believe this should be a rule. This isn't java, and if we need to use those methods from outside an instance of a class, we should first evaluate whether it can be a regular function. If we really need those functions to be attached to particular classes, then use @staticmethod. **

[Yahoo-eng-team] [Bug 1455102] Re: some test jobs broken by tox 2.0 not passing env variables

2015-05-15 Thread Louis Taylor
** Also affects: python-glanceclient 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/1455102 Title: some test jobs broken by tox 2.0 not

[Yahoo-eng-team] [Bug 1454384] Re: glance unit tests fail with glance_store==0.5.0

2015-05-12 Thread Louis Taylor
This was introduced in glance_store 63fcfd55c0dcb9d8b642fadf9dc2e98d82adef26 ** Project changed: glance = glance-store -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1454384 Title:

[Yahoo-eng-team] [Bug 1454384] Re: glance unit tests fail with glance_store==0.5.0

2015-05-12 Thread Louis Taylor
https://review.openstack.org/#/c/182469 ** Project changed: glance-store = glance -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1454384 Title: glance unit tests fail with

[Yahoo-eng-team] [Bug 1310735] Re: In Swift store, retry chunk upload on Exception

2015-05-05 Thread Louis Taylor
** Project changed: glance = glance-store -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1310735 Title: In Swift store, retry chunk upload on Exception Status in OpenStack Glance

[Yahoo-eng-team] [Bug 1411836] [NEW] Configuration files should not be manually updated

2015-01-16 Thread Louis Taylor
Taylor (kragniz) Status: New ** Changed in: glance Assignee: (unassigned) = Louis Taylor (kragniz) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1411836 Title: Configuration

[Yahoo-eng-team] [Bug 1375857] Re: It's not possibile to pass the cacert to the swift store

2015-01-05 Thread Louis Taylor
** Project changed: glance = glance-store -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1375857 Title: It's not possibile to pass the cacert to the swift store Status in OpenStack

[Yahoo-eng-team] [Bug 1405707] Re: do we really need the function that image-download API will print the image downloaded to stdout by default

2014-12-25 Thread Louis Taylor
This quite badly breaks the client's backwards compatibility. Are there any particular reasons you'd like to see this change? ** Project changed: glance = python-glanceclient ** Changed in: python-glanceclient Status: New = Opinion ** Changed in: python-glanceclient Importance:

[Yahoo-eng-team] [Bug 1381295] Re: safe_header raises AttributeError if X-Auth-Token is None

2014-12-18 Thread Louis Taylor
** Changed in: python-glanceclient Milestone: None = v0.15.0 ** Changed in: python-glanceclient Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).

[Yahoo-eng-team] [Bug 1402632] Re: issue with glance python client in Icehouse

2014-12-16 Thread Louis Taylor
I think this was something to do with your install of oslo.utils, since netifaces should be pulled in as a dependancy via that package, so I'm going to mark this as invalid for now. ** Changed in: glance Status: New = Invalid -- You received this bug notification because you are a member

[Yahoo-eng-team] [Bug 1402746] Re: glance image-create doesn't work with stdin

2014-12-15 Thread Louis Taylor
This works if you omit the --progress option. I initially thought this was a duplicate of another --progress bug [0], but the underlying problem appears to be separate. [0] https://bugs.launchpad.net/python-glanceclient/+bug/1384664 ** Changed in: glance Status: New = Confirmed **

[Yahoo-eng-team] [Bug 1356373] Re: Glance image-list - shell-init: error retrieving current directory

2014-12-03 Thread Louis Taylor
The root cause in all of the clients seems to be keystoneclient, so moving it over there. ** Project changed: glance = python-keystoneclient -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance.

[Yahoo-eng-team] [Bug 1385213] Re: Swift multi-tenant store: upload broken

2014-11-28 Thread Louis Taylor
Glance_store fixes for this were released in 0.1.10. ** Also affects: glance-store Importance: Undecided Status: New ** Changed in: glance-store Status: New = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1396976] Re: osprofiler configuration option is inconsistant with other projects using osprofiler

2014-11-27 Thread Louis Taylor
** Project changed: python-glanceclient = glance -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1396976 Title: osprofiler configuration option is inconsistant with other projects using

[Yahoo-eng-team] [Bug 1379798] Re: Glance returns HTTPInternalServerError 500 in case of image server is down

2014-11-19 Thread Louis Taylor
** Also affects: glance-store Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1379798 Title: Glance returns HTTPInternalServerError 500 in case

[Yahoo-eng-team] [Bug 1394316] [NEW] glance-manage does not display basic options if run without any arguments

2014-11-19 Thread Louis Taylor
Public bug reported: glance-manage isn't very helpful if it is run without any arguments. Compare against nova-manage and cinder-manage: $ nova-manage

[Yahoo-eng-team] [Bug 1206773] Re: XENAPI_PLUGIN_FAILURE', 'download_vhd', 'KeyError', 'args'

2014-11-17 Thread Louis Taylor
This looks like a problem with xenserver, not glance. ** Changed in: glance Status: New = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1206773 Title:

[Yahoo-eng-team] [Bug 1389634] Re: MultiTenant Swift store not working

2014-11-13 Thread Louis Taylor
** Also affects: glance-store Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1389634 Title: MultiTenant Swift store not working Status in

[Yahoo-eng-team] [Bug 1360235] Re: swift functional tests are broken

2014-11-13 Thread Louis Taylor
** Also affects: glance-store Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1360235 Title: swift functional tests are broken Status in

[Yahoo-eng-team] [Bug 1391765] Re: there is not cmdline to send the 'task' API to get the task status

2014-11-13 Thread Louis Taylor
Task list is a feature of the v2 API only. You can enable this by passing the flag --os-image-api-version 2 to the glance CLI client. $ glance --os-image-api-version 2 task-list ** Changed in: glance Status: New = Invalid -- You received this bug notification because you are a

[Yahoo-eng-team] [Bug 1371559] Re: v2 image-update does not handle some schema properties properly

2014-11-10 Thread Louis Taylor
** Changed in: python-glanceclient Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1371559 Title: v2 image-update does not handle some schema

[Yahoo-eng-team] [Bug 1277104] Re: wrong order of assertEquals args

2014-11-10 Thread Louis Taylor
** Changed in: python-glanceclient Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1277104 Title: wrong order of assertEquals args Status in

[Yahoo-eng-team] [Bug 1348818] Re: Unittests do not succeed with random PYTHONHASHSEED value

2014-10-17 Thread Louis Taylor
** Also affects: python-glanceclient Importance: Undecided Status: New ** Changed in: python-glanceclient Status: New = Confirmed -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1376392] Re: glance using localhost instead of OS_AUTH_URL

2014-10-01 Thread Louis Taylor
This is actually a glance client bug. ** Changed in: glance Status: New = Invalid ** Also affects: python-glanceclient Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance.

[Yahoo-eng-team] [Bug 1320655] Re: UnicodeDecodeError in the nova gate logs

2014-09-21 Thread Louis Taylor
** Changed in: python-glanceclient Status: Fix Committed = 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/1320655 Title: UnicodeDecodeError in the

[Yahoo-eng-team] [Bug 1180377] Re: provisioning failed if the image have a non-ascii property and using qpid

2014-09-21 Thread Louis Taylor
** Changed in: python-glanceclient Status: Fix Committed = 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/1180377 Title: provisioning failed if the

[Yahoo-eng-team] [Bug 1284677] Re: Python 3: do not use 'unicode()'

2014-09-21 Thread Louis Taylor
** Changed in: python-glanceclient Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1284677 Title: Python 3: do not use 'unicode()' Status in

[Yahoo-eng-team] [Bug 1198329] Re: flake8 does not ignore build folder created by devstack

2014-09-21 Thread Louis Taylor
** Changed in: python-glanceclient Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1198329 Title: flake8 does not ignore build folder created

[Yahoo-eng-team] [Bug 1172444] Re: migrate all projects to flake8

2014-09-21 Thread Louis Taylor
** Changed in: python-glanceclient Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1172444 Title: migrate all projects to flake8 Status in

[Yahoo-eng-team] [Bug 1268480] Re: assertTrue(isinstance()) in tests should be replace with assertIsInstance()

2014-09-21 Thread Louis Taylor
** Changed in: python-glanceclient Status: Fix Committed = 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/1268480 Title: assertTrue(isinstance()) in tests should be

[Yahoo-eng-team] [Bug 1255876] Re: need to ignore swap files from getting into repository

2014-09-21 Thread Louis Taylor
** Changed in: python-glanceclient Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/1255876 Title: need to ignore swap

[Yahoo-eng-team] [Bug 1205330] Re: ambiguous column 'checksum' error while querying for image-list (v2)

2014-09-21 Thread Louis Taylor
** Changed in: python-glanceclient Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1205330 Title: ambiguous column 'checksum' error while

[Yahoo-eng-team] [Bug 1202391] Re: POST on v2/images returning 500

2014-09-21 Thread Louis Taylor
** Changed in: python-glanceclient Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1202391 Title: POST on v2/images returning 500 Status in

[Yahoo-eng-team] [Bug 1200214] Re: Relax OpenStack upper capping of client versions

2014-09-21 Thread Louis Taylor
** Changed in: python-glanceclient Status: Fix Committed = 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/1200214 Title: Relax OpenStack upper