[Yahoo-eng-team] [Bug 1353539] Re: Keystone running out of memory

2014-12-19 Thread Launchpad Bug Tracker
[Expired for Keystone because there has been no activity for 60 days.] ** Changed in: keystone Status: Incomplete => Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1353539

[Yahoo-eng-team] [Bug 1381412] Re: l3-ha sometimes results in non-functional state

2014-12-19 Thread Launchpad Bug Tracker
[Expired for neutron because there has been no activity for 60 days.] ** Changed in: neutron Status: Incomplete => Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1381412 Ti

[Yahoo-eng-team] [Bug 1360260] Re: 'allow_same_net_traffic=true' has no effect

2014-12-19 Thread Launchpad Bug Tracker
[Expired for openstack-manuals because there has been no activity for 60 days.] ** Changed in: openstack-manuals Status: Incomplete => Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https:

[Yahoo-eng-team] [Bug 1404432] [NEW] Descriptive error message when Create User fails

2014-12-19 Thread Yash Bathia
Public bug reported: Currently, when we try to create a new user with an existing User Name, the process fails and displays an error message "Error: Unable to create user.". This error message is insufficient to inform the user about what exactly went wrong ( same User Name). Since we allow users

[Yahoo-eng-team] [Bug 1404416] [NEW] Use selenium wait function the way selenium code suggests

2014-12-19 Thread Imran Hayder
Public bug reported: BACKGROUND: its known that horizon openstack dashboard integration tests uses selenium extensively to perform tests. Selenium official code is great in way each class and function has a docstring explaining the Usage and how params should be passed. INFO: Regarding this bug

[Yahoo-eng-team] [Bug 1404390] [NEW] Python 2.7.9 breaks nova.tests.unit.test_wsgi.TestWSGIServerWithSSL.test_app_using_ipv6_and_ssl

2014-12-19 Thread Corey Wright
Public bug reported: nova git version is 2014.2-1545-gd442187 (ie master as of now). Python 2.7.9, with its securing the network by default (PEP 466), causes the test to fail: URLError: if i pass the test ca file through urlopen(), for academic purposes as it's not backwards compatible, i

[Yahoo-eng-team] [Bug 1404379] [NEW] Selenium driver function 'current_url' is wrongly called in integration tests

2014-12-19 Thread Imran Hayder
Public bug reported: BASIC INFO: The function defined in selenium, is getting called in integration tests as : self.driver.current_url() While the official selenium documentation says it should be called as: self.driver.current_url The function call is made actually in pageobject.py (base file fo

[Yahoo-eng-team] [Bug 1404073] Re: type should be required for v2.0 service create

2014-12-19 Thread Steve Martinelli
** Summary changed: - name should be optional for service-create + type should be required for v2.0 service create ** Also affects: python-keystoneclient Importance: Undecided Status: New ** Also affects: keystone Importance: Undecided Status: New -- You received this bug n

[Yahoo-eng-team] [Bug 1404276] Re: /auth/projects can include duplicates when using ldap

2014-12-19 Thread Henry Nash
This was due to a different side effect, not related what was described. ** Changed in: keystone Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1404276 Titl

[Yahoo-eng-team] [Bug 1404354] [NEW] SAWarning using empty IN on assignment.actor_id

2014-12-19 Thread Clint Byrum
Public bug reported: Dec 18 02:51:28 ci-overcloud-controller0-nvacfowhjcy2 keystone: /opt/stack/venvs/openstack/local/lib/python2.7/site- packages/sqlalchemy/sql/default_comparator.py:35: SAWarning: The IN- predicate on "assignment.actor_id" was invoked with an empty sequence. This results in a co

[Yahoo-eng-team] [Bug 1404341] [NEW] Spelling error in l3_rpc_agent_api.py

2014-12-19 Thread Mike King
Public bug reported: Log.debug statement in _notification_host() mis-spells Notify ** Affects: neutron Importance: Undecided Assignee: Mike King (mike-king) Status: New ** Changed in: neutron Assignee: (unassigned) => Mike King (mike-king) -- You received this bug notif

[Yahoo-eng-team] [Bug 1404336] [NEW] Network Topology Normal view page out of sync when multiple networks are created.

2014-12-19 Thread Amogh
Public bug reported: Steps to Reproduce the issue: 1. Login to DevStack as demo user 2. Create multiple networks. 3. Go to network topology page and click on Normal view, Observe that Page will be not be in sync to show multiple networks Screenshot attached for reference. ** Affects: horizon

[Yahoo-eng-team] [Bug 1404331] [NEW] ironic driver logs incorrect error message when node in unexpected state

2014-12-19 Thread Devananda van der Veen
Public bug reported: When an Ironic node is not in the expected state (eg, it somehow is out of sync with the nova driver), an incorrect error message is logged in Nova. This showed up while testing changes to Ironic's state machine (so the node being in the wrong state is not Nova's fault; I bro

[Yahoo-eng-team] [Bug 1404320] [NEW] Network Topology in IE has hover issues

2014-12-19 Thread Aaron Sahlin
Public bug reported: In IE 11, the flyover or hover text is disconnected from the hover. (the hover appears have way across the screen). Also the text runs off the hover bubble. I attached an image to clarify. ** Affects: horizon Importance: Undecided Status: New ** Attachmen

[Yahoo-eng-team] [Bug 1404311] [NEW] gce metadata api doesn't properly stream binary data

2014-12-19 Thread Wayne Witzel III
Public bug reported: While implementing the GCE provider for Juju we found that the metadata API breaks when trying to retrieve certain binary formats. In our case the gz of user-data. The API only streams out the first 5 bytes, encounters what it preceives as a EOF/nil character and truncates the

[Yahoo-eng-team] [Bug 1404276] [NEW] /auth/projects can include duplicates when using ldap

2014-12-19 Thread Henry Nash
Public bug reported: The /auth/projects API lists the projects a user has access to (i.e. has any role on). This is sourced from the ldap assignment backed, which (unlike the case for SQL) does not remove duplicate projects from the list. ** Affects: keystone Importance: Undecided

[Yahoo-eng-team] [Bug 1404273] [NEW] ldap assignment driver does not support inherited assignments

2014-12-19 Thread Henry Nash
Public bug reported: The ldap assignment driver really has no support for inherited role assignments. This was not so bad when we just had domain->project inheritance (since the ldap backend doesn't support domains anyway!), but now that we have project->project inheritance, the ldap backend is s

[Yahoo-eng-team] [Bug 1404268] [NEW] Missing nova context during spawn

2014-12-19 Thread Christine Wang
Public bug reported: The nova request context tracks a security context and other request information, including a request id that is added to log entries associated with this request. The request context is passed around explicitly in many chunks of OpenStack code. But nova/context.py also stor

[Yahoo-eng-team] [Bug 1404250] [NEW] get_binary_name should returns strings without spaces

2014-12-19 Thread Cedric Brandily
Public bug reported: get_binary_name() generates a string from sys.argv[0] which could contains spaces: * python -m unittest whatever implies sys.argv[0] = "python -m unittest" and get_binary_name == 'python -m unitte' But iptables does not support spaces in chain name ... and get_binary_nam

[Yahoo-eng-team] [Bug 1404248] [NEW] Lbaas haproxy session persistence type HTTP_COOKIE broken after pool size change

2014-12-19 Thread Viesturs
Public bug reported: Openstack version: stable-juno when using lbaas haproxy session persistence of type HTTP_COOKIE, the lbaas haproxy driver creates haproxy config with entries for pool members: server 74e4334c-ac71-418a-95ab-cca9bcb1a037 192.168.56.101:12345 weight 50 cookie 0 in whi

[Yahoo-eng-team] [Bug 1404241] [NEW] nova-compute state not updated

2014-12-19 Thread Pavel Gluschak
Public bug reported: I'm running 2014.2.1 on CentOS7. 1 controller and 5 compute nodes are deployed using packstack. Whenever I reboot the controller node, some of nova-compute services report state=XXX even after 60 minutes after reboot completed and controller node is up and running again: [ro

[Yahoo-eng-team] [Bug 1403068] Re: Tests fail with python 2.7.9

2014-12-19 Thread James Page
** Also affects: keystone Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1403068 Title: Tests fail with python 2.7.9 Status in Cinder: New

[Yahoo-eng-team] [Bug 1404196] [NEW] many codepaths do not pass image_meta to libvirt blockinfo APIs

2014-12-19 Thread Daniel Berrange
Public bug reported: This bug reported a problem with the finish_migration method not passing image_meta to the libvirt blockinfo APIs https://bugs.launchpad.net/nova/+bug/1389850 On closer inspection there are a great many codepaths which don't pass image_meta to the libvirt blockinfo APIs. Ess

[Yahoo-eng-team] [Bug 1403431] Re: nova list --all-tenants should display tenant name/uuid as well

2014-12-19 Thread Matthew Gilliard
** Changed in: nova Status: Confirmed => Invalid -- 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/1403431 Title: nova list --all-tenants should display tenant name/

[Yahoo-eng-team] [Bug 1404093] Re: Use of *OpportunisticTestCase causes functional tests to skip on db error

2014-12-19 Thread Ann Kamyshnikova
I'm not sure that this is a neutron bug as skip is in test_base in oslo.db https://github.com/openstack/oslo.db/blob/master/oslo/db/sqlalchemy/test_base.py#L61, but at the same time I have doubts that in oslo it will be changed as this test is used as unittest in other components. I will add oslo.d

[Yahoo-eng-team] [Bug 1198566] Re: expired image location url cause glance client errors

2014-12-19 Thread Thierry Carrez
** Changed in: glance Status: Fix Committed => Fix Released ** Changed in: glance Milestone: None => kilo-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1198566 Title: expir

[Yahoo-eng-team] [Bug 1163075] Re: qualname values in logging.conf sample are bogus

2014-12-19 Thread Thierry Carrez
** Changed in: glance Status: Fix Committed => Fix Released ** Changed in: glance Milestone: None => kilo-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1163075 Title: qualn

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

2014-12-19 Thread Thierry Carrez
** Changed in: glance Status: Fix Committed => Fix Released ** Changed in: glance Milestone: None => kilo-1 -- 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: wro

[Yahoo-eng-team] [Bug 1288178] Re: Sync new policy from oslo

2014-12-19 Thread Thierry Carrez
** Changed in: glance Status: Fix Committed => Fix Released ** Changed in: glance Milestone: None => kilo-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1288178 Title: Sync

[Yahoo-eng-team] [Bug 1404115] Re: can't copy 'neutron/tests/functional/contrib'

2014-12-19 Thread James Polley
** 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/1404115 Title: can't copy 'neutron/tests/functional/contrib' Status i

[Yahoo-eng-team] [Bug 1373268] Re: Fix space issue in help message for user_storage_quota config parameter

2014-12-19 Thread Thierry Carrez
** Changed in: glance Status: Fix Committed => Fix Released ** Changed in: glance Milestone: None => kilo-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1373268 Title: Fix s

[Yahoo-eng-team] [Bug 1336955] Re: glance-api logs INFO for glance-registry ServerError 500 response

2014-12-19 Thread Thierry Carrez
** Changed in: glance Status: Fix Committed => Fix Released ** Changed in: glance Milestone: None => kilo-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1336955 Title: glanc

[Yahoo-eng-team] [Bug 1381870] Re: Do not use obsolete modules from oslo-incubator

2014-12-19 Thread Thierry Carrez
** Changed in: glance 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/1381870 Title: Do not use obsolete modules from oslo-incubator Status in

[Yahoo-eng-team] [Bug 1368274] Re: tests failed when running tox without `--concurrency 1`

2014-12-19 Thread Thierry Carrez
** Changed in: glance Status: Fix Committed => Fix Released ** Changed in: glance Milestone: None => kilo-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1368274 Title: tests

[Yahoo-eng-team] [Bug 1370058] Re: Refactor metadef ORM as_dict method to to_dict for consistency

2014-12-19 Thread Thierry Carrez
** Changed in: glance Status: Fix Committed => Fix Released ** Changed in: glance Milestone: None => kilo-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1370058 Title: Refac

[Yahoo-eng-team] [Bug 1370954] Re: glance 500's when passed image name with a 4-byte utf-8 character

2014-12-19 Thread Thierry Carrez
** Changed in: glance Status: Fix Committed => Fix Released ** Changed in: glance Milestone: None => kilo-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1370954 Title: glanc

[Yahoo-eng-team] [Bug 1331885] Re: Glance service doesn't support ipv6

2014-12-19 Thread Thierry Carrez
** Changed in: glance 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/1331885 Title: Glance service doesn't support ipv6 Status in OpenStack I

[Yahoo-eng-team] [Bug 1280343] Re: Cleanup scrubber wont list all images

2014-12-19 Thread Thierry Carrez
** Changed in: glance Status: Fix Committed => Fix Released ** Changed in: glance Milestone: None => kilo-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1280343 Title: Clean

[Yahoo-eng-team] [Bug 1362451] Re: ignore .idea folder in glance

2014-12-19 Thread Thierry Carrez
** Changed in: glance Status: Fix Committed => Fix Released ** Changed in: glance Milestone: None => kilo-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1362451 Title: ignor

[Yahoo-eng-team] [Bug 1367650] Re: Use existing Metadef{type}NotFound Exceptions instead of MetadefRecordNotFound

2014-12-19 Thread Thierry Carrez
** Changed in: glance Status: Fix Committed => Fix Released ** Changed in: glance Milestone: None => kilo-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1367650 Title: Use e

[Yahoo-eng-team] [Bug 1250158] Re: Glance V2 incorrectly implements JSON Patch 'add'

2014-12-19 Thread Thierry Carrez
** Changed in: glance Status: Fix Committed => Fix Released ** Changed in: glance Milestone: None => kilo-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1250158 Title: Glanc

[Yahoo-eng-team] [Bug 1349845] Re: Logging is missing in image_tags and image_memebers

2014-12-19 Thread Thierry Carrez
** Changed in: glance Status: Fix Committed => Fix Released ** Changed in: glance Milestone: None => kilo-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1349845 Title: Loggi

[Yahoo-eng-team] [Bug 1376247] Re: Test "test_get_client_all_creds" fails if OS_XXX variables set

2014-12-19 Thread Thierry Carrez
** Changed in: glance Status: Fix Committed => Fix Released ** Changed in: glance Milestone: None => kilo-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1376247 Title: Test

[Yahoo-eng-team] [Bug 1371118] Re: Image file stays in store if image has been deleted during upload

2014-12-19 Thread Thierry Carrez
** Changed in: glance Status: Fix Committed => Fix Released ** Changed in: glance Milestone: None => kilo-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1371118 Title: Image

[Yahoo-eng-team] [Bug 1369390] Re: Fails to start a server providing the configuration file

2014-12-19 Thread Thierry Carrez
** Changed in: glance Status: Fix Committed => Fix Released ** Changed in: glance Milestone: None => kilo-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1369390 Title: Fails

[Yahoo-eng-team] [Bug 1378640] Re: Incorrect parameters passed to delete_from_backend method

2014-12-19 Thread Thierry Carrez
** Changed in: glance Status: Fix Committed => Fix Released ** Changed in: glance Milestone: None => kilo-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1378640 Title: Incor

[Yahoo-eng-team] [Bug 1378215] Re: If db deadlock occurs for some reason while deleting an image, no one can delete the image any more

2014-12-19 Thread Thierry Carrez
** Changed in: glance 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/1378215 Title: If db deadlock occurs for some reason while deleting an im

[Yahoo-eng-team] [Bug 1380552] Re: Fix for adopt glance.store library in Glance

2014-12-19 Thread Thierry Carrez
** Changed in: glance 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/1380552 Title: Fix for adopt glance.store library in Glance Status in Op

[Yahoo-eng-team] [Bug 1387973] Re: Normal user not able to download image if protected property is not associated with the image with restrict-download policy

2014-12-19 Thread Thierry Carrez
** Changed in: glance Status: Fix Committed => Fix Released ** Changed in: glance Milestone: None => kilo-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1387973 Title: Norma

[Yahoo-eng-team] [Bug 1392485] Re: metadef modules should only use - from wsme.rest import json

2014-12-19 Thread Thierry Carrez
** Changed in: glance Status: Fix Committed => Fix Released ** Changed in: glance Milestone: None => kilo-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1392485 Title: metad

[Yahoo-eng-team] [Bug 1384379] Re: versions resource uses host_url which may be incorrect

2014-12-19 Thread Thierry Carrez
** Changed in: glance Status: Fix Committed => Fix Released ** Changed in: glance Milestone: None => kilo-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1384379 Title: versi

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

2014-12-19 Thread Thierry Carrez
** Changed in: glance 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/1385213 Title: Swift multi-tenant store: upload broken Status in OpenSta

[Yahoo-eng-team] [Bug 1383255] Re: non-unicode error message -> glance-reg dies without saying why

2014-12-19 Thread Thierry Carrez
** Changed in: glance Status: Fix Committed => Fix Released ** Changed in: glance Milestone: None => kilo-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1383255 Title: non-u

[Yahoo-eng-team] [Bug 1390031] Re: Inconsistancy in using "aggregate_instance_extra_specs" prefix in glance/etc/metadefs/compute-host-capabilities.json

2014-12-19 Thread Thierry Carrez
** Changed in: glance Status: Fix Committed => Fix Released ** Changed in: glance Milestone: None => kilo-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1390031 Title: Incon

[Yahoo-eng-team] [Bug 1384911] Re: Request id isn't logged correctly

2014-12-19 Thread Thierry Carrez
** Changed in: glance Status: Fix Committed => Fix Released ** Changed in: glance Milestone: None => kilo-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1384911 Title: Reque

[Yahoo-eng-team] [Bug 1382585] Re: eventlet.wsgi and glance.wsgi logs not separate

2014-12-19 Thread Thierry Carrez
** Changed in: glance Status: Fix Committed => Fix Released ** Changed in: glance Milestone: None => kilo-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1382585 Title: event

[Yahoo-eng-team] [Bug 1391211] Re: Glance-manage should log to a unique file

2014-12-19 Thread Thierry Carrez
** Changed in: glance 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/1391211 Title: Glance-manage should log to a unique file Status in OpenS

[Yahoo-eng-team] [Bug 1391437] Re: glance_store 0.1.9 broke multiple unit tests

2014-12-19 Thread Thierry Carrez
** Changed in: glance 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/1391437 Title: glance_store 0.1.9 broke multiple unit tests Status in Op

[Yahoo-eng-team] [Bug 1387320] Re: osprofiler causing crash when update from icehouse

2014-12-19 Thread Thierry Carrez
** Changed in: glance 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/1387320 Title: osprofiler causing crash when update from icehouse Status

[Yahoo-eng-team] [Bug 1398314] Re: The API doesn't return nullable fields when they're null

2014-12-19 Thread Thierry Carrez
** Changed in: glance 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/1398314 Title: The API doesn't return nullable fields when they're null

[Yahoo-eng-team] [Bug 1394641] Re: glance.db.metadata import error

2014-12-19 Thread Thierry Carrez
** Changed in: glance Status: Fix Committed => Fix Released ** Changed in: glance Milestone: None => kilo-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1394641 Title: glanc

[Yahoo-eng-team] [Bug 1398313] Re: Nullable fields default values are not part of the schema

2014-12-19 Thread Thierry Carrez
** Changed in: glance Status: Fix Committed => Fix Released ** Changed in: glance Milestone: None => kilo-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1398313 Title: Nulla

[Yahoo-eng-team] [Bug 1400966] Re: Glance allows users to download and delete any file in glance-api server

2014-12-19 Thread Thierry Carrez
** Changed in: glance 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/1400966 Title: Glance allows users to download and delete any file in gla