[Yahoo-eng-team] [Bug 1386046] Re: test_contrail_plugin.TestContrailL3NatTestCase fakes core plugin very trikerly

2014-12-30 Thread Numan Siddique
I am not sure if the fix is required here as the patch https://review.openstack.org/#/c/124699/ has a fix. ** Changed in: neutron Assignee: Numan Siddique (numansiddique) => (unassigned) ** Changed in: neutron Status: In Progress => Opinion -- You received this bug notification be

[Yahoo-eng-team] [Bug 1406705] [NEW] Scheduling a router(HA/legacy) to an agent already scheduled for that router yields a success message

2014-12-30 Thread Yoni
Public bug reported: A legacy router was created and automatically scheduled to both agents. Given this state of the agent scheduling : [stack@vpn-6-98 devstack (master %=)]$ neutron l3-agent-list-hosting-router R5 +--+-+---

[Yahoo-eng-team] [Bug 1406667] [NEW] Return 400 for invalid filter combinations on /role_assignments API

2014-12-30 Thread Samuel de Medeiros Queiroz
Public bug reported: On /v3/role_assignments API, there are two types of invalid filter combinations: 1) Can't combine actors or targets: - (domain_id, project_id) - (user_id, group_id) 2) Can't filter results by something that is never returned in effective mode: - (effective, inherited) - (eff

[Yahoo-eng-team] [Bug 1406657] [NEW] Horizon: Edit Network missing options

2014-12-30 Thread Danny Choi
Public bug reported: nova-manage version: 2014.2.2 Issue: Horizon Edit Network missing the following options --router:external --shared --tenant_id ** Affects: horizon Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engi

[Yahoo-eng-team] [Bug 1406656] [NEW] Horizon: Edit Network option disappeared when shared=true

2014-12-30 Thread Danny Choi
Public bug reported: nova-manage version: 2014.2.2 Issue: Edit Network option disappeared after setting "shared=true" via CLI. ** Affects: horizon Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1406640] [NEW] Refactor role assignment assertions and creation of expected entities

2014-12-30 Thread Samuel de Medeiros Queiroz
Public bug reported: On test_v3_assignment, the method assertValidRoleAssignment(..) [1] can be refactored in order to do a clearer comparison between the provided 'entity' and expected 'ref'. In addition, assignment link comparison could allow regular expressions, enabling tests to verify the

[Yahoo-eng-team] [Bug 1406627] [NEW] Inheritance info must be stored inside scope on test_v3_assignment

2014-12-30 Thread Samuel de Medeiros Queiroz
Public bug reported: The method _build_role_assignment_url_and_entity(..) creates expected role assignments depending on provided parameters. When an inherited role assignment is requested, it is putting 'OS-INHERIT:inherited_to' info inside the main body of the entity, instead of inside the 's

[Yahoo-eng-team] [Bug 1406598] [NEW] nova-cells doesn't url decode transport_url

2014-12-30 Thread Mike Dorman
Public bug reported: When creating a cell using the nova-manage cell create command, the transport_url generated in the database is url-encoded (i.e. '=' is changed to '%3D', etc.) That's propably the correct behavior, since the connection string is stored as URL. However, nova-cells doesn't pro

[Yahoo-eng-team] [Bug 1406582] [NEW] Configuration should use 'auth_strategy' instead of 'flavor'

2014-12-30 Thread Matt Kassawara
Public bug reported: The glance-api.conf and glance-registry.conf configuration files should use the 'auth_strategy' option instead of the 'flavor' option to configure the authentication backend. Also, this option should contain a default value of 'keystone' similar to other services. ** Affects:

[Yahoo-eng-team] [Bug 1406536] [NEW] WARNING keystone.cli [-] keystone-manage pki_setup is not recommended for production use.

2014-12-30 Thread Pradip_Vedams
Public bug reported: hi everyone, I am trying to setup swift cluster using docker. I had completed my storage side configuration of swift cluster . The problem is while installing keystone package at the end of installation it is giving the warning at the time of starting keystone service .

[Yahoo-eng-team] [Bug 1406253] Re: Updating default security group from non-admin user should raise error

2014-12-30 Thread Ann Kamyshnikova
I also don't see any problem with changing default security group description for normal user. ** Changed in: neutron Status: New => Opinion -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.n

[Yahoo-eng-team] [Bug 1406438] Re: Failures in test_create_list_show_delete_interfaces

2014-12-30 Thread venkata anil
Submitted change https://review.openstack.org/#/c/144434/ ** Changed in: neutron Status: New => In Progress ** Also affects: tempest Importance: Undecided Status: New ** Changed in: tempest Assignee: (unassigned) => venkata anil (anil-venkata) ** Changed in: tempest

[Yahoo-eng-team] [Bug 1406486] [NEW] Suspending an instance fails when using vnic_type=direct

2014-12-30 Thread Itzik Brown
Public bug reported: When launching an instance with a pre-created port with binding:vnic_type='direct' and suspending the instance fails with error 'NoneType' object has no attribute 'encode' Nova compute log: http://paste.openstack.org/show/155141/ Version == openstack-nova-common-2014.

[Yahoo-eng-team] [Bug 1406484] [NEW] Fibre channel info retrieved on each call to get_volume_connector

2014-12-30 Thread Avishay Traeger
Public bug reported: On a system with no Fibre Channel (FC) HBAs, each call to get_volume_connector() in virt/libvirt/driver.py will result in retrieving the FC HBA info. This is because the code looks like this: self._fc_wwnns = None self._fc_wwpns = None ... if not self._fc_wwnns: self._fc

[Yahoo-eng-team] [Bug 1406476] [NEW] initctl: Unknown jobs: keystone

2014-12-30 Thread winnieyang
Public bug reported: Hi, everyone: Recently I install OpenStack Juno with Ubuntu 14.04.1 LTS X64 Desktop, but when I install keystone , i met the following issues, it made my keystone service not work - eading package lists