[Yahoo-eng-team] [Bug 1747727] [NEW] Unit test test_download_service_unavailable fails behind proxy

2018-02-06 Thread Paul Bourke
Public bug reported: A patch was submitted some time back to allow some tests to run behind a http proxy [0]. It's unclear to me why '0.0.0.0:1' was used rather than something like '127.0.0.1' which will be commonly in an environment's $no_proxy variable, whereas the former will not. Unless

[Yahoo-eng-team] [Bug 1692972] [NEW] openstack_dashboard.api.neutron:SecurityGroupManager should support sorting

2017-05-23 Thread Paul Bourke
Public bug reported: In the openstack_dashboard's network wrapper, it would be nice if it was possible to specify the 'sort_key' argument when requesting a security group list from Neutron [0]. This seems to be an optional extension so some checking may need to be put in place for this[1] [0]

[Yahoo-eng-team] [Bug 1644517] [NEW] [neutron-vpnaas] libreswan driver requires root

2016-11-24 Thread Paul Bourke
Public bug reported: The libreswan device driver attempts to both cleanup[0] and chown[1] ipsec.secrets to root, using the bare python os module. From what I can gather it should use neutron-rootwrap to do these operations, otherwise the operator is forced to run the agent as root. [0]

[Yahoo-eng-team] [Bug 1643829] [NEW] [neutron-lbaas] Migration contains innodb specific code

2016-11-22 Thread Paul Bourke
mes before dropping. ** Affects: neutron Importance: Undecided Assignee: Paul Bourke (pauldbourke) Status: 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/1643

[Yahoo-eng-team] [Bug 1481660] [NEW] WSGI app generation not compatible with make_web_conf

2015-08-05 Thread Paul Bourke
Public bug reported: When following the docs at http://docs.openstack.org/developer/horizon/topics/install.html, generating horizon.wsgi with `./manage.py make_web_conf --wsgi` results in the same error described in https://bugs.launchpad.net/horizon/+bug/1382023 It seems the fix at