[Yahoo-eng-team] [Bug 1491244] [NEW] server details view can include empty string image

2015-09-01 Thread Yasu Nakamura
Public bug reported: When image ref is not specified (like boot from cinder volume image), server details view returns empty string as image. image value should be empty dictionary. Currently when users with strong type system receive string, their system cannot handle this correctly. http://gi

[Yahoo-eng-team] [Bug 1470765] Re: multiple routers per subent cause a wrong placement of floating ips

2015-09-01 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/1470765 Ti

[Yahoo-eng-team] [Bug 1491222] [NEW] Booting instance cause infinite recursion in the case of enough user quota and unlimited project quota

2015-09-01 Thread Rui Chen
Public bug reported: 1. code base $ git log -1 commit e041f3ee625b2737a1788304916589e3cc74db3d Merge: c310255 bef481b Author: Jenkins Date: Tue Sep 1 21:53:31 2015 + Merge "Fix three typos on nova/pci directory" 2. nova-api.log file: 2015-09-01 18:03:32.490 DEBUG nova.db.sqlalchemy.

[Yahoo-eng-team] [Bug 1491216] [NEW] Inject an ssh key failed when booting a instance by using direct image injection.

2015-09-01 Thread Rong Han ZTE
Public bug reported: 1. root@cling-SBCJ-slot2 ~(keystone_admin)]# nova keypair-list +-+-+ | Name| Fingerprint | +-+-+ | hanrong | 57:96:f9:94:56:b

[Yahoo-eng-team] [Bug 1489982] Re: Virt driver destroy exception is lost during instance shutdown if network deallocation fails

2015-09-01 Thread Samuel Matzek
I created this bug based on old patches I had, a test program that showed excutils.save_and_reraise_exception() was not re-raising the exception, and code inspection of the compute manager _shutdown_instance method. excutils.save_and_reraise_exception() does not re-raise the exception, but it do

[Yahoo-eng-team] [Bug 1312246] Re: cfntools command injection

2015-09-01 Thread Steve Baker
** Changed in: heat-cfntools Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/1312246 Title: cfntools command injection

[Yahoo-eng-team] [Bug 1491180] [NEW] Adding ifAllowed method to policy

2015-09-01 Thread Thai Tran
Public bug reported: Policy current returns a response object containing the allowed field, which either is true or false. To simplify this a bit, we need a wrapper method ifAllowed that would return a promise that either resolves or rejects. If it resolves, the success handler is called, and if i

[Yahoo-eng-team] [Bug 1491153] [NEW] Cells: Use tempest configs to turn off groups of tests that can't pass

2015-09-01 Thread Andrew Laski
Public bug reported: Tempest has config options which allow for skipping tests that check certain functionalities. Examples at http://git.openstack.org/cgit/openstack/tempest/tree/tempest/config.py?id=841a15e82941bebe0fac8c248215b3b63ca30ad0#n319 . We should convert as much of the current cells

[Yahoo-eng-team] [Bug 1491152] [NEW] Don't run shelve tests in tempest if cells is enabled

2015-09-01 Thread Matt Riedemann
Public bug reported: Nova controls the tests it runs (or doesn't run) for the cells devstack tempest job in: http://git.openstack.org/cgit/openstack/nova/tree/devstack/tempest-dsvm- cells-rc There are 3 tests in there that are blacklisted for shelve. Tempest provides a config option to not run

[Yahoo-eng-team] [Bug 1481346] Re: MH: router delete might return a 500 error

2015-09-01 Thread Jason Niesz
** Changed in: neutron/juno Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1481346 Title: MH: router delete might return a 500 error Status

[Yahoo-eng-team] [Bug 1461192] Re: TypeError: execv() arg 2 must contain only strings

2015-09-01 Thread David Britton
** Also affects: nova Importance: Undecided Status: New ** No longer affects: nova ** Also affects: landscape Importance: Undecided Status: New ** Also affects: landscape/release-29 Importance: Undecided Status: New ** Changed in: landscape/release-29 Milestone

[Yahoo-eng-team] [Bug 1348244] Re: debug log messages need to be unicode

2015-09-01 Thread Michael Terry
OK. Removing trusty's nova task then. And unsubscribing ubuntu- sponsors until a new patch is updated. Thanks, Liang! ** No longer affects: nova (Ubuntu Trusty) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute

[Yahoo-eng-team] [Bug 1491131] [NEW] Ipset race condition - Kilo-2015.1.0

2015-09-01 Thread Kris Lindgren
Public bug reported: Hello, We have been using ipsets in neutron since juno. We have upgraded our install to kilo a month or so and we have experienced 3 issues with ipsets. The issues are as follows: 1.) Iptables attempts to apply rules for an ipset that was not added 2.) iptables attempt to a

[Yahoo-eng-team] [Bug 1491126] [NEW] Django 1.8 alters URL handling

2015-09-01 Thread Rob Cresswell
Public bug reported: Django 1.8 offers a cleaner way to display URLs: https://docs.djangoproject.com/en/1.8/releases/1.8/#django-conf-urls- patterns ** Affects: horizon Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engi

[Yahoo-eng-team] [Bug 1491120] [NEW] L3 agent failover does not work

2015-09-01 Thread Weiwen Chen
Public bug reported: Based off Juno GA release bits, testing with L3 agent failover feature by adding following line to neutron.conf file: allow_automatic_l3agent_failover = True If we create a couple routers and networks with it, and shutdown network node with router namespace on it, the router

[Yahoo-eng-team] [Bug 1491117] [NEW] Error when logging back in after timeout

2015-09-01 Thread Rob Cresswell
Public bug reported: Internal Server Error: /auth/login/ Traceback (most recent call last):   File "/Users/robcresswell/horizon/.venv/lib/python2.7/site-packages/django/core/handlers/base.py", line 132, in get_response response = wrapped_callback(request, *callback_args, **callback_kwargs)  

[Yahoo-eng-team] [Bug 1491110] [NEW] Change a class comment to a docstring

2015-09-01 Thread Margaret Frances
Public bug reported: A comment above the LocalVLANMapping class in neutron's neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py should be made instead a class docstring. ** Affects: neutron Importance: Undecided Assignee: Margaret Frances (margaret-frances) Stat

[Yahoo-eng-team] [Bug 1482633] Re: requests to SSL wrapped sockets hang while reading using py3

2015-09-01 Thread Ihar Hrachyshka
Neutron also hangs in py34 when running neutron.tests.unit.test_wsgi.TestWSGIServerWithSSL. ** 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

[Yahoo-eng-team] [Bug 1491095] [NEW] Create Keypair, Create Security Group and Allocate Floating IP buttons are missing in Horizon

2015-09-01 Thread Amogh
Public bug reported: Create Keypair, Create Security Group and Allocate Floating IP buttons are missing in Horizon. 1. Login as demo user to Horizon 2. Navigate to Access & Security: Observe that Create Security Groups, Create Keypair and Allocate IP to Project are missing for "demo" user No I

[Yahoo-eng-team] [Bug 1420045] Re: ML2 VLAN driver for MLX/ICX

2015-09-01 Thread Angela Smith
** Changed in: networking-brocade Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1420045 Title: ML2 VLAN driver for MLX/ICX Status in networ

[Yahoo-eng-team] [Bug 1491076] [NEW] Migrate CSR from using monolithic to ML2 N1KV plugin

2015-09-01 Thread Tom Holtzen
Public bug reported: Monolithic N1KV plugin is be deprecated. Migrate CSR to use new ML2 N1KV plugin. ** Affects: networking-cisco Importance: Undecided Assignee: Tom Holtzen (tholtzen) Status: New ** Also affects: networking-cisco Importance: Undecided Status: New

[Yahoo-eng-team] [Bug 1434034] Re: Disabling users & groups may not invalidate previously-issued tokens

2015-09-01 Thread Dolph Mathews
Based on today's keystone meeting and the above comments, I've reduced the priority of this to Medium across the board and marked this as Won't Fix in Keystone. Although this is working as intended, we acknowledge that that intended behavior is poorly documented, and it seems an OSSN is the best r

[Yahoo-eng-team] [Bug 1491049] [NEW] Filtering by invalid version string causes 500 error

2015-09-01 Thread Mike Fedosin
Public bug reported: When I want to filter a list of artifacts by version if I provide invalid semver string (for example, 'version=') then the server returns 500 error. request: GET /v3/artifacts/some_type/2.0?version= Stacktrace: http://paste.openstack.org/show/438140/ ** Affects: gla

[Yahoo-eng-team] [Bug 1463911] Re: IPV6 fragmentation and mtu issue

2015-09-01 Thread Dave Chiluk
** Also affects: linux (Ubuntu) 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/1463911 Title: IPV6 fragmentation and mtu issue Status in neut

[Yahoo-eng-team] [Bug 1227321] Re: DBDuplicateEntry not being translated for DB2

2015-09-01 Thread Matt Riedemann
This was fixed in oslo.db a long time ago and heat uses oslo.db so this is fixed there as well. ** Changed in: heat Status: Triaged => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launc

[Yahoo-eng-team] [Bug 1398999] Re: Block migrate with attached volumes copies volumes to themselves

2015-09-01 Thread James Page
** Changed in: nova (Ubuntu Utopic) Status: Triaged => Won't Fix ** Changed in: libvirt (Ubuntu Utopic) Status: New => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.

[Yahoo-eng-team] [Bug 1398999] Re: Block migrate with attached volumes copies volumes to themselves

2015-09-01 Thread James Page
** Changed in: nova (Ubuntu Trusty) Importance: Undecided => High ** Changed in: nova (Ubuntu Wily) Importance: Undecided => High ** Changed in: nova (Ubuntu Vivid) Importance: Undecided => High ** Also affects: libvirt (Ubuntu) Importance: Undecided Status: New -- You recei

[Yahoo-eng-team] [Bug 1489669] Re: Policy check returns HTTP status instead of JSON

2015-09-01 Thread Thai Tran
Since there doesn't seem to be an HTTP code for no, we are sort of misusing 406. It is better to just write a wrapper for this service, bug is no longer valid. ** Changed in: horizon Status: In Progress => Invalid -- You received this bug notification because you are a member of Yahoo! En

[Yahoo-eng-team] [Bug 1491022] [NEW] Glance client proxy doens't respect the osapi_max_limit configuration paramater

2015-09-01 Thread Artom Lifshitz
Public bug reported: With osapi_max_limit set to 1 for example, querying a list of images from Nova returns all the available images, ignoring the limit set in the configuration. ** Affects: nova Importance: Undecided Status: New -- You received this bug notification because you a

[Yahoo-eng-team] [Bug 1490979] Re: Glance returned 404 status code when we specify bad headers or we do not specify headers when updated artifact

2015-09-01 Thread Niall Bunting
You need to add -X in front of POST as curl thinks that POST is the host name. curl -H "X-Auth-Token: 3b4e028c1e6f457595497afc1df37ffb" -X POST -d '{"data":"la-la"}' http://172.18.76.44:9292/v3/artifacts/myartifact/v2.0/91671992-c84e-4723-9024-3c9b6dddf079/description -i ** Changed in: glance

[Yahoo-eng-team] [Bug 1490985] [NEW] Inconsistent between subnet-create & subnet-update command

2015-09-01 Thread Eran Kuris
Public bug reported: Description of problem: When creating subnet with allocation pool we using flag that calls : " --allocation-pool" the full command : $ neutron subnet-create external_network 10.35.166.0/24 --disable-dhcp --gateway 10.35.166.254 --allocation-pool start=10.35.166.1,end=10.

[Yahoo-eng-team] [Bug 1490984] [NEW] instance binded floating ip cannot ping external gateway, bug i can ping the other pc in external network

2015-09-01 Thread greatbsky
Public bug reported: instance(192.168.100.0/24) binded floating ip cannot ping external gateway(192.168.1.1), if I disassociate floating ip I can ping the gateway(192.168.1.1). I deploy openstack all in one physical compute following the guide: http://docs.openstack.org/kilo/install- guide/ins

[Yahoo-eng-team] [Bug 1490979] [NEW] Glance returned 404 status code when we specify bad headers or we do not specify headers when updated artifact

2015-09-01 Thread dshakhray
Public bug reported: ENVIRONMENT: devstack, Glance (master, 31.08.2015) STEPS TO REPRODUCE: We are trying to upgrade artifact 1) curl -H "X-Auth-Token: 3b4e028c1e6f457595497afc1df37ffb" -H "ddd" POST -d '{"data":"la-la"}' http://172.18.76.44:9292/v3/artifacts/myartifact/v2.0/91671992-c84e-4723-9

[Yahoo-eng-team] [Bug 1490764] Re: Wrong handling of domain_id passed as None

2015-09-01 Thread David Stanek
@Lei, I think the key can be None from the V2 API. I think most cases in V3 make it a string or it can't be provided at all. @Henrique, How is the handing wrong? ** Changed in: keystone Status: Invalid => New ** Changed in: keystone Status: New => Incomplete -- You received this

[Yahoo-eng-team] [Bug 1490976] [NEW] Glance ignores a headers when created artifact

2015-09-01 Thread dshakhray
Public bug reported: ENVIRONMENT: devstack, Glance (master, 31.08.2015) STEPS TO REPRODUCE: 1) curl -H "X-Auth-Token: 3b4e028c1e6f457595497afc1df37ffb" -H "bla- bla" POST -d '{"name": "name1", "version": "2"}' http://172.18.76.44:9292/v3/artifacts/myartifact/v2.0/drafts -i 2)curl -H "X-Auth-To

[Yahoo-eng-team] [Bug 1490961] [NEW] Fix doubled error message for a single event

2015-09-01 Thread Eugene Nikanorov
Public bug reported: Writing two error messages with different text for a single event is not a good practice. It reduces readability and search convenience and also may affect UX in case log monitoring is enabled. def _bind_centralized_snat_port_on_dvr_subnet(self, port, lvm, fixed_ips, devi

[Yahoo-eng-team] [Bug 1455102] Re: some test jobs broken by tox 2.0 not passing env variables

2015-09-01 Thread Thierry Carrez
** Changed in: swift Status: Fix Committed => Fix Released ** Changed in: swift Milestone: None => 2.4.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/1455102 Title: some te

[Yahoo-eng-team] [Bug 1473369] Re: new mock release broke a bunch of unit tests

2015-09-01 Thread Thierry Carrez
** Changed in: swift Status: Fix Committed => Fix Released ** Changed in: swift Milestone: None => 2.4.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/1473369 Title: new moc

[Yahoo-eng-team] [Bug 1174657] Re: metadata IP 169.254.169.254 routing breaks RFC3927 and does not work on Windows starting from WS 2008

2015-09-01 Thread Eugene Nikanorov
** Changed in: neutron Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1174657 Title: metadata IP 169.254.169.254 routing breaks RFC3927 and does

[Yahoo-eng-team] [Bug 1489941] Re: v2 client sorts on name in wrong direction

2015-09-01 Thread Stuart McLaren
It is a bug. A user, when they execute: glance image-list --sort-key name will reasonably expect that 1) the sort direction is the same as it always has been 2) the names are sorted in alphabetical order ** Changed in: python-glanceclient Status: Invalid => New -- You received this

[Yahoo-eng-team] [Bug 1489941] Re: v2 client sorts on name in wrong direction

2015-09-01 Thread Erno Kuvaja
This is not a client bug. The default sorting direction was set to desc in: https://review.openstack.org/#/c/148326 https://review.openstack.org/#/c/148326 We should not mask server default behavior in the client, but rather change it in server if needed. ** Also affects: glance Importance: U

[Yahoo-eng-team] [Bug 1490917] [NEW] create_router regression for some of plugins

2015-09-01 Thread YAMAMOTO Takashi
Public bug reported: change I5a78d7f32e8ca912016978105221d5f34618af19 broke plugins which calls create_router with a surrounding transaction. eg. networking-midonet. ** Affects: neutron Importance: Undecided Assignee: YAMAMOTO Takashi (yamamoto) Status: In Progress -- You rec

[Yahoo-eng-team] [Bug 1490900] [NEW] Update onlink routes when subnet is added to an external network

2015-09-01 Thread Itzik Brown
Public bug reported: When adding a new subnet to an external network that is connected to a router the onlink route is not added. After restarting Neutron L3 agent - the route is added. Please refer to https://bugs.launchpad.net/neutron/+bug/1312467 for additional information regarding the onl

[Yahoo-eng-team] [Bug 1490903] [NEW] Glance returned 500 status code when we specify headers "Content-Type: application/json" when work with blob/bloblist

2015-09-01 Thread dshakhray
Public bug reported: ENVIRONMENT: devstack, Glance (master, 31.08.2015) STEPS TO REPRODUCE: Send request 1) curl -H "X-Auth-Token: 9863593190284361af174f3b9ec39e8c" -H "Content-Type:application/json" -X POST -d '{"data": ""}' http://172.18.76.44:9292/v3/artifacts/myartifact/v2.0/2a787efd-c7

[Yahoo-eng-team] [Bug 1490885] [NEW] Neutron should not accept invalid subnet CIDRs like '1/24'

2015-09-01 Thread Sean M. Collins
Public bug reported: http://lists.openstack.org/pipermail/openstack- dev/2015-August/072610.html ** Affects: neutron Importance: Undecided Assignee: Sean M. Collins (scollins) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Enginee

[Yahoo-eng-team] [Bug 1490855] [NEW] resource_tracker keeps complaining instance not found for deleted instances

2015-09-01 Thread Zhenzan Zhou
Public bug reported: Some instances met error during resize or live-migration, then resource_tracker keeps complaining instance not found even after they got deleted. = n-cpu.log = 647686:2015-09-01 07:26:27.172 DEBUG nova.compute.resource_tracker [req-36bf129b-5ed3-403d-9d88-143b0cc381

[Yahoo-eng-team] [Bug 1490852] [NEW] decomposition phase2 for midonet plugin

2015-09-01 Thread YAMAMOTO Takashi
Public bug reported: this bug tracks the status of decomposition phase2 for midonet plugin ** Affects: networking-midonet Importance: Undecided Status: New ** Affects: neutron Importance: Undecided Status: New ** Also affects: neutron Importance: Undecided

[Yahoo-eng-team] [Bug 1490850] [NEW] No hostname validation in launch instance angularjs panel

2015-09-01 Thread Marcos Lobo
Public bug reported: Horizon Juno does not have hostname validation in AngularJS launch instance form. For example, you can create a new instance with name: "#3r" That name will cause problems when Nova try to handle, but Horizon allow launch a new instance with a not valid hostname. A valid