[Yahoo-eng-team] [Bug 1412617] [NEW] Fix grammatical error in horizon 'contributing' docs

2015-01-19 Thread Imran Hayder
Public bug reported: While reading 'contributing.rst' in docs folder , i saw a sentence on line 38 that says: 'Got that all that? ' which doesnt make any sense grammatically, it should be preferably 'Got that all?' or 'Got all of that? '. here is source :

[Yahoo-eng-team] [Bug 1394148] Re: subnet-create should not force me to supply cidr

2015-01-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/1394148

[Yahoo-eng-team] [Bug 1412325] Re: test_subnet_details failed due to MismatchError

2015-01-19 Thread Yair Fried
IMO this is actually a Neutron bug and Tempest reveals a race. We should add a waiter for the update to verify it's really a race. ** Also affects: neutron Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team,

[Yahoo-eng-team] [Bug 1412348] [NEW] Missing index on allocated

2015-01-19 Thread Attila Fazekas
Public bug reported: ml2_vxlan_allocations, ml2_gre_allocations, ml2_vlan_allocations tables has field named 'allocated'. These tables frequently used by similar queries: SELECT ml2_vxlan_allocations.vxlan_vni AS ml2_vxlan_allocations_vxlan_vni, ml2_vxlan_allocations.allocated AS

[Yahoo-eng-team] [Bug 1380806] Re: Shouldn't use unicode() when exception used in msgs

2015-01-19 Thread Mike Perez
** Also affects: cinder 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/1380806 Title: Shouldn't use unicode() when exception

[Yahoo-eng-team] [Bug 1412653] [NEW] ofagent decomposition

2015-01-19 Thread YAMAMOTO Takashi
Public bug reported: this bug is to track the status of neutron core-vendor-decomposition for ofagent. ** 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.

[Yahoo-eng-team] [Bug 1412577] [NEW] Thin Arista ML2 driver in tree

2015-01-19 Thread Sukhdev Kapur
Public bug reported: This bug is to track the decomposition of Arista ML2 driver from neutron tree to stackforge repository. The Config and DB related stuff remains in the tree and rest will be moved to a separate repository. ** Affects: neutron Importance: Undecided Status: New

[Yahoo-eng-team] [Bug 1412581] [NEW] Integration test failing in horizon

2015-01-19 Thread Thai Tran
Public bug reported: Steps to reproduce this error: 1. Check out the latest master branch (currently on f64664ddc54f24477c59404e84d7ec5d9bb1d88e). 2. Then run the integration tests: ./run_tests.sh --integration 3. See error I have also tried going back a few patches, but it seems like we have

[Yahoo-eng-team] [Bug 1253467] Re: Add .idea to .gitignore

2015-01-19 Thread Timur Sufiev
Marking as invalid as ignoring specific IDEs indeed shouldn't be in horizon repo. ** Changed in: horizon Status: In Progress = Invalid ** Changed in: horizon Assignee: Maxime Vidori (maxime-vidori) = (unassigned) -- You received this bug notification because you are a member of

[Yahoo-eng-team] [Bug 1412447] [NEW] SQL identity driver does't support backend filtering on membership queries

2015-01-19 Thread Henry Nash
Public bug reported: The SQL identity driver leaves filtering on list_users_in_group and list_groups_for_user to the controller. This is probably a reasonable assumption - although the LDAP driver now does support at least filtering on list_groups_for_user (this is included in

[Yahoo-eng-team] [Bug 1412436] [NEW] Race in instance_create with security_group_destroy

2015-01-19 Thread Matthew Booth
Public bug reported: There is a race in instance_create between fetching security groups (returned by _security_group_get_by_names) and adding them to the instance. We have no guarantee that they have not been deleted in the meantime. The result is currently that the

[Yahoo-eng-team] [Bug 1412469] [NEW] Integration tests sometime fail with WebDriverException: Message: The browser appears to have exited before we could connect.

2015-01-19 Thread Julie Pichon
Public bug reported: For example on test here ( http://logs.openstack.org/04/148204/4/check /gate-horizon-dsvm-integration/5b55890/console.html ) 2015-01-19 10:04:02.134 | 2015-01-19 10:04:02.118 | ERROR:

[Yahoo-eng-team] [Bug 1412480] [NEW] Hyper-V: Instance booted from volume fails to resize

2015-01-19 Thread Claudiu Belu
Public bug reported: Hyper-V instances which are booted from volume fail during nova resize with the message: HyperVException: Cannot find boot VHD file for instance: instance-000d Since the instance boots from an ISCSI volume, there is no VHD file for it, so this error is wrong. This

[Yahoo-eng-team] [Bug 1412483] [NEW] Horizon UI behavior when browser cookies disabled

2015-01-19 Thread Kyrylo Romanenko
Public bug reported: Steps to reproduce: 1) Disable cookies in browser settings. 2) Navigate to Horizon. 3) See login page. 4) Fill username and password fields, then click Sign In button 5) Actual: Forbidden (403) CSRF verification failed. Request aborted. (see screenshot) Expected: to

[Yahoo-eng-team] [Bug 1411807] Re: linuxbridge using mulicast vxlan w/o l2pop fails

2015-01-19 Thread Phil Hopkins
Thanks Darragh, that is the problem. I am closing the bug. If anyone see this check out the bug that Darragh referenced above. The packets coming from the DHCP server donot have a correct shecksum and are being droped as they cross the bridge. Adding a magle rule to add the checksum or ignore it

[Yahoo-eng-team] [Bug 1186907] Re: If ebtables is not present nova-network fails with misleading error

2015-01-19 Thread Alvaro Lopez
** Changed in: ubuntu Status: New = 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/1186907 Title: If ebtables is not present nova-network fails with

[Yahoo-eng-team] [Bug 1412394] [NEW] schema-image.json should contain the hypervisor specific parameters

2015-01-19 Thread Attila Fazekas
Public bug reported: xen driver uses the os_type property which is not in https://github.com/openstack/glance/blob/master/etc/schema-image.json. libvirt has several additional properties https://wiki.openstack.org/wiki/LibvirtCustomHardware . The default schema specification should not

[Yahoo-eng-team] [Bug 1412512] [NEW] policy.json location shouldn't be discovered by unittests at test-time

2015-01-19 Thread Roey Chen
Public bug reported: During test-time, a call is made by neutron/policy.py to locate the path to the policy file, this is not the like-able behavior, Instead, the path to the policy file should be explicitly defined and given to the running test. ** Affects: neutron Importance: Undecided

[Yahoo-eng-team] [Bug 1409455] Re: Look for config files also in neutron root directory

2015-01-19 Thread OpenStack Infra
** Changed in: neutron Status: Opinion = In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1409455 Title: Look for config files also in neutron root directory Status in

[Yahoo-eng-team] [Bug 1412547] [NEW] Additional properties are not allowed ('block_device_mapping_v2' was unexpected)

2015-01-19 Thread Davanum Srinivas (DIMS)
Public bug reported: Logstash query: message:'block_device_mapping_v2' was unexpected Logstash URL:

[Yahoo-eng-team] [Bug 1247655] Re: Simple db incorrectly treats image tags as part of the core image entity

2015-01-19 Thread Ian Cordasco
** 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/1247655 Title: Simple db incorrectly treats image tags as part of the core image

[Yahoo-eng-team] [Bug 1412542] [NEW] L3 agent restart does not SIGHUP running keepalived processes

2015-01-19 Thread Assaf Muller
Public bug reported: Per https://github.com/openstack/neutron/blob/master/neutron/agent/linux/keepalived.py#L405: When the L3 agent starts, it invokes keepalived_manager spawn method, which spawns the the underlying keepalived process, unless it's already running. This issue only manifests for

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

2015-01-19 Thread Dean Troyer
** Changed in: python-openstackclient 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/1404073 Title: type should be required for v2.0 service