[Yahoo-eng-team] [Bug 1505108] [NEW] neutron_lbaas.tests.tempest.v2.api.test_listeners_admin failed _check_status_tree

2015-10-12 Thread Elena Ezhova
Public bug reported: Listener admin tests sometimes fail on _check_status_tree with assertion error even though GET requests return "ONLINE" operating status which is actually expected. 2015-10-09 15:14:51.778 | 2015-10-09 15:14:51.748 |

[Yahoo-eng-team] [Bug 1492702] Re: import task doesn't check image properties

2015-10-12 Thread wangxiyuan
** Changed in: glance Status: In Progress => Invalid ** Changed in: glance Assignee: wangxiyuan (wangxiyuan) => (unassigned) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance.

[Yahoo-eng-team] [Bug 1505157] [NEW] Glance doesn't validate deactivated image correctly

2015-10-12 Thread Kairat Kushaev
Public bug reported: This bug was found by Abhishek Kekane in one of review to glance docs. With python glanceclient (v2) 1. Create an active image 2. De-activate image 3. Delete image AR: Failed validating u'enum' in schema[u'properties'][u'status']: {u'description': u'Status of the image

[Yahoo-eng-team] [Bug 1505134] [NEW] error message not clear when image-show is called on deactivated image

2015-10-12 Thread Abhishek Kekane
Public bug reported: Error message is not clear when user tries to use image-show on deactivated image. Steps to reproduce: 1. Create image 2. Deactivate image 3. Call image-show on deactivated image Actual message: glance image-show 5f0f914b-9f04-42c4-9769-07dc09e09056 u'deactivated' is not

[Yahoo-eng-team] [Bug 1505166] [NEW] Resync OVS, L3, DHCP agents upon revival

2015-10-12 Thread Eugene Nikanorov
Public bug reported: In some cases on a loaded cloud when neutron is working over rabbitmq in clustered mode there could be a condition when one of the rabbitmq cluster member is stuck replicating queues. During that period agents that connect via that instance can't communicate and send

[Yahoo-eng-team] [Bug 1504534] Re: o.vo master + nova master = unit tests fail

2015-10-12 Thread Davanum Srinivas (DIMS)
** Changed in: oslo.versionedobjects Status: Fix Committed => Fix Released ** Changed in: oslo.versionedobjects Milestone: None => 0.11.0 -- 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 1505271] [NEW] Information about volumes not displayed in cluster template and cluster information

2015-10-12 Thread Evgeny Sikachev
Public bug reported: ENVIRONMENT: devstack(12.10.2015) STEPS TO REPRODUCE: 1. Create node groups with volumes 2. Create cluster template with these node groups 3. Create cluster with this cluster template 4. Click on cluster 5. Click on "Node Groups" EXPECTED RESULT: In information about node

[Yahoo-eng-team] [Bug 1505282] [NEW] L3 agent: explicit call to resync on init may lead to double syncing

2015-10-12 Thread Oleg Bondarev
Public bug reported: Currently L3 agent has an explicit call to self.periodic_sync_routers_task() after initialization. Given that periodic job spacing is set to 1 second, this may lead to double syncing with server on initialization (especially if there are a lot of routers scheduled to the

[Yahoo-eng-team] [Bug 1505298] [NEW] No JSONSchema validation on some of federation API calls

2015-10-12 Thread Marek Denis
Public bug reported: Identity providers, Mapping and Protocols CRUD requests should be validated with JSONSchema. ** Affects: keystone Importance: Undecided Assignee: Marek Denis (marek-denis) Status: New ** Tags: federation -- You received this bug notification because

[Yahoo-eng-team] [Bug 1503890] Re: test_policy assumes oslo.policy internal implementationd details

2015-10-12 Thread Davanum Srinivas (DIMS)
** Changed in: oslo.policy Status: Fix Committed => Fix Released ** Changed in: oslo.policy Milestone: None => 0.12.0 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1503890

[Yahoo-eng-team] [Bug 1505203] [NEW] Setting admin_state_up=False on an HA router with gateway raises an exception

2015-10-12 Thread John Schwarz
Public bug reported: Steps to reproduce: 1. Create an HA router, 2. Connect the router to a gateway, 3. neutron router-update --admin-state-down=False This results in the following traceback on the l3 agent: 2015-10-12 14:43:44.755 ERROR neutron.agent.l3.router_info [-] Command: ['ip',

[Yahoo-eng-team] [Bug 1505218] [NEW] Image schema doesn't contain 'deactivated' status

2015-10-12 Thread Mike Fedosin
Public bug reported: Currently glance image schema doesn't contain 'deactivated' in the list of statuses, which leads to the fact that client cannot validate it . 1. mfedosin@wdev:~$ glance image-list +--+-+ | ID

[Yahoo-eng-team] [Bug 1505209] [NEW] Unable to grant role in project to user/group in latest DevStack

2015-10-12 Thread Marcin Zbik
Public bug reported: Git version of Horizon 8.0.0.0rc2 from branch stable/liberty Steps: 1. Identity -> Projects 2. Select one of projects and edit its members 3. One can add user but no roles to select are shown. No errors in apache log but in firebug console there is: TypeError: role_list is

[Yahoo-eng-team] [Bug 1505217] [NEW] Spawn dedicated rpc workers for state reports queue

2015-10-12 Thread Eugene Nikanorov
Public bug reported: This change will address a case when rpc workers are loaded with heavy requests, like l3 router sync and have no capacity to process state reports. In such case agents will blink, rescheduling will occur, which will load neutron-server even more and potentially disrupt

[Yahoo-eng-team] [Bug 1505240] [NEW] Tons of py34 tracebacks in successful unit test runs

2015-10-12 Thread Matt Riedemann
Public bug reported: 2015-10-08 00:44:34.361 | --- Logging error --- 2015-10-08 00:44:34.361 | Traceback (most recent call last): 2015-10-08 00:44:34.361 | File "/usr/lib/python3.4/logging/__init__.py", line 964, in emit 2015-10-08 00:44:34.361 | msg = self.format(record) 2015-10-08

[Yahoo-eng-team] [Bug 1505259] [NEW] Functional gate broken due to configure_for_func_testing.sh inability to configure DB backends

2015-10-12 Thread Assaf Muller
Public bug reported: After https://review.openstack.org/#/c/233106/ was merged to Devstack, the configure_for_func_testing.sh script is unable to configure both DB backends, and test setup eventually fails as such:

[Yahoo-eng-team] [Bug 1505240] Re: Tons of py34 tracebacks in successful unit test runs

2015-10-12 Thread Matt Riedemann
The neutron part of this bug was fixed with commit 2758739847e30e18675ad945a1a3ad04c4603e3f for bug 1504053. ** No longer affects: neutron -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1505134] Re: error message not clear when image-delete is called on deactivated image

2015-10-12 Thread nikhil komawar
I think we can backport it to Kilo and don;t see any reason why not. THoughts? ** Also affects: glance/kilo Importance: Undecided Status: New ** Tags added: liberty-rc-potential -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1505244] [NEW] OVS agent can leave AMQP queues on startup failure

2015-10-12 Thread Ihar Hrachyshka
Public bug reported: If OVS agent initialization fails for any reason after report_state thread is spawned, we can leave empty AMQP queues on AMQP broker. Any failure between that thread startup and consume_in_threads() call may result in it. This is because report_state triggers RPC, and since

[Yahoo-eng-team] [Bug 1505256] [NEW] Potential user_id collision between Federated IdPs

2015-10-12 Thread Adam Young
Public bug reported: User Ids cannot be something sepcified entirely by the Federation providers. If they are, there are a handful of potential problems: 1. The userId specified will be too big for the colum (varchar 64) 2. Two different Identity Providers can provide the same value for

[Yahoo-eng-team] [Bug 1505218] Re: Image schema doesn't contain 'deactivated' status

2015-10-12 Thread nikhil komawar
** Also affects: glance/kilo Importance: Undecided Status: New ** Also affects: glance/liberty Importance: Undecided Status: New ** No longer affects: glance/liberty ** Tags added: liberty-rc-potential -- You received this bug notification because you are a member of

[Yahoo-eng-team] [Bug 1503501] Re: oslo.db no longer requires testresources and testscenarios packages

2015-10-12 Thread Davanum Srinivas (DIMS)
** Also affects: ironic 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/1503501 Title: oslo.db no longer requires testresources and

[Yahoo-eng-team] [Bug 1505295] Re: Tox tests failing with AttributeError

2015-10-12 Thread Nate Potter
** Also affects: nova Importance: Undecided Status: New ** 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 OpenStack Compute (nova).

[Yahoo-eng-team] [Bug 1505295] Re: Tox tests failing with AttributeError

2015-10-12 Thread Armando Migliaccio
** Also affects: ironic 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/1505295 Title: Tox tests failing with AttributeError Status in

[Yahoo-eng-team] [Bug 1505295] Re: Tox tests failing with AttributeError

2015-10-12 Thread Armando Migliaccio
** No longer affects: ironic -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1505295 Title: Tox tests failing with AttributeError Status in Cinder: New Status in neutron: New Status

[Yahoo-eng-team] [Bug 1505295] Re: Tox tests failing with AttributeError

2015-10-12 Thread Jesse Pretorius
** Also affects: openstack-ansible Importance: Undecided Status: New ** Changed in: openstack-ansible Milestone: None => 12.0.0 ** Changed in: openstack-ansible Importance: Undecided => High ** Changed in: openstack-ansible Assignee: (unassigned) => Jesse Pretorius

[Yahoo-eng-team] [Bug 1505313] [NEW] nova kilo and contrail 2.2, instances fail to boot throwing an endpoint_override error

2015-10-12 Thread Max
Public bug reported: I am running: Ubuntu 14.04 Contrail 2.20 root@cmpt02:~# dpkg -l | grep contrail ii contrail-lib 2.20+0~1443532552.81~1.c0c6c68 amd64OpenContrail libraries ii contrail-nodemgr 2.20+0~1443532552.81~1.c0c6c68

[Yahoo-eng-team] [Bug 1505295] Re: Tox tests failing with AttributeError

2015-10-12 Thread Davanum Srinivas (DIMS)
** Also affects: nova 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/1505295 Title: Tox tests failing with AttributeError Status in Cinder:

[Yahoo-eng-team] [Bug 1505318] [NEW] VMware: fail to attach configure driver when cluster is in a folder

2015-10-12 Thread Gary Kotton
Public bug reported: 2015-10-12 10:36:17.470 INFO nova.virt.vmwareapi.vmops [req-85b5ece9-2f07-4c6d-ba63-307e9941b191 demo demo] [instance: bfa0cfd0-ddb7-4be5-a06d-2bc38ef9990f] Using config drive for instance /usr/local/lib/python2.7/dist-packages/urllib3/util/ssl_.py:100:

[Yahoo-eng-team] [Bug 1505326] [NEW] Unit tests failing with requests 2.8.0

2015-10-12 Thread Brant Knudson
Public bug reported: When the tests are run, a bunch of them fail: pkg_resources.ContextualVersionConflict: (requests 2.8.0 (/home/jenkins/workspace/gate-keystone-python27/.tox/py27/lib/python2.7 /site-packages), Requirement.parse('requests!=2.8.0,>=2.5.2'), set(['oslo.policy']))

[Yahoo-eng-team] [Bug 1505295] Re: Tox tests failing with AttributeError

2015-10-12 Thread Ihar Hrachyshka
** 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/1505295 Title: Tox tests failing with AttributeError Status in

[Yahoo-eng-team] [Bug 1505295] Re: Tox tests failing with AttributeError

2015-10-12 Thread Nate Potter
** No longer affects: neutron ** 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/1505295 Title: Tox tests failing with AttributeError Status in Cinder: New

[Yahoo-eng-team] [Bug 1505295] Re: Tox tests failing with AttributeError

2015-10-12 Thread Davanum Srinivas (DIMS)
** Also affects: oslo.messaging 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/1505295 Title: Tox tests failing with AttributeError Status

[Yahoo-eng-team] [Bug 1505320] [NEW] Horizon integration tests are failing

2015-10-12 Thread Doug Fish
Public bug reported: Horizon integration tests are failing. test_image_create_delete example http://logs.openstack.org/82/201582/16/check/gate-horizon-dsvm-integration/acd8598/console.html ** Affects: horizon Importance: High Status: Confirmed -- You received this bug

[Yahoo-eng-team] [Bug 1505354] [NEW] oslo.db dependency changes breaks testing

2015-10-12 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: oslo.db updates removes testresources from their requirements. We must now import this ourselves. https://bugs.launchpad.net/nova/+bug/1503501 ** Affects: neutron Importance: Undecided Status: New -- oslo.db dependency changes breaks

[Yahoo-eng-team] [Bug 1505342] [NEW] n-cond throws exception while starting

2015-10-12 Thread Devdatta Kulkarni
Public bug reported: Seeing following error on n-cond screen in devstack. 015-10-12 18:15:12.833 INFO oslo.messaging._drivers.impl_rabbit [-] Connecting to AMQP server on 10.0.2.15:5672 2015-10-12 18:15:12.844 INFO oslo.messaging._drivers.impl_rabbit [-] Connected to AMQP server on

[Yahoo-eng-team] [Bug 1505346] [NEW] Downgrade of DVR to legacy router returns wrong HTTP error code

2015-10-12 Thread Assaf Muller
Public bug reported: Downgrading a DVR router to a legacy router raises a 'NotSupported' exception, which inherits from NeutronException, and isn't given an explicit error code in the API layer, therefor returning error 500: http://paste.openstack.org/show/476056/ It should return error 501

[Yahoo-eng-team] [Bug 1505344] [NEW] n-cpu-error-in-devstack

2015-10-12 Thread Devdatta Kulkarni
Public bug reported: Seeing following error in n-cpu screen in devstack 2015-10-12 18:22:45.816 ERROR nova.compute.manager [req-98540423-b4f2-46a1-8c0e-83822c7cbe6a None None] Error updating resources for node devstack: Invalid input received: Missing keys: ['numa_topology'] nova commit:

[Yahoo-eng-team] [Bug 1505356] [NEW] Can't upload images in Python 3.4

2015-10-12 Thread Sirushti Murugesan
Public bug reported: Trying to upload images via the OSC fails with: 'ascii' codec can't decode byte 0xea in position 0: ordinal not in range(128) 2015-10-09 16:37:17.960 | ++ openstack --os-cloud=devstack-admin image create cirros-0.3.4-x86_64-uec-kernel --public --container-format aki

[Yahoo-eng-team] [Bug 1505375] [NEW] Upgrading an existing HA router to DVR returns wrong error

2015-10-12 Thread Assaf Muller
Public bug reported: 1) Create an HA router 2) Update it to a DVR router Expected result: Error explaining that a router cannot be both HA and distributed Actual result: neutron.common.exceptions.BadRequest: Bad router request: Cannot upgrade active router to distributed. Please set router

[Yahoo-eng-team] [Bug 1505382] [NEW] Wrong error code returned when an HA+DVR router is created or updated

2015-10-12 Thread Assaf Muller
Public bug reported: This is the error returned when an HA+DVR router is created: neutron router-create --ha=True --distributed=True dvr_ha 501-{u'NotImplementedError': {u'message': u'', u'type': u'DistributedHARouterNotSupported', u'detail': u''}} It should be a properly formatted error, and

[Yahoo-eng-team] [Bug 1505354] [NEW] oslo.db dependency changes breaks testing in neutron-lbaas

2015-10-12 Thread Phillip Toohill
Public bug reported: oslo.db updates removes testresources from their requirements. We must now import this ourselves. https://bugs.launchpad.net/nova/+bug/1503501 ** Affects: neutron Importance: Undecided Assignee: Phillip Toohill (phillip-toohill) Status: In Progress **

[Yahoo-eng-team] [Bug 1505374] [NEW] Unit tests failing with oslo.policy 0.12.0

2015-10-12 Thread Brant Knudson
Public bug reported: oslo.policy 0.12.0 was released recently, and this caused a couple keystone unit tests to fail. The new release has a change to use requests rather than urllib, and keystone's unit tests were assuming that oslo.policy was implemented using urllib (by mocking the

[Yahoo-eng-team] [Bug 1505153] Re: gates broken by WebOb 1.5 release

2015-10-12 Thread Davanum Srinivas (DIMS)
** Also affects: nova Importance: Undecided Status: New -- 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/1505153 Title: gates broken by WebOb 1.5 release

[Yahoo-eng-team] [Bug 1476770] Re: _translate_from_glance fails with "AttributeError: id" in grenade

2015-10-12 Thread Jesse Pretorius
** Also affects: openstack-ansible Importance: Undecided Status: New ** Changed in: openstack-ansible Assignee: (unassigned) => Jesse Pretorius (jesse-pretorius) ** Changed in: openstack-ansible Importance: Undecided => High ** Changed in: openstack-ansible Status: New

[Yahoo-eng-team] [Bug 1505414] [NEW] Broken error message during subnet creation

2015-10-12 Thread Kahou Lei
Public bug reported: Whenever user create a Neutron subnet and Neutron returns error, Horizon will display : Error: Failed to create subnet "90.0.0.0/24" for network "None": Notice that "None" is supposed to be a network name. The root cause is due to

[Yahoo-eng-team] [Bug 1505434] [NEW] os-hypervisors servers API does not properly serialize hypervisor with no instance.

2015-10-12 Thread Alan Fung
Public bug reported: HypervisorsController._view_hypervisor only sets hypervisor['servers'] when servers passed in is non empty list (if servers:). Instead it should check to see if servers is not passed in (if not None:). The reason why this is useful is that currently novaclient would return a

[Yahoo-eng-team] [Bug 1505438] [NEW] test_restart_wsgi_on_sighup_multiple_workers failing with Timed out RuntimeError

2015-10-12 Thread Armando Migliaccio
Public bug reported: message:"in _test_restart_service_on_sighup" AND build_name:"gate- neutron-dsvm-functional"

[Yahoo-eng-team] [Bug 1372670] Re: libvirtError: operation failed: cannot read cputime for domain

2015-10-12 Thread Eduardo Costa
** Changed in: nova Status: In Progress => 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/1372670 Title: libvirtError: operation failed: cannot read

[Yahoo-eng-team] [Bug 1505295] Re: Tox tests failing with AttributeError

2015-10-12 Thread Tim Simmons
** Also affects: designate 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/1505295 Title: Tox tests failing with AttributeError Status in

[Yahoo-eng-team] [Bug 1484344] Re: Decompose Cisco l3 and cfg_agent service plugins

2015-10-12 Thread Henry Gessau
Fixed by https://review.openstack.org/217910 ** Changed in: networking-cisco Status: Triaged => Fix Committed ** Changed in: neutron Status: Triaged => Fix Released ** Changed in: networking-cisco Assignee: (unassigned) => Henry Gessau (gessau) ** Changed in: neutron

[Yahoo-eng-team] [Bug 1505406] [NEW] Queries for fetching quotas are not scoped

2015-10-12 Thread Salvatore Orlando
Public bug reported: get_tenant_quotas retrieves quotas for a tenant without scoping the query with the tenant_id issuing the request [1]; even if the API extension has an explicit authorisation check (...) [2], it is advisable to scope the query so that this problem is avoided. This is

[Yahoo-eng-team] [Bug 1505326] Re: Unit tests failing with requests 2.8.0

2015-10-12 Thread Jesse Pretorius
** Also affects: openstack-ansible Importance: Undecided Status: New ** Changed in: openstack-ansible Status: New => In Progress ** Changed in: openstack-ansible Importance: Undecided => High ** Changed in: openstack-ansible Assignee: (unassigned) => Jesse Pretorius

[Yahoo-eng-team] [Bug 1505153] Re: gates broken by WebOb 1.5 release

2015-10-12 Thread Jesse Pretorius
** Also affects: openstack-ansible Importance: Undecided Status: New ** Changed in: openstack-ansible Status: New => In Progress ** Changed in: openstack-ansible Importance: Undecided => High ** Changed in: openstack-ansible Assignee: (unassigned) => Jesse Pretorius

[Yahoo-eng-team] [Bug 1505394] [NEW] nova.tests.unit.test_exceptions.test_exceptions_raise fails with webob 1.5.0

2015-10-12 Thread Matt Riedemann
Public bug reported: nova.tests.unit.test_exception.ExceptionTestCase.test_exceptions_raise -- Captured traceback: ~~~ Traceback (most recent call last): File "nova/tests/unit/test_exception.py", line

[Yahoo-eng-team] [Bug 1505394] Re: nova.tests.unit.test_exceptions.test_exceptions_raise fails with webob 1.5.0

2015-10-12 Thread Matt Riedemann
Fails upstream too: http://logs.openstack.org/46/233146/2/gate/gate-cinder- python27/ecea360/console.html#_2015-10-12_21_08_41_972 ** Also affects: cinder Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team,

[Yahoo-eng-team] [Bug 1503501] Re: oslo.db no longer requires testresources and testscenarios packages

2015-10-12 Thread Mike Fedosin
** Also affects: glance Importance: Undecided Status: New ** Changed in: glance Assignee: (unassigned) => Mike Fedosin (mfedosin) ** Changed in: glance Status: New => In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team,

[Yahoo-eng-team] [Bug 1496204] Re: DVR: no need to reschedule_router if router gateway update

2015-10-12 Thread Armando Migliaccio
Can someone rephrase the bug description in a way that we can understand: * what the user is trying to achieve * what he/she sees * what he/she would expect to happen So that someone can look into this bug report and file an appropriate fix? ** Changed in: neutron Status: Confirmed =>

[Yahoo-eng-team] [Bug 1465176] Re: Host maintenance mode unavailable in Libvirt.

2015-10-12 Thread Tang Chen
Has posted a BP for this functionality. Please refer to: https://blueprints.launchpad.net/nova/+spec/host- maintenance-mode ** Changed in: nova Status: In Progress => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed

[Yahoo-eng-team] [Bug 1505476] [NEW] when live-migrate failed, remove_volume_connection function accept incorrect arguments order in kilo

2015-10-12 Thread jingtao liang
Public bug reported: Openstack Version : kilo 2015.1.0 Reproduce steps: please see the paths of codes:openstack/nova/nova/compute/manager.py def _rollback_live_migration(self, context, instance,dest, block_migration, migrate_data=None): .. for bdm in bdms:

[Yahoo-eng-team] [Bug 1459828] Re: keystone-all crashes when ca_certs is not defined in conf

2015-10-12 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/1459828

[Yahoo-eng-team] [Bug 1505500] [NEW] segmentation id ranges are different from neutron

2015-10-12 Thread YAMAMOTO Takashi
Public bug reported: segmentation id ranges are different from neutron. ** Affects: horizon Importance: Undecided Assignee: YAMAMOTO Takashi (yamamoto) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1505471] [NEW] Service group's DB driver dies if local conductor is used

2015-10-12 Thread Brian Elliott
Public bug reported: If using local conductor, the DB driver for servicegroup is subject to failure. It is currently only catching MessagingTimeout exceptions, which will not occur as there is no indirection API present. In the event of a temporary DB connection issue, the DB driver will not

[Yahoo-eng-team] [Bug 1505474] [NEW] Glance raise 500 error when change image's status to unallowed stauts

2015-10-12 Thread wangxiyuan
Public bug reported: When user try to change the image's status to unallowed status, such as deactivated --> pending-delete, it will rasie a 500 error. It's not clear to user. So we should catch this error and return to user. ** Affects: glance Importance: Undecided Assignee:

[Yahoo-eng-team] [Bug 1461069] Re: Add Geneve type driver for ML2

2015-10-12 Thread YAMAMOTO Takashi
** Also affects: horizon 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/1461069 Title: Add Geneve type driver for ML2 Status in OpenStack