[Yahoo-eng-team] [Bug 1596153] [NEW] Optional argument '--router:external' is absent in the help msg of 'net-create' command.

2016-06-24 Thread xiewj
Public bug reported: In Mitaka, Optional argument '--router:external' is absent in the help msg of 'net-create' command. However,'--router:external' argument can be specified when executing net-create command,it seems that '--router:external' argument is forgetten in Mitaka release. [root@local

[Yahoo-eng-team] [Bug 1583419] Re: Make dict.keys() PY3 compatible

2016-06-24 Thread Ji.Wei
** No longer affects: python-glanceclient -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1583419 Title: Make dict.keys() PY3 compatible Status in Cinder: Fix Released Status in neutro

[Yahoo-eng-team] [Bug 1596135] [NEW] Make raw_input py3 compatible

2016-06-24 Thread Ji.Wei
Public bug reported: In py3, Raw_input renamed to input, so it need to modify the code to make it compatible. https://github.com/openstack/python- solumclient/blob/ea37d226a6ba55d7ad4024233b9d8001aab92ca5/contrib/setup- tools/solum-app-setup.py#L76 ** Affects: anvil Importance: Undecided

[Yahoo-eng-team] [Bug 1317011] Re: You do not have permission to access the resource: /admin/ when a project is created and switch to it from any account

2016-06-24 Thread Launchpad Bug Tracker
[Expired for OpenStack Dashboard (Horizon) because there has been no activity for 60 days.] ** Changed in: horizon Status: Incomplete => Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).

[Yahoo-eng-team] [Bug 1573337] Re: Neutron-LBaaS v2 in Mitaka: loadbalancer_dbv2.get_loadbalancers() fails with NoReferencedTableError

2016-06-24 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/1573337 Ti

[Yahoo-eng-team] [Bug 1596131] [NEW] Py3 do not support "exception, e" , we should correct it with "exception as e".

2016-06-24 Thread jingtao liang
Public bug reported: use py3 run the test: try: a > 1 except Exception, e: print 1 SyntaxError: invalid syntax ** Affects: nova Importance: Undecided Assignee: jingtao liang (liang-jingtao) Status: New ** Changed in: nova Assignee: (unassigned) => jingtao liang

[Yahoo-eng-team] [Bug 1596127] [NEW] Make xrange py3 compatible

2016-06-24 Thread Ji.Wei
Public bug reported: In py3 , Xrange is renamed to range, so it needs to be modified to make it compatible. like: https://github.com/openstack/swiftonhpss/blob/8127749f174589aca6b1e9f0497c4e65d3fc4d58/system_test/systemtest.py#L388 ** Affects: aodh Importance: Undecided Assignee: Ji.W

[Yahoo-eng-team] [Bug 1596124] [NEW] Python3 do not use dict.iteritems dict.iterkeys dict.itervalues

2016-06-24 Thread yuyafei
Public bug reported: Python3 do not use dict.iteritemse dict.iterkeys dict.itervalues, which would raise AttributeError: 'dict' object has no attribute 'iterkeys'. ** Affects: cinder Importance: Undecided Assignee: yuyafei (yu-yafei) Status: New ** Affects: glance-store I

[Yahoo-eng-team] [Bug 1596119] [NEW] Can't delete instance with numa_topology after upgrading from kilo

2016-06-24 Thread Chris Stone
Public bug reported: Using the RDO Kilo version of Nova (2015.1.0-3) with dedicated cpu pinning populates the numa_topology database field with data at "nova_object.version": "1.1". After upgrading to Liberty a new instance will be created with a 1.2 object version however already existing instanc

[Yahoo-eng-team] [Bug 1596061] Re: js linting is currently broken

2016-06-24 Thread OpenStack Infra
Reviewed: https://review.openstack.org/334046 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=f6cf0688027e3f4c9ae2609041146faafd5ffe77 Submitter: Jenkins Branch:master commit f6cf0688027e3f4c9ae2609041146faafd5ffe77 Author: Matt Borland Date: Fri Jun 24 12:56:27 201

[Yahoo-eng-team] [Bug 1595786] Re: Make string.letters PY3 compatible

2016-06-24 Thread OpenStack Infra
Reviewed: https://review.openstack.org/333712 Committed: https://git.openstack.org/cgit/openstack/swift/commit/?id=c953e84e28b9b17e16bde7dfbbbdabca7acded13 Submitter: Jenkins Branch:master commit c953e84e28b9b17e16bde7dfbbbdabca7acded13 Author: liangjingtao Date: Fri Jun 24 11:50:20 2016

[Yahoo-eng-team] [Bug 1596078] [NEW] Get an error message on Volumes tab when encryption is disabled

2016-06-24 Thread Ying Zuo
Public bug reported: 1. Disable volume type encryption on cinder_policy.json as the following "volume_extension:volume_type_encryption": "!", "volume_extension:volume_encryption_metadata": "!", 2. Go to admin -> volumes panel or project -> volumes panel 3. Click on Volume tab 4. Click on

[Yahoo-eng-team] [Bug 1596075] [NEW] Neutron confused about overlapping subnet creation

2016-06-24 Thread Don Bowman
Public bug reported: If I use heat to create a set of networks, each with its own subnet, sometimes I will get an error from Neutron that there is an overlap. There is an example heat template attached. In my environment, this will fail about 1 or 2 times in 10. The heat template does: for X in

[Yahoo-eng-team] [Bug 1596060] [NEW] Project panel doesn't handle race conditions for roles

2016-06-24 Thread Daniel Park
Public bug reported: Suppose we have two users A and B. A uses Horizon and B uses the CLI. Sequence: 1. User A opens the 'Manage Members' modal for Project X. 2. User B uses the CLI to make changes to roles in Project X. 3. User A saves changes made in the modal. Expected outcome: User A is eith

[Yahoo-eng-team] [Bug 1596061] [NEW] js linting is currently broken

2016-06-24 Thread Matt Borland
Public bug reported: The JS linting has an error, but the infra job is not failing. We should at least fix the JS error. ** Affects: horizon Importance: Undecided Assignee: Matt Borland (palecrow) Status: In Progress -- You received this bug notification because you are a me

[Yahoo-eng-team] [Bug 1594419] Re: lbaas loadbalancers statuses command failed on stable/liberty release

2016-06-24 Thread alex kang
** Changed in: neutron Status: New => Invalid ** Changed in: neutron-lbaas (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1594419 Title: lb

[Yahoo-eng-team] [Bug 1595439] Re: There are some spelling mistakes in horizon

2016-06-24 Thread OpenStack Infra
Reviewed: https://review.openstack.org/333194 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=0854bb9962e6450ccb5d988dfead4d1ca3a3d528 Submitter: Jenkins Branch:master commit 0854bb9962e6450ccb5d988dfead4d1ca3a3d528 Author: gecong1973 Date: Thu Jun 23 17:04:35 2016

[Yahoo-eng-team] [Bug 1537130] Re: Glance depends on swift client

2016-06-24 Thread Ian Cordasco
Matt, what does your Glance configuration file look like? ** Project changed: glance => glance-store ** Changed in: glance-store Status: New => Incomplete -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bug

[Yahoo-eng-team] [Bug 1594969] Re: stable/liberty lbaas http package not forwarded

2016-06-24 Thread alex kang
comment at ovs_integration_bridge was inserted to lbaas config as it is, and not removed by lbaas agent which causing problems. ovs_integration_bridge = test-switch # nix-managed after remove the comment, packets are forwarded. Please close the bug. ** Changed in: neutron Status: New =>

[Yahoo-eng-team] [Bug 1596013] [NEW] interfaces file regenerated on each boot

2016-06-24 Thread Tycho Andersen
Public bug reported: On xenial (using daily images from today), if I create a new VM: sudo uvt-kvm create --cpu 4 --memory 2000 --disk 30 --bridge virbr0 --password ubuntu tester release=xenial and make some changes to the /etc/network/interfaces.d/50-cloud-init.cfg file, when I reboot, those ch

[Yahoo-eng-team] [Bug 1547997] Re: Liberty:During horizon dashbord installation found all keystone database entry gets deleted.

2016-06-24 Thread zzxwill
** Project changed: python-senlinclient => keystone -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone). https://bugs.launchpad.net/bugs/1547997 Title: Liberty:During horizon dashbord installation found

[Yahoo-eng-team] [Bug 1591240] Re: progress_watermark is not updated

2016-06-24 Thread OpenStack Infra
Reviewed: https://review.openstack.org/331685 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=6283b16ceb7eb9f70e64846b3cefd258642a4c65 Submitter: Jenkins Branch:master commit 6283b16ceb7eb9f70e64846b3cefd258642a4c65 Author: Luis Tomas Date: Mon Jun 20 16:02:42 2016 +02

[Yahoo-eng-team] [Bug 1547997] [NEW] Liberty:During horizon dashbord installation found all keystone database entry gets deleted.

2016-06-24 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: During liberty installation found that openstack-dashboard deletes all keystone database details like user,project,endpoints etc... steps followed: http://fosskb.in/2015/10/20/openstack-liberty-on-ubuntu-14-04-and-ubuntu-15-10/ liberty version: root@ubun

[Yahoo-eng-team] [Bug 1595786] Re: Make string.letters PY3 compatible

2016-06-24 Thread OpenStack Infra
Reviewed: https://review.openstack.org/333795 Committed: https://git.openstack.org/cgit/openstack/python-novaclient/commit/?id=0c64947c6fda6855490958d2b95b74b1e4c1dfd7 Submitter: Jenkins Branch:master commit 0c64947c6fda6855490958d2b95b74b1e4c1dfd7 Author: zhengyao1 Date: Fri Jun 24 17:04

[Yahoo-eng-team] [Bug 1583419] Re: Make dict.keys() PY3 compatible

2016-06-24 Thread OpenStack Infra
Reviewed: https://review.openstack.org/332099 Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=c25998ee429ca796e8b15f3800a775ccdc5ab029 Submitter: Jenkins Branch:master commit c25998ee429ca796e8b15f3800a775ccdc5ab029 Author: dineshbhor Date: Tue Jun 21 14:49:34 2016 +

[Yahoo-eng-team] [Bug 1595078] Re: bgp: _get_id_for seems useless

2016-06-24 Thread OpenStack Infra
Reviewed: https://review.openstack.org/332693 Committed: https://git.openstack.org/cgit/openstack/neutron-dynamic-routing/commit/?id=e2581d50e76ac05488a284b4a1efb069248ba9f1 Submitter: Jenkins Branch:master commit e2581d50e76ac05488a284b4a1efb069248ba9f1 Author: YAMAMOTO Takashi Date: Wed

[Yahoo-eng-team] [Bug 1537130] Re: Glance depends on swift client

2016-06-24 Thread Corey Bryant
Matt, I'm going to also target this bug at upstream also since you're saying that you're not using the swift backend but the glance_store code is using the swift driver. ** Also affects: glance Importance: Undecided Status: New -- You received this bug notification because you are a me

[Yahoo-eng-team] [Bug 1595962] [NEW] live migration with disabled vnc/spice not possible

2016-06-24 Thread Markus Zoeller (markus_z)
Public bug reported: Description === If the graphical consoles VNC and SPICE are disabled, the live-migration of an instance will result in an ERROR state. Steps to reproduce == A chronological list of steps which will bring off the issue you noticed: * disable VNC in the

[Yahoo-eng-team] [Bug 1595965] [NEW] transport_url is being parsed different when forking with oslo.service

2016-06-24 Thread Sam Yaple
Public bug reported: This is a strange one. I had setup my transport_url incorrectly which made me discover this. I am filing this bug because I believe there is one. When using a correctly formatted transport_url that was missing data _and_ multiple workers for conductor it would incorrectly par

[Yahoo-eng-team] [Bug 1595801] Re: Executing 'neutron purge tenantid' command returns a list in what delete ports doesn't calculate the port that device_owner is 'network: router_gateway'.

2016-06-24 Thread John Davidge
** Project changed: neutron => python-neutronclient -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1595801 Title: Executing 'neutron purge tenantid' command returns a list in what dele

[Yahoo-eng-team] [Bug 1595782] Re: Optional argument '--router:external' is absent in the help msg of 'net-create' command.

2016-06-24 Thread John Davidge
*** This bug is a duplicate of bug 1320793 *** https://bugs.launchpad.net/bugs/1320793 You previously reported this bug [1] It was marked as a duplicate of an existing bug [2] Please direct discussion to the original bug report [2] [1] https://bugs.launchpad.net/python-neutronclient/+bug/159

[Yahoo-eng-team] [Bug 1595771] Re: neutronclient reports '400 Bad request' in large scale of networks and ports

2016-06-24 Thread John Davidge
How many networks and ports are required before you see this error? ** Project changed: neutron => python-neutronclient ** Changed in: python-neutronclient Status: New => Incomplete -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscr

[Yahoo-eng-team] [Bug 1595768] Re: Executing 'neutron purge TENANT' command,the result returned doesn't contain the subnet resource.

2016-06-24 Thread John Davidge
*** This bug is a duplicate of bug 1595041 *** https://bugs.launchpad.net/bugs/1595041 You've already reported this bug: https://bugs.launchpad.net/python-neutronclient/+bug/1595041 Please direct all discussion there. ** Project changed: neutron => python-neutronclient ** This bug has been

[Yahoo-eng-team] [Bug 1595706] Re: Remove the deprecated config 'router_id'

2016-06-24 Thread John Davidge
** Also affects: openstack-manuals 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/1595706 Title: Remove the deprecated config 'router_id'

[Yahoo-eng-team] [Bug 1595938] [NEW] npm-run-tests produces false positives

2016-06-24 Thread Timur Sufiev
Public bug reported: Although both unit tests and coverage check failed at http://logs.openstack.org/56/317456/15/check/gate-horizon-npm-run- test/95b7281/console.html#_2016-06-24_08_52_28_100671 the overall result of test job was positive. ** Affects: horizon Importance: Critical S

[Yahoo-eng-team] [Bug 1595922] [NEW] Make cPickle py3 compatible

2016-06-24 Thread Ji.Wei
Public bug reported: In PY3 , Removed the cPickle module, you can use the pickle module instead. Eventually we will have a transparent and efficient module. ** Affects: bandit Importance: Undecided Assignee: Ji.Wei (jiwei) Status: New ** Affects: monasca Importance: Unde

[Yahoo-eng-team] [Bug 1595786] Re: Make string.letters PY3 compatible

2016-06-24 Thread Ji.Wei
** Also affects: searchlight Importance: Undecided Status: New ** Changed in: searchlight Assignee: (unassigned) => Ji.Wei (jiwei) ** Changed in: fuel-plugin-contrail Assignee: (unassigned) => Ji.Wei (jiwei) -- You received this bug notification because you are a member of Y

[Yahoo-eng-team] [Bug 1595918] [NEW] TestWalkMigrations* does not provide proper isolation

2016-06-24 Thread Ann Taraday
Public bug reported: On change https://review.openstack.org/#/c/181023/ functional test fails with http://paste.openstack.org/show/521902/ The same error I was able to reproduce locally with that change http://paste.openstack.org/show/521906/ I think that problem is that TestWalkMigrationsPsql an

[Yahoo-eng-team] [Bug 1595773] Re: Make print py3 compatible

2016-06-24 Thread Ji.Wei
** No longer affects: rally ** No longer affects: python-cinderclient -- 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/1595773 Title: Make print py3 compatible Status in

[Yahoo-eng-team] [Bug 1595913] [NEW] Can't specify ip address when attaching interface

2016-06-24 Thread Kenji Ishii
Public bug reported: In [Project]-[Compute]-[Instances], a user can do "attach interface". In this function, at the moment it can only specify the network. But actually, Neutron can support to specify fixed ip address. ** Affects: horizon Importance: Undecided Assignee: Kenji Ishii (ken

[Yahoo-eng-team] [Bug 1595345] Re: callbacks can't raise RetryRequest

2016-06-24 Thread OpenStack Infra
Reviewed: https://review.openstack.org/333060 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=73bd1827a851aef2227b4daba8f0bafb57413362 Submitter: Jenkins Branch:master commit 73bd1827a851aef2227b4daba8f0bafb57413362 Author: Kevin Benton Date: Wed Jun 22 08:36:22 201

[Yahoo-eng-team] [Bug 1592323] Re: VNC console page gets too slow when with Google Chrome

2016-06-24 Thread Matthias Runge
vnc console is provided by novnc, not by horizon. ** Changed in: horizon Status: New => Invalid -- 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/1592323 Title:

[Yahoo-eng-team] [Bug 1259292] Re: Some tests use assertEqual(observed, expected) , the argument order is wrong

2016-06-24 Thread Ji.Wei
** Also affects: higgins Importance: Undecided Status: New ** Changed in: higgins Assignee: (unassigned) => Ji.Wei (jiwei) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launc

[Yahoo-eng-team] [Bug 1515768] Re: Instance creation fails with libvirtError: Unable to create tap device: Device or resource busy

2016-06-24 Thread Denes Nemeth
** Changed in: tacker Status: Fix Committed => 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/1515768 Title: Instance creation fails with libvirtErro

[Yahoo-eng-team] [Bug 1595878] [NEW] Memory leak in unit tests

2016-06-24 Thread Oleg Bondarev
Public bug reported: tests.unit.agent.ovsdb.native.test_connection.TestOVSNativeConnection calls Connection.start() which starts a daemon with a while True loop full of mocks. mock._CallList of those mocks start to grow very quick and finally eat all available memory. mem_top output during unit t

[Yahoo-eng-team] [Bug 1595786] Re: Make string.letters PY3 compatible

2016-06-24 Thread jingtao liang
** Project changed: swift-swf => swift -- 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/1595786 Title: Make string.letters PY3 compatible Status in Fuel Contrail plugin

[Yahoo-eng-team] [Bug 1595773] Re: Make print py3 compatible

2016-06-24 Thread YaoZheng_ZTE
** Project changed: swift-swf => swift -- 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/1595773 Title: Make print py3 compatible Status in Fuel Plugins: New Status in g

[Yahoo-eng-team] [Bug 1595786] Re: Make string.letters PY3 compatible

2016-06-24 Thread Ji.Wei
** Also affects: fuel-plugin-contrail 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/1595786 Title: Make string.letters PY3

[Yahoo-eng-team] [Bug 1595786] Re: Make string.letters PY3 compatible

2016-06-24 Thread Ji.Wei
** Also affects: fuel-plugins Importance: Undecided Status: New ** Changed in: fuel-plugins Assignee: (unassigned) => Ji.Wei (jiwei) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://

[Yahoo-eng-team] [Bug 1595773] Re: Make print py3 compatible

2016-06-24 Thread Ji.Wei
** Also affects: fuel-plugins Importance: Undecided Status: New ** Changed in: fuel-plugins Assignee: (unassigned) => Ji.Wei (jiwei) ** No longer affects: cinder -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Open

[Yahoo-eng-team] [Bug 1595864] [NEW] live_migration() takes exactly 7 arguments (6 given) if upgrade_levels compute=kilo

2016-06-24 Thread Roman Sokolkov
Public bug reported: I have Liberty controller (nova-api, etc.) with [upgrade_levels] compute=kilo and Liberty compute node, when i try live-migration i see "live_migration() takes exactly 7 arguments (6 given)" in nova-compute.log. I can not completely remove compatibility with kilo, because i

[Yahoo-eng-team] [Bug 1595773] Re: Make print py3 compatible

2016-06-24 Thread Ji.Wei
** No longer affects: keystone -- 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/1595773 Title: Make print py3 compatible Status in Cinder: New Status in glance_store: