[Yahoo-eng-team] [Bug 1531449] [NEW] too generic option name in config file

2016-01-06 Thread Vincent Legoll
Public bug reported: There's a strangely named option in the default configuration file, line 205 of glance/etc/glance-api.conf # If False fully disable profiling feature. (boolean value) #enabled = false This looks suspiciously generic, maybe it's a leftover, maybe it's name is missing some

[Yahoo-eng-team] [Bug 1531412] Re: can not boot instance with 31 prefix subnet

2016-01-06 Thread Hong Hui Xiao
if the prefixlen is 31, there will be 2 addresses in the cidr, the first is X.X.X.0 in your case, which is a reserved ip address. With subnetpool, it will default use the first useful ip address as gateway ip address(X.X.X.1 in your case). So, there is no useful ip address in the subnet as the

[Yahoo-eng-team] [Bug 1531426] [NEW] 'dns_assignment' is not transmitted to neutron-dhcp-agent when new port is created with 'dns_name' set

2016-01-06 Thread Jens Offenbach
Public bug reported: When a port is created, a notify message gets sent to the neutron-dhcp- agent. It contains the 'dns_name' but misses 'dns_assignment' causing that internal DNS added in Liberty is not working as expected. Only a restart of the neutron-dhcp-agent helps when the ports are

[Yahoo-eng-team] [Bug 1512207] Re: Fix usage of assertions

2016-01-06 Thread Yatin Kumbhare
** Also affects: stackalytics Importance: Undecided Status: New ** Changed in: rally Assignee: (unassigned) => Yatin Kumbhare (yatinkumbhare-c) ** Changed in: stackalytics Assignee: (unassigned) => Yatin Kumbhare (yatinkumbhare-c) -- You received this bug notification

[Yahoo-eng-team] [Bug 1508442] Re: LOG.warn is deprecated

2016-01-06 Thread Swapnil Kulkarni
https://review.openstack.org/264117 ** Also affects: blazar Importance: Undecided Status: New ** Changed in: blazar Assignee: (unassigned) => Swapnil Kulkarni (coolsvap) ** Changed in: blazar Status: New => In Progress ** Also affects: astara Importance: Undecided

[Yahoo-eng-team] [Bug 1526719] Re: metadata should be allowed to be search option

2016-01-06 Thread Ukesh
** Also affects: python-novaclient Importance: Undecided Status: New ** Changed in: python-novaclient Assignee: (unassigned) => Ukesh (ukeshkumar) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute

[Yahoo-eng-team] [Bug 1512207] Re: Fix usage of assertions

2016-01-06 Thread Yatin Kumbhare
** Also affects: neutron Importance: Undecided Status: New ** Changed in: neutron Assignee: (unassigned) => Yatin Kumbhare (yatinkumbhare-c) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1495834] Re: [VMware] Launching an instance with large image size crashes nova-compute

2016-01-06 Thread OpenStack Infra
Reviewed: https://review.openstack.org/231468 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=71d2d31b9b86df4071c3728666842eec6cd1c727 Submitter: Jenkins Branch:master commit 71d2d31b9b86df4071c3728666842eec6cd1c727 Author: Radoslav Gerganov Date:

[Yahoo-eng-team] [Bug 1508442] Re: LOG.warn is deprecated

2016-01-06 Thread Swapnil Kulkarni
** Also affects: nova Importance: Undecided Status: New ** Changed in: nova Assignee: (unassigned) => Swapnil Kulkarni (coolsvap) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1531381] Re: Neutron API allows for creating multiple tenant networks with the same subnet address CIDR

2016-01-06 Thread Eugene Nikanorov
Having multiple subnets sharing the same cidr is ok even for one tenant. So you're observing by-design behavior. If you want unique cidrs for the tenant, you need to use subnet pools. ** Changed in: neutron Status: New => Opinion -- You received this bug notification because you are a

[Yahoo-eng-team] [Bug 1531466] [NEW] nova image-list : class 'glanceclient.exc.HTTPInternalServerError'

2016-01-06 Thread OTISOU
*** This bug is a duplicate of bug 1529533 *** https://bugs.launchpad.net/bugs/1529533 Public bug reported: When I use nova image-list The shell show 2016-01-06 18:48:12.797 17425 ERROR nova.api.openstack.extensions 2016-01-06 18:48:12.798 17425 INFO nova.api.openstack.wsgi

[Yahoo-eng-team] [Bug 1531469] [NEW] missing CLI option help text

2016-01-06 Thread Vincent Legoll
Public bug reported: Reading http://docs.openstack.org/cli- reference/content/glanceclient_commands.html it appears that some optiona are not fully documented, please fill them in... --os-cert Defaults to env[OS_CERT]. --os-key Defaults to env[OS_KEY]. What are they doing, when

[Yahoo-eng-team] [Bug 1290234] Re: do not use __builtin__ in Python3

2016-01-06 Thread Dmitry Tantsur
** No longer affects: ironic -- 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/1290234 Title: do not use __builtin__ in Python3 Status in Bandit: Fix Released Status in

[Yahoo-eng-team] [Bug 1531428] [NEW] could't find availability_zones list

2016-01-06 Thread lifang
Public bug reported: when i logged in my devstack environment and clicked "servers"of “system panel”, i got this errorr:could't find availability_zones list then i had a look at n-api.log,i got this : 1-06 16:00:11.755 DEBUG nova.osapi_compute.wsgi.server

[Yahoo-eng-team] [Bug 1479523] Re: Stop using debug for insecure responses

2016-01-06 Thread OpenStack Infra
Reviewed: https://review.openstack.org/207226 Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=2afad4dc30cd1e210f2353ce987fe1bbdd8b93d7 Submitter: Jenkins Branch:master commit 2afad4dc30cd1e210f2353ce987fe1bbdd8b93d7 Author: Brant Knudson Date:

[Yahoo-eng-team] [Bug 1531473] [NEW] Move graphics and serial console check to can_live_migrate_source/dest

2016-01-06 Thread Eli Qiao
Public bug reported: _check_graphics_addresses_can_live_migrate(listen_addrs) and _verify_serial_console_is_disabled() should be move to can_live_migrate_source/dest method to reduce extra operations of pre_live_migration and roll_back calling. ** Affects: nova Importance: Undecided

[Yahoo-eng-team] [Bug 1512207] Re: Fix usage of assertions

2016-01-06 Thread Yatin Kumbhare
** Also affects: cinder Importance: Undecided Status: New ** Changed in: cinder Assignee: (unassigned) => Yatin Kumbhare (yatinkumbhare-c) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity

[Yahoo-eng-team] [Bug 1531485] [NEW] Available device bandwidth report by L2 agent

2016-01-06 Thread Irena Berezovsky
Public bug reported: Add actual Host physical device bandwidth information to the agent periodic status report to enrich reference QoS implementation (ML2 + L2 OVS and SR-IOV agents). This information can be used later to enable VM scheduling that takes the requested device bandwidth into

[Yahoo-eng-team] [Bug 1526719] Re: metadata should be allowed to be search option

2016-01-06 Thread Ukesh
** Also affects: python-openstackclient Importance: Undecided Status: New ** Changed in: python-openstackclient Assignee: (unassigned) => Ukesh (ukeshkumar) ** Description changed: - we allow following options to be used when filter instance, however + we allow following options

[Yahoo-eng-team] [Bug 1486335] Re: Create nova.conf with tox -egenconfig : ValueError: ("Expected ',' or end-of-list in", "Routes!=2.0,!=2.1,>=1.12.3; python_version=='2.7'", 'at', "; python_version==

2016-01-06 Thread Federico Ceratto
** Changed in: nova Status: Invalid => Confirmed ** Also affects: designate (Ubuntu) Importance: Undecided Status: New ** Changed in: designate (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Yahoo! Engineering Team,

[Yahoo-eng-team] [Bug 1526620] Re: host names are different even if scheduling servers on the same host

2016-01-06 Thread OpenStack Infra
Reviewed: https://review.openstack.org/258882 Committed: https://git.openstack.org/cgit/openstack-dev/devstack/commit/?id=e0d61118f198e6a46af0956902485098f78e8d26 Submitter: Jenkins Branch:master commit e0d61118f198e6a46af0956902485098f78e8d26 Author: Ken'ichi Ohmichi

[Yahoo-eng-team] [Bug 1503415] Re: We should not bypass bytes decode/encode

2016-01-06 Thread Akihiro Motoki
** Changed in: python-neutronclient 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/1503415 Title: We should not bypass bytes decode/encode

[Yahoo-eng-team] [Bug 1531301] Re: Internet Explorer minimum version raised to 11+

2016-01-06 Thread OpenStack Infra
Reviewed: https://review.openstack.org/263918 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=251bdee2ca70042bafdb294245ab114c90bc0d5d Submitter: Jenkins Branch:master commit 251bdee2ca70042bafdb294245ab114c90bc0d5d Author: Richard Jones Date:

[Yahoo-eng-team] [Bug 1531484] [NEW] Adopt oslotest in DietTestCase

2016-01-06 Thread Ihar Hrachyshka
Public bug reported: This will allow us to stay more in line with other projects in how we handle tests, and kill some code from the base test classes that duplicates what's already available in oslotest. ** Affects: neutron Importance: Low Assignee: Ihar Hrachyshka (ihar-hrachyshka)

[Yahoo-eng-team] [Bug 1531375] Re: useless slash in the return message when create a subnet with subnet pool

2016-01-06 Thread Akihiro Motoki
The error message is returned from neutron server. it should be fixed in neutron. ** Also affects: neutron Importance: Undecided Status: New ** No longer affects: python-neutronclient ** Tags added: l3-ipam-dhcp -- You received this bug notification because you are a member of

[Yahoo-eng-team] [Bug 1512207] Re: Fix usage of assertions

2016-01-06 Thread Yatin Kumbhare
** Also affects: ironic Importance: Undecided Status: New ** Changed in: ironic Assignee: (unassigned) => Yatin Kumbhare (yatinkumbhare-c) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity

[Yahoo-eng-team] [Bug 1517818] Re: filters broken for rbac policy retrieval

2016-01-06 Thread Akihiro Motoki
** Changed in: python-neutronclient 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/1517818 Title: filters broken for rbac policy retrieval

[Yahoo-eng-team] [Bug 1512207] Re: Fix usage of assertions

2016-01-06 Thread Swapnil Kulkarni
** Also affects: blazar Importance: Undecided Status: New ** Changed in: blazar Assignee: (unassigned) => Swapnil Kulkarni (coolsvap) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1508442] Re: LOG.warn is deprecated

2016-01-06 Thread Lin Hua Cheng
django-openstack-auth: https://review.openstack.org/#/c/264228/ ** Also affects: django-openstack-auth Importance: Undecided Status: New ** Changed in: django-openstack-auth Assignee: (unassigned) => Lin Hua Cheng (lin-hua-cheng) ** Changed in: django-openstack-auth

[Yahoo-eng-team] [Bug 1512207] Re: Fix usage of assertions

2016-01-06 Thread Swapnil Kulkarni
** Also affects: zaqar Importance: Undecided Status: New ** Also affects: solum Importance: Undecided Status: New ** Changed in: zaqar Assignee: (unassigned) => Swapnil Kulkarni (coolsvap) ** Changed in: solum Assignee: (unassigned) => Swapnil Kulkarni (coolsvap)

[Yahoo-eng-team] [Bug 1268480] Re: assertTrue(isinstance()) in tests should be replace with assertIsInstance()

2016-01-06 Thread LiuNanke
** Also affects: python-manilaclient Importance: Undecided Status: New ** Changed in: python-manilaclient Status: New => In Progress ** Changed in: python-manilaclient Assignee: (unassigned) => LiuNanke (nanke-liu) -- You received this bug notification because you are a

[Yahoo-eng-team] [Bug 1512207] Re: Fix usage of assertions

2016-01-06 Thread OpenStack Infra
Reviewed: https://review.openstack.org/263561 Committed: https://git.openstack.org/cgit/openstack/python-novaclient/commit/?id=06be50b97a28f490951ca44f9880be161a54ecc1 Submitter: Jenkins Branch:master commit 06be50b97a28f490951ca44f9880be161a54ecc1 Author: yangyapeng

[Yahoo-eng-team] [Bug 1531511] [NEW] Add devref documentation for live-migration

2016-01-06 Thread Mathieu Rohon
Public bug reported: Currently, no devref exists about interactions between nova and neutron when nova performs a live-migration. This would be useful to better understand how neutron can detect that a live-migration is ongoing, and perform dedicated treatments if needed. This could be a

[Yahoo-eng-team] [Bug 1512207] Re: Fix usage of assertions

2016-01-06 Thread Swapnil Kulkarni
** Also affects: magnum Importance: Undecided Status: New ** Changed in: magnum Assignee: (unassigned) => Swapnil Kulkarni (coolsvap) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1512207] Re: Fix usage of assertions

2016-01-06 Thread Swapnil Kulkarni
** Also affects: tempest Importance: Undecided Status: New ** Changed in: tempest Assignee: (unassigned) => Swapnil Kulkarni (coolsvap) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1512207] Re: Fix usage of assertions

2016-01-06 Thread Swapnil Kulkarni
** Also affects: aodh Importance: Undecided Status: New ** Changed in: aodh Assignee: (unassigned) => Swapnil Kulkarni (coolsvap) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone).

[Yahoo-eng-team] [Bug 1521793] Re: l3ha with L2pop disabled breaks neutron

2016-01-06 Thread Jesse Pretorius
** Changed in: openstack-ansible/liberty 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/1521793 Title: l3ha with L2pop disabled breaks

[Yahoo-eng-team] [Bug 1290234] Re: do not use __builtin__ in Python3

2016-01-06 Thread OpenStack Infra
Reviewed: https://review.openstack.org/263753 Committed: https://git.openstack.org/cgit/openstack/swauth/commit/?id=da906b14a3f04bc858eb541361af86c2dac14f33 Submitter: Jenkins Branch:master commit da906b14a3f04bc858eb541361af86c2dac14f33 Author: zhangguoqing

[Yahoo-eng-team] [Bug 1512207] Re: Fix usage of assertions

2016-01-06 Thread Swapnil Kulkarni
** Also affects: barbican Importance: Undecided Status: New ** Changed in: barbican Assignee: (unassigned) => Swapnil Kulkarni (coolsvap) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1280522] Change abandoned on python-troveclient (master)

2016-01-06 Thread OpenStack Infra
Change abandoned by LiuNanke (nanke@easystack.cn) on branch: master Review: https://review.openstack.org/264239 ** Changed in: heat-translator Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1531582] [NEW] Some examples in documentation incorrectly contain dashes vs underscores

2016-01-06 Thread Samuel Matzek
Public bug reported: I know of two examples in the documentation that contain dashes in config keys when they need to be underscores to function at runtime. Following the examples in this case can lead to a lot of wasted time and the dash vs underscore difference can be easy to miss, even when

[Yahoo-eng-team] [Bug 1434000] Re: user creation without domain using admin_token should fail nicer

2016-01-06 Thread OpenStack Infra
Reviewed: https://review.openstack.org/196942 Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=9a41fbf1da00ec66774efd9766749e7bd19e7030 Submitter: Jenkins Branch:master commit 9a41fbf1da00ec66774efd9766749e7bd19e7030 Author: Deepti Ramakrishna

[Yahoo-eng-team] [Bug 1531590] [NEW] Update xstatic-jasmine package

2016-01-06 Thread Rajat Vig
Public bug reported: Upgrade Jasmine from 2.2.0 to 2.4.1 ** Affects: horizon Importance: Undecided Status: New -- 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 1531591] [NEW] Prefix Delegation pd-notify command is failing when called by dibbler-client

2016-01-06 Thread John Davidge
Public bug reported: The pd-notify command has been failing since https://review.openstack.org/#/c/250487 was merged on December 9th. This seems to be because guru_meditation_report is usurping pd-notify's use of the SIGUSR1 signal. pd-notify was changed from using SIGHUP to using SIGUSR1 by

[Yahoo-eng-team] [Bug 1456474] Re: Nova-scheduler & Nova-cert stopped after server restart

2016-01-06 Thread George
The issue manifests on Ubuntu 14.04 running Openstack Juno with the following packages installed: root@controller2:/etc/openstack-dashboard# dpkg -l | egrep "nova-scheduler|nova-cert" ii nova-cert1:2014.2.4-0ubuntu1~cloud4 all OpenStack Compute -

[Yahoo-eng-team] [Bug 1512207] Re: Fix usage of assertions

2016-01-06 Thread OpenStack Infra
Reviewed: https://review.openstack.org/264102 Committed: https://git.openstack.org/cgit/openstack/stackalytics/commit/?id=5f96b1f7ac3dfcc754c9a719e2c31139770482a5 Submitter: Jenkins Branch:master commit 5f96b1f7ac3dfcc754c9a719e2c31139770482a5 Author: Yatin Kumbhare

[Yahoo-eng-team] [Bug 1531375] Re: useless slash in the return message when create a subnet with subnet pool

2016-01-06 Thread Carl Baldwin
** Changed in: neutron Status: In Progress => 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/1531375 Title: useless slash in the return message when create a subnet with

[Yahoo-eng-team] [Bug 1512207] Re: Fix usage of assertions

2016-01-06 Thread Swapnil Kulkarni
https://review.openstack.org/#/c/264243/ ** Changed in: zaqar Status: New => In Progress ** Also affects: vitrage Importance: Undecided Status: New ** Changed in: vitrage Assignee: (unassigned) => Swapnil Kulkarni (coolsvap) ** Also affects: trove Importance: Undecided

[Yahoo-eng-team] [Bug 1529541] Re: Remove unused logging import in horizon

2016-01-06 Thread LiuNanke
** Also affects: cue Importance: Undecided Status: New ** Changed in: cue Assignee: (unassigned) => LiuNanke (nanke-liu) ** Changed in: cue Status: New => In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1526976] Re: Any operation without token fails with internal server error for fernet token

2016-01-06 Thread Dolph Mathews
** Also affects: keystone/liberty Importance: Undecided Status: New ** Changed in: keystone/liberty Importance: Undecided => Medium -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone).

[Yahoo-eng-team] [Bug 1512207] Re: Fix usage of assertions

2016-01-06 Thread Swapnil Kulkarni
https://review.openstack.org/#/c/264243/ ** Also affects: oslo.utils Importance: Undecided Status: New ** Changed in: oslo.utils Assignee: (unassigned) => Swapnil Kulkarni (coolsvap) ** Changed in: solum Status: New => In Progress -- You received this bug notification

[Yahoo-eng-team] [Bug 1529541] Re: Remove unused logging import in horizon

2016-01-06 Thread LiuNanke
** Also affects: ironic-python-agent Importance: Undecided Status: New ** Changed in: ironic-python-agent Assignee: (unassigned) => LiuNanke (nanke-liu) ** Changed in: ironic-python-agent Status: New => In Progress -- You received this bug notification because you are a

[Yahoo-eng-team] [Bug 1508442] Re: LOG.warn is deprecated

2016-01-06 Thread OpenStack Infra
Reviewed: https://review.openstack.org/264050 Committed: https://git.openstack.org/cgit/openstack/dragonflow/commit/?id=9b748c6c0ee9ce4081c132909d73936d581de03b Submitter: Jenkins Branch:master commit 9b748c6c0ee9ce4081c132909d73936d581de03b Author: Swapnil Kulkarni (coolsvap)

[Yahoo-eng-team] [Bug 1531418] Re: there is useless 'u' in the showing of "neutron subnetpool-list"

2016-01-06 Thread Hong Hui Xiao
According to [1], it should be a neutron-client issue. [1] http://paste.openstack.org/show/483111/ ** Project changed: neutron => python-neutronclient -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1508442] Re: LOG.warn is deprecated

2016-01-06 Thread lei zhang
** Also affects: networking-vsphere Importance: Undecided Status: New ** Changed in: networking-vsphere Status: New => In Progress ** Changed in: networking-vsphere Assignee: (unassigned) => lei zhang (zhang-lei) -- You received this bug notification because you are a

[Yahoo-eng-team] [Bug 1506473] Re: EC2 controller should not get credentials other than the ones whose type is "ec2"

2016-01-06 Thread OpenStack Infra
Reviewed: https://review.openstack.org/235214 Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=9fc1cc67d993cfa0afc46aaea2802e1c35445f77 Submitter: Jenkins Branch:master commit 9fc1cc67d993cfa0afc46aaea2802e1c35445f77 Author: Tony Wang Date:

[Yahoo-eng-team] [Bug 1483375] Re: Fix get_policy_association return in endpoint-policy SQL driver

2016-01-06 Thread Samuel de Medeiros Queiroz
Yes, it is working. My point was just the consistency between the driver GET and LIST methods, as in this bug's decription. I am okay with leaving this as it is. ** Changed in: keystone Status: In Progress => Invalid -- You received this bug notification because you are a member of

[Yahoo-eng-team] [Bug 1531660] [NEW] Neutron linuxbridge agent no longer accepts an IPv6 VXLAN local_ip

2016-01-06 Thread Dustin Lundquist
Public bug reported: Neutron linuxbridge agent no longer accepts cfg.CONF.VXLAN.local_ip as an IPv6 address. Prior to 9fc45cee this restriction wasn't in place. Neutron ML2 with the linuxbridge mechanism driver had supported VXLAN over IPv6 since IceHouse. /etc/neutron/plugins/ml2/ml2_conf.ini:

[Yahoo-eng-team] [Bug 1280522] Re: Replace assertEqual(None, *) with assertIsNone in tests

2016-01-06 Thread OpenStack Infra
Reviewed: https://review.openstack.org/259017 Committed: https://git.openstack.org/cgit/openstack/python-cueclient/commit/?id=b9e08cfcb6b9dd809d1ba4698c77f5a2c75927ba Submitter: Jenkins Branch:master commit b9e08cfcb6b9dd809d1ba4698c77f5a2c75927ba Author: Shuquan Huang

[Yahoo-eng-team] [Bug 1531674] [NEW] Prevent an admin from removing their own custom admin role

2016-01-06 Thread Brad Pokorny
Public bug reported: Horizon currently prevents admins from removing their own "admin" roles from the currently-scoped project[1]/domain[2]. Now that Horizon supports custom admin roles[3], we should prevent admins from removing their custom admin roles. [1]

[Yahoo-eng-team] [Bug 1444806] Re: test_volume_boot_pattern tempest test failure for glusterfs backend - Part 2

2016-01-06 Thread Matt Riedemann
** Also affects: nova/liberty Importance: Undecided Status: New ** Changed in: cinder Status: In Progress => Invalid ** Changed in: nova/liberty Status: New => In Progress ** Changed in: nova/liberty Assignee: (unassigned) => Deepak C Shetty (dpkshetty) ** Changed

[Yahoo-eng-team] [Bug 1465416] Re: os-assisted-volume-snapshots:delete doesn't work if instance is SHUTOFF

2016-01-06 Thread Matt Riedemann
** Also affects: nova/liberty Importance: Undecided Status: New ** Changed in: nova/liberty Status: New => In Progress ** Changed in: nova/liberty Assignee: (unassigned) => Deepak C Shetty (dpkshetty) ** Changed in: nova Assignee: Matt Riedemann (mriedem) => Jordan

[Yahoo-eng-team] [Bug 1506356] Re: There is no "[vnc]" option group in nova.conf.sample

2016-01-06 Thread Matt Riedemann
** Also affects: nova/liberty Importance: Undecided Status: New ** Changed in: nova/liberty Status: New => In Progress ** Changed in: nova/liberty Assignee: (unassigned) => Dirk Mueller (dmllr) -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1501851] Re: Nova can incorrectly think an instance is volume backed

2016-01-06 Thread Matt Riedemann
** Also affects: nova/liberty Importance: Undecided Status: New ** Changed in: nova/liberty Assignee: (unassigned) => Sven Anderson (ansiwen) ** Changed in: nova/liberty Status: New => In Progress ** Changed in: nova/liberty Importance: Undecided => Low -- You

[Yahoo-eng-team] [Bug 1519926] Re: L3-agent restart causes VM connectivity loss

2016-01-06 Thread OpenStack Infra
Reviewed: https://review.openstack.org/254579 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=8b7e5997dae54a03ad2850c43b7070bc00c90273 Submitter: Jenkins Branch:master commit 8b7e5997dae54a03ad2850c43b7070bc00c90273 Author: Hong Hui Xiao Date:

[Yahoo-eng-team] [Bug 1502583] Re: ConfigDrive creation fails on Python 3

2016-01-06 Thread Matt Riedemann
** Also affects: nova/liberty Importance: Undecided Status: New ** Changed in: nova/liberty Status: New => In Progress ** Changed in: nova/liberty Assignee: (unassigned) => Alessandro Pilotti (alexpilotti) ** Changed in: nova/liberty Importance: Undecided => Medium --

[Yahoo-eng-team] [Bug 1505318] Re: VMware: fail to attach configure driver when cluster is in a folder

2016-01-06 Thread Matt Riedemann
** Also affects: nova/liberty Importance: Undecided Status: New ** Changed in: nova/liberty Status: New => In Progress ** Changed in: nova/liberty Assignee: (unassigned) => Gary Kotton (garyk) ** Summary changed: - VMware: fail to attach configure driver when cluster is

[Yahoo-eng-team] [Bug 1512207] Re: Fix usage of assertions

2016-01-06 Thread Kan
** Also affects: ironic-inspector Importance: Undecided Status: New ** Changed in: ironic-inspector Status: New => In Progress ** Changed in: ironic-inspector Assignee: (unassigned) => Kan (kansks) -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1531706] [NEW] API job fails with ExternalIpAddressExhausted

2016-01-06 Thread Henry Gessau
Public bug reported: neutron.tests.api.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_create_floatingip_with_specified_ip_address[gate,id-332a8ae4-402e-4b98-bb6f-532e5a87b8e0,smoke] Captured traceback: ~~~ Traceback (most recent call last): File

[Yahoo-eng-team] [Bug 1530847] Re: Gate jobs are not detaching volumes and eventually fail with no devices left

2016-01-06 Thread OpenStack Infra
Reviewed: https://review.openstack.org/263664 Committed: https://git.openstack.org/cgit/openstack/manila/commit/?id=f4a00c59655ec3b7d65cec79b6e88bee8a5d601d Submitter: Jenkins Branch:master commit f4a00c59655ec3b7d65cec79b6e88bee8a5d601d Author: vponomaryov Date:

[Yahoo-eng-team] [Bug 1521928] Re: Nova API v2.1 error to specify multiple different_hosts.

2016-01-06 Thread Matt Riedemann
** Also affects: nova/liberty Importance: Undecided Status: New ** Changed in: nova/liberty Status: New => In Progress ** Changed in: nova/liberty Assignee: (unassigned) => Ken'ichi Ohmichi (oomichi) ** Changed in: nova/liberty Importance: Undecided => High ** Changed

[Yahoo-eng-team] [Bug 1512207] Re: Fix usage of assertions

2016-01-06 Thread ZongKai LI
The target has been done in neutron. ** Changed in: neutron Status: In Progress => Invalid ** Changed in: neutron Assignee: Swapnil Kulkarni (coolsvap) => (unassigned) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1512207] Re: Fix usage of assertions

2016-01-06 Thread Swapnil Kulkarni
** Also affects: cue Importance: Undecided Status: New ** Changed in: cue Assignee: (unassigned) => Swapnil Kulkarni (coolsvap) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone).

[Yahoo-eng-team] [Bug 1512207] Re: Fix usage of assertions

2016-01-06 Thread Swapnil Kulkarni
** Also affects: python-openstacksdk Importance: Undecided Status: New ** Changed in: python-openstacksdk Assignee: (unassigned) => Swapnil Kulkarni (coolsvap) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1512207] Re: Fix usage of assertions

2016-01-06 Thread Swapnil Kulkarni
** Also affects: os-brick Importance: Undecided Status: New ** Changed in: os-brick Assignee: (unassigned) => Swapnil Kulkarni (coolsvap) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity

[Yahoo-eng-team] [Bug 1512207] Re: Fix usage of assertions

2016-01-06 Thread Swapnil Kulkarni
** Also affects: python-barbicanclient Importance: Undecided Status: New ** Changed in: python-barbicanclient Assignee: (unassigned) => Swapnil Kulkarni (coolsvap) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1512207] Re: Fix usage of assertions

2016-01-06 Thread Swapnil Kulkarni
** Also affects: python-ceilometerclient Importance: Undecided Status: New ** Changed in: python-ceilometerclient Assignee: (unassigned) => Swapnil Kulkarni (coolsvap) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed

[Yahoo-eng-team] [Bug 1512207] Re: Fix usage of assertions

2016-01-06 Thread Swapnil Kulkarni
** Also affects: tuskar Importance: Undecided Status: New ** Changed in: tuskar Assignee: (unassigned) => Swapnil Kulkarni (coolsvap) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone).

[Yahoo-eng-team] [Bug 1512207] Re: Fix usage of assertions

2016-01-06 Thread Swapnil Kulkarni
** Also affects: watcher Importance: Undecided Status: New ** Changed in: watcher Assignee: (unassigned) => Swapnil Kulkarni (coolsvap) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone).

[Yahoo-eng-team] [Bug 1517839] Re: Make CONF.set_override with paramter enforce_type=True by default

2016-01-06 Thread javeme
** Also affects: oslo.messaging Importance: Undecided Status: New -- 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/1517839 Title: Make CONF.set_override

[Yahoo-eng-team] [Bug 1512207] Re: Fix usage of assertions

2016-01-06 Thread Swapnil Kulkarni
https://review.openstack.org/264594 ** Changed in: cue Status: New => In Progress ** Also affects: oslo.cache Importance: Undecided Status: New ** Changed in: oslo.cache Assignee: (unassigned) => Swapnil Kulkarni (coolsvap) -- You received this bug notification because

[Yahoo-eng-team] [Bug 1512207] Re: Fix usage of assertions

2016-01-06 Thread Swapnil Kulkarni
** Also affects: openstack-health Importance: Undecided Status: New ** Changed in: openstack-health Assignee: (unassigned) => Swapnil Kulkarni (coolsvap) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack

[Yahoo-eng-team] [Bug 1512207] Re: Fix usage of assertions

2016-01-06 Thread Swapnil Kulkarni
** Also affects: packstack Importance: Undecided Status: New ** Changed in: packstack Assignee: (unassigned) => Swapnil Kulkarni (coolsvap) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity

[Yahoo-eng-team] [Bug 1531640] [NEW] lbaas:Service authentication from Octavia driver

2016-01-06 Thread Phillip Toohill
Public bug reported: Some implementations of Octavia may require authenticated access to the API. For this, pass the service admin auth token as a header along with the request. For those implementations that do not require it, it can simply be ignored. ** Affects: neutron Importance:

[Yahoo-eng-team] [Bug 1531645] [NEW] Update xstatic-mdi package

2016-01-06 Thread Rajat Vig
Public bug reported: Update MDI to v1.4.57 ** Affects: horizon Importance: Undecided Status: New -- 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 1530847] Re: TypeError attaching volume to instance

2016-01-06 Thread Matt Riedemann
I'm noticing that shortly before this fails, there are a lot of iscsiadm sessions: http://logs.openstack.org/64/263664/5/check/gate-manila-tempest-dsvm- neutron/835bf51/logs/screen-n-cpu.txt.gz#_2016-01-06_14_05_11_976 I'm also seeing a bunch of this in the n-cpu logs: 2016-01-06 14:05:11.495

[Yahoo-eng-team] [Bug 1531607] [NEW] gate-neutron-dsvm-api: all tests fail with "TypeError: Invalid credentials"

2016-01-06 Thread James Page
Public bug reported: I've hit this twice on submitted patches in the last few days; all tests fail with a "TypeError: Invalid Credentials" ft1.1: setUpClass (neutron.tests.api.admin.test_agent_management.AgentManagementTestJSON)_StringException: Traceback (most recent call last): File

[Yahoo-eng-team] [Bug 1512207] Re: Fix usage of assertions

2016-01-06 Thread OpenStack Infra
Reviewed: https://review.openstack.org/264240 Committed: https://git.openstack.org/cgit/openstack/zaqar/commit/?id=d65a0170ca62e2a97ad790353dabfbc666e68120 Submitter: Jenkins Branch:master commit d65a0170ca62e2a97ad790353dabfbc666e68120 Author: Swapnil Kulkarni (coolsvap)

[Yahoo-eng-team] [Bug 1529541] Re: Remove unused logging import in horizon

2016-01-06 Thread OpenStack Infra
Reviewed: https://review.openstack.org/264258 Committed: https://git.openstack.org/cgit/openstack/cue/commit/?id=46f054ae9c00f4977063ff094fb3114b2225b4c8 Submitter: Jenkins Branch:master commit 46f054ae9c00f4977063ff094fb3114b2225b4c8 Author: LiuNanke Date: Thu

[Yahoo-eng-team] [Bug 1531628] [NEW] AttributeError: 'CreateView' object has no attribute 'default_vol_type' if cinder.volume_type_default raises an error in get_initial

2016-01-06 Thread Joe Julian
Public bug reported: def get_initial(self): initial = super(CreateView, self).get_initial() try: self.default_vol_type = cinder.volume_type_default(self.request) initial['type'] = self.default_vol_type.name except dashboard_exception.NOT_FOUND:

[Yahoo-eng-team] [Bug 1512207] Re: Fix usage of assertions

2016-01-06 Thread OpenStack Infra
Reviewed: https://review.openstack.org/264253 Committed: https://git.openstack.org/cgit/openstack/trove/commit/?id=dfcb84854956954dda2e7d05d607df180b3e28e0 Submitter: Jenkins Branch:master commit dfcb84854956954dda2e7d05d607df180b3e28e0 Author: Swapnil Kulkarni (coolsvap)

[Yahoo-eng-team] [Bug 1531619] [NEW] Fix meter label rule creation

2016-01-06 Thread OpenStack Infra
Public bug reported: https://review.openstack.org/260323 Dear bug triager. This bug was created since a commit was marked with DOCIMPACT. Your project "openstack/neutron" is set up so that we directly report the documentation bugs against it. If this needs changing, the docimpact-group option

[Yahoo-eng-team] [Bug 1527307] Re: SR-IOV Agent doesn't expose loaded extenstions

2016-01-06 Thread OpenStack Infra
Reviewed: https://review.openstack.org/259092 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=66a91c6c386e2e6cd9653dc02fa382c13f68e14a Submitter: Jenkins Branch:master commit 66a91c6c386e2e6cd9653dc02fa382c13f68e14a Author: Moshe Levi Date:

[Yahoo-eng-team] [Bug 1505781] Re: Unexpected SNAT behavior between instances when SNAT disabled on router

2016-01-06 Thread OpenStack Infra
Reviewed: https://review.openstack.org/235832 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=4341a4faeed937d014e95a94b77844d5a835acbe Submitter: Jenkins Branch:master commit 4341a4faeed937d014e95a94b77844d5a835acbe Author: Jenkins Date:

[Yahoo-eng-team] [Bug 1528137] Re: creating meter label rule doesn't work properly

2016-01-06 Thread OpenStack Infra
Reviewed: https://review.openstack.org/260323 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=6659a935589bf0e4ab57616c256b94f77d2ef107 Submitter: Jenkins Branch:master commit 6659a935589bf0e4ab57616c256b94f77d2ef107 Author: Yu Fukuyama Date:

[Yahoo-eng-team] [Bug 1531618] [NEW] SR-IOV agent: display loaded extensions

2016-01-06 Thread OpenStack Infra
Public bug reported: https://review.openstack.org/259092 Dear bug triager. This bug was created since a commit was marked with DOCIMPACT. Your project "openstack/neutron" is set up so that we directly report the documentation bugs against it. If this needs changing, the docimpact-group option

[Yahoo-eng-team] [Bug 1530742] Re: Change LOG.warn to LOG.warning

2016-01-06 Thread OpenStack Infra
*** This bug is a duplicate of bug 1508442 *** https://bugs.launchpad.net/bugs/1508442 Reviewed: https://review.openstack.org/263116 Committed: https://git.openstack.org/cgit/openstack/keystoneauth/commit/?id=ba0f1d473025e2b356c1229e8f34840b5ba72809 Submitter: Jenkins Branch:master

[Yahoo-eng-team] [Bug 1531619] Re: Fix meter label rule creation

2016-01-06 Thread Akihiro Motoki
*** This bug is a duplicate of bug 1529262 *** https://bugs.launchpad.net/bugs/1529262 ** This bug has been marked a duplicate of bug 1529262 description of remote_ip_prefix of metering label rule is ambiguous -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1531618] Re: SR-IOV agent: display loaded extensions

2016-01-06 Thread Akihiro Motoki
I changed the affected project to openstack-manuals. If there is a place where the output of agent-show for SRIOV-agent is quoted, it is a valid bug. Otherwise, no action is required. ** Project changed: neutron => openstack-manuals -- You received this bug notification because you are a