[Yahoo-eng-team] [Bug 1205153] Re: Unable to have multiple signing certs for PKI tokens

2016-02-02 Thread Morgan Fainberg
PKI Tokens are Deprecated ** Changed in: keystone Status: Confirmed => Won't Fix -- 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/1205153 Title: Unable to

[Yahoo-eng-team] [Bug 1287414] Re: Keystone should not require CA key

2016-02-02 Thread Morgan Fainberg
PKI Tokens are Deprecated - this was in support of pki tokens. ** Changed in: keystone Status: In Progress => Won't Fix -- 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 1317302] Re: pki_setup shouldn't be required to check revocations

2016-02-02 Thread Morgan Fainberg
PKI Tokens are Deprecated ** Changed in: keystone Status: In Progress => Won't Fix -- 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/1317302 Title: pki_setup

[Yahoo-eng-team] [Bug 1198183] Re: replacement of calls to "openssl" with calls to pyOpenSSL

2016-02-02 Thread Morgan Fainberg
PKI Tokens are Deprecated and this is not needed. ** Changed in: keystone Status: Confirmed => Won't Fix -- 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 1433194] Re: Max header length not configurable for eventlet

2016-02-02 Thread Morgan Fainberg
PKI Tokens are Deprecated and therefore this is really a non-issue going forward. ** Changed in: keystone Status: In Progress => Won't Fix -- 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 1379077] Re: Tenants can be created with invalid ids

2016-02-02 Thread Morgan Fainberg
With V2 slowly disappearing, i am marking this as Wont Fix. ** Changed in: keystone Status: In Progress => Won't Fix -- 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 1524124] Re: unscalable database schema design

2016-02-02 Thread Morgan Fainberg
** Changed in: keystone Status: New => Opinion -- 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/1524124 Title: unscalable database schema design Status in

[Yahoo-eng-team] [Bug 1362343] Re: weak digest algorithm for PKI

2016-02-02 Thread Morgan Fainberg
PKI Tokens are Deprecated ** Changed in: keystone Status: In Progress => Won't Fix -- 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/1362343 Title: weak

[Yahoo-eng-team] [Bug 1483419] Re: Single Domain to Multi Domain assignments are lost

2016-02-02 Thread Steve Martinelli
this expired months ago, but didn't because it was attached to an assignee ** Changed in: keystone Status: Incomplete => Won't Fix ** Changed in: keystone Assignee: Henry Nash (henry-nash) => (unassigned) ** Changed in: keystone Milestone: mitaka-3 => None ** Changed in:

[Yahoo-eng-team] [Bug 1385694] Re: /auth/projects fails to include any projects that have inherited group roles

2016-02-02 Thread Morgan Fainberg
** Changed in: keystone/juno Status: Fix Committed => Fix Released -- 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/1385694 Title: /auth/projects fails to

[Yahoo-eng-team] [Bug 1395959] Re: assignment table migration fails for keystone-manage db_sync if duplicate entry exists

2016-02-02 Thread Morgan Fainberg
** Changed in: keystone/juno Status: New => Won't Fix -- 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/1395959 Title: assignment table migration fails for

[Yahoo-eng-team] [Bug 1454968] Re: hard to understand the uri printed in the log

2016-02-02 Thread Morgan Fainberg
** Changed in: keystone/juno Status: In Progress => Won't Fix -- 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/1454968 Title: hard to understand the uri

[Yahoo-eng-team] [Bug 1385643] Re: /auth/domains incorrectly includes domains with only group inherited roles

2016-02-02 Thread Morgan Fainberg
** Changed in: keystone/juno Status: Fix Committed => Fix Released -- 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/1385643 Title: /auth/domains incorrectly

[Yahoo-eng-team] [Bug 1541092] [NEW] squash migrations in preparation for mitaka

2016-02-02 Thread Steve Martinelli
Public bug reported: squash everything that was included in kilo: rename 067_drop_redundant_mysql_index.py to 067_kilo.py and delete the others ** Affects: keystone Importance: High Status: Confirmed ** Changed in: keystone Status: New => Confirmed ** Changed in: keystone

[Yahoo-eng-team] [Bug 1541090] [NEW] Integration password config should match local_conf

2016-02-02 Thread Thai Tran
Public bug reported: In our recommended local_conf.rst, we use pass for password. The password in our integration tests should reflect this as well. Link to local_conf.rst https://github.com/openstack/horizon/blob/master/doc/source/ref/local_conf.rst ** Affects: horizon Importance: Low

[Yahoo-eng-team] [Bug 1172052] Re: /v2.0/certificates/* content is available even when token_format=UUID

2016-02-02 Thread Morgan Fainberg
PKI Tokens are deprecated, this extension likewise has been deprecated. Marking wont fix. ** Changed in: keystone Status: Triaged => Won't Fix -- 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 1541094] [NEW] Volume list does not work if User does not have right to list transfers

2016-02-02 Thread Doug Schveninger
Public bug reported: If a User does not have the rights to list transfers and does has the right to list volumes when you go to the Project Compute Volume dashboard no volumes will be listed. The code in horizon/openstack_dashboard/api/cinder.py method volume_list_paged checks each volume

[Yahoo-eng-team] [Bug 1149604] Re: change password should require specific authorization

2016-02-02 Thread Morgan Fainberg
This is not doable as it would be a change of behavior. Marking as Wont Fix. ** Changed in: keystone Status: Triaged => Won't Fix -- 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 1144427] Re: policy provide access to the response

2016-02-02 Thread Morgan Fainberg
This has already been implemented with the callbacks in the @protected decoreator. Marking as now invalid. ** Changed in: keystone Status: Confirmed => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack

[Yahoo-eng-team] [Bug 1398748] Re: MySQL engine doesn't specified at a table s with foreign key constraint.

2016-02-02 Thread Morgan Fainberg
Marking as invalid since this should have expired as incomplete long ago. ** Changed in: keystone Status: Incomplete => Invalid ** Changed in: keystone Assignee: Ilya Pekelny (i159) => (unassigned) -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1400589] Re: default region name is inconsistent with the hint message

2016-02-02 Thread Morgan Fainberg
Marking as invalid since this should have expired as incomplete long ago. ** Changed in: keystone Status: Incomplete => Invalid ** Changed in: keystone Assignee: Dave Chen (wei-d-chen) => (unassigned) -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1361441] Re: better handling for expired signing_cert.pem

2016-02-02 Thread Morgan Fainberg
PKI Tokens are deprecated, this is not something we're likely to fix due to the deprecation and low priority. ** Changed in: keystone Status: Confirmed => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack

[Yahoo-eng-team] [Bug 1360553] Re: Add memcached_backend option in keystone.conf

2016-02-02 Thread Morgan Fainberg
Was incomplete ages ago, inactive and generally not needed now with oslo_cache etc. ** Changed in: keystone Status: Incomplete => Invalid -- 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 1185994] Re: identity-api doc: lack of clarity on X-Auth-Token vs X-Subject-Token

2016-02-02 Thread Steve Martinelli
documentation has been improved in the specs repo: http://specs.openstack.org/openstack/keystone-specs/api/v3/identity- api-v3.html ** Changed in: keystone Status: Triaged => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1509683] Re: sometimes the sheepdogdriver doesn't work when copy_image_to_volume

2016-02-02 Thread Morgan Fainberg
** No longer affects: 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/1509683 Title: sometimes the sheepdogdriver doesn't work when copy_image_to_volume

[Yahoo-eng-team] [Bug 1319370] Re: Uncontested reflection models to a test database

2016-02-02 Thread Morgan Fainberg
Marking as invalid since this should have expired as incomplete long ago. ** Changed in: keystone Status: Incomplete => Invalid ** Changed in: keystone Assignee: Viktor Serhieiev (vsergeyev) => (unassigned) -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1503741] Re: Admin with project-scoped token unable to list of users (got 401 HTTP Code)

2016-02-02 Thread Morgan Fainberg
Marking as invalid since this should have expired as incomplete long ago. ** Changed in: keystone Status: Incomplete => Invalid ** Changed in: keystone Assignee: Boris Bobrov (bbobrov) => (unassigned) -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1541119] [NEW] Running neutron unit tests creates 'fip-priorities' file in directory

2016-02-02 Thread Brian Haley
Public bug reported: I noticed a couple of untracked files in my git repo, one being 'fip- priorities'. I deleted it and re-ran 'tox -e py27', but it was re- created: --> cat fip-priorities ,67778 dvr_fip_ns.py is where it's used in a path definition, but it's actually in the ItemAllocator

[Yahoo-eng-team] [Bug 1157261] Re: Performance issue on high concurrency

2016-02-02 Thread Morgan Fainberg
This bug isn't very useful. Targeted bugs for specific performance increases would be better. Marking this as "Invalid" please open bugs that are targeted not "general performance is poor" ** Changed in: keystone Status: Triaged => Invalid -- You received this bug notification because

[Yahoo-eng-team] [Bug 1177777] Re: Only MII tokens get properly hashed

2016-02-02 Thread Morgan Fainberg
PKI Tokens are deprecated. ** Changed in: keystone Status: Triaged => Won't Fix -- 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/117 Title: Only MII

[Yahoo-eng-team] [Bug 1214147] Re: non standard certificate subject string format

2016-02-02 Thread Morgan Fainberg
with PKI tokens deprecated and evenlet going away and pkisetup being removed this is no longer even a wishlist. marking as wont fix. ** Changed in: keystone Status: Triaged => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1472057] Re: in the function of create_trust,the judgment for “remaining_uses” can be deleted

2016-02-02 Thread Morgan Fainberg
Marking as invalid since this should have expired as incomplete long ago. ** Changed in: keystone Status: Incomplete => Invalid ** Changed in: keystone Assignee: Deepti Ramakrishna (dramakri) => (unassigned) -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1443104] Re: Owners logout from Horizon are not allowed to delete token with v2 API.

2016-02-02 Thread Morgan Fainberg
Marking as invalid since this should have expired as incomplete long ago. ** Changed in: keystone Status: Incomplete => Invalid ** Changed in: keystone Assignee: hongxiaolong (hongxiaolong-info) => (unassigned) -- You received this bug notification because you are a member of

[Yahoo-eng-team] [Bug 1413538] Re: untested or excessive dict comprehension

2016-02-02 Thread Morgan Fainberg
Marking as invalid since this should have expired as incomplete long ago. ** Changed in: keystone Status: Incomplete => Invalid ** Changed in: keystone Assignee: Boris Bobrov (bbobrov) => (unassigned) -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1466846] Re: the function _config_to_list is not working well

2016-02-02 Thread Morgan Fainberg
Marking as invalid since this should have expired as incomplete long ago. ** Changed in: keystone Status: Incomplete => Invalid ** Changed in: keystone Assignee: Henry Nash (henry-nash) => (unassigned) -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1441733] Re: pip install or python setup.py install should include httpd/keystone.py

2016-02-02 Thread Morgan Fainberg
This has been mostly eliminated as the wsgi scripts are now generated by pbr. ** Changed in: keystone Status: Incomplete => Invalid -- 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 1469472] Re: v3_to_v2 token conversion code does not support trusts

2016-02-02 Thread Morgan Fainberg
Marking as invalid since this should have expired as incomplete long ago. ** Changed in: keystone Status: Incomplete => Invalid ** Changed in: keystone Assignee: Morgan Fainberg (mdrnstm) => (unassigned) -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1336769] Re: LDAP additional attribute mappings description do not specify that they are for creation only

2016-02-02 Thread Steve Martinelli
marking as invalid, since the options are deprecated, let's just remove them ** Changed in: keystone Status: In Progress => Invalid -- 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 965502] Re: lack of service endpoint filtering for token validation can be a security vulnerability

2016-02-02 Thread Morgan Fainberg
It is not a security vulnerability. ** Changed in: keystone Status: Triaged => Invalid -- 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/965502 Title: lack of

[Yahoo-eng-team] [Bug 1218682] Re: User's email format hasn't been checked

2016-02-02 Thread Morgan Fainberg
UNless email becomes a top-level attribute this is not something we will validate. Validate in the client or make it a top-level attribute. ** Changed in: keystone Status: Triaged => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which

[Yahoo-eng-team] [Bug 1329554] Re: Setting token hashing to greater than sha256 will not work with the SQL token backend

2016-02-02 Thread Morgan Fainberg
** Changed in: keystone Status: Triaged => Won't Fix -- 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/1329554 Title: Setting token hashing to greater than

[Yahoo-eng-team] [Bug 1173065] Re: RFE: Missing parameter --sql_connection for keystone-manage

2016-02-02 Thread Steve Martinelli
looks like only the glance project supports this ** Changed in: keystone Status: Confirmed => Won't Fix -- 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/1173065

[Yahoo-eng-team] [Bug 1459686] Re: Give more details about the K2K flow

2016-02-02 Thread Morgan Fainberg
Marking as invalid since this should have expired as incomplete long ago. ** Changed in: keystone Status: Incomplete => Invalid ** Changed in: keystone Assignee: Marek Denis (marek-denis) => (unassigned) -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1400737] Re: An index name is inappropriate to a naming convention

2016-02-02 Thread Morgan Fainberg
Marking as invalid since this should have expired as incomplete long ago. ** Changed in: keystone Assignee: Viktor Serhieiev (vsergeyev) => (unassigned) ** Changed in: keystone Status: Incomplete => Invalid -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1373599] Re: Trust operations in policy.json are misleading

2016-02-02 Thread Morgan Fainberg
Marking as invalid since this should have expired as incomplete long ago. ** Changed in: keystone Status: Incomplete => Invalid ** Changed in: keystone Assignee: Nathan Kinder (nkinder) => (unassigned) -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1347262] Re: Ldap Live test failures

2016-02-02 Thread Morgan Fainberg
Marking as invalid since this should have expired as incomplete long ago. ** Changed in: keystone Status: Incomplete => Invalid ** Changed in: keystone Assignee: Arun Kant (arunkant-uws) => (unassigned) -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1534625] Re: [Pluggable IPAM] Ipam driver is not called on update subnet if allocation pools are blank

2016-02-02 Thread John Belamaric
** Also affects: networking-infoblox Importance: Undecided Status: New ** Changed in: networking-infoblox Importance: Undecided => Medium -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1533079] Re: Removal of EC2 code

2016-02-02 Thread Morgan Fainberg
EC2 handling is still enabled in keystone and there is work to make EC2 external to nova. ** Changed in: keystone Status: New => Won't Fix -- 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 1540495] Re: Version 0.2.8 of xvfbwrapper breaks integration tests

2016-02-02 Thread OpenStack Infra
Reviewed: https://review.openstack.org/275401 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=78bfa9727da5e653cd46fbea5f2e348c32905154 Submitter: Jenkins Branch:master commit 78bfa9727da5e653cd46fbea5f2e348c32905154 Author: Victor Stinner Date:

[Yahoo-eng-team] [Bug 1541191] [NEW] Limit to create only one external network

2016-02-02 Thread yaowei
Public bug reported: Since L3 agent support only one external network, https://github.com/openstack/neutron/blob/master/neutron/db/external_net_db.py#L149 But now, we can create any number of external network that will cause to raise TooManyExternalNetworks exception in agent rpc

[Yahoo-eng-team] [Bug 1541192] [NEW] Set default value for dnsmasq_local_resolv to False

2016-02-02 Thread OpenStack Infra
Public bug reported: https://review.openstack.org/269822 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 1505893] Re: test_ha_router_failover fails with timeout

2016-02-02 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/1505893

[Yahoo-eng-team] [Bug 1488282] Re: Gate failures with 'the resource could not be found'

2016-02-02 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/1488282

[Yahoo-eng-team] [Bug 1541196] [NEW] Limit file permissions on /var/log/cloud-init.log

2016-02-02 Thread Brandon Checketts
Public bug reported: It seems that both /var/log/cloud-init.log and /var/log/cloud-init- output.log files are created with the files as publicly readable (specifically 0644 file permissions) ``` brandon@:~$ ls -al /var/log/cloud-init* -rw-r--r-- 1 syslog adm 1060887 Jan 26 05:23

[Yahoo-eng-team] [Bug 1541201] [NEW] deprecate pki related commands

2016-02-02 Thread Steve Martinelli
Public bug reported: with PKI deprecated, we should deprecate pki_setup and ssl_setup ** Affects: keystone Importance: Medium Status: Triaged ** Changed in: keystone Importance: Undecided => Medium ** Changed in: keystone Status: New => Triaged ** Changed in: keystone

[Yahoo-eng-team] [Bug 1541238] [NEW] No response message after we delete an image

2016-02-02 Thread M V P Nitesh
Public bug reported: When an image is deleted there is no message on successful deletion. ** Affects: glance Importance: Undecided Assignee: M V P Nitesh (m-nitesh) Status: New ** Tags: glance -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1540208] Re: CSRF mechanism is not safe.

2016-02-02 Thread Matthias Runge
My feedback from Django project is, it's not exploitable. If this is an issue, it's a Django one, not specific to Horizon. ** Changed in: horizon Status: Confirmed => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1539505] Re: Font file not found

2016-02-02 Thread Renjie Sun
** Changed in: horizon Status: Confirmed => 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/1539505 Title: Font file not found Status in OpenStack

[Yahoo-eng-team] [Bug 1540794] [NEW] deprecate signing config options

2016-02-02 Thread Steve Martinelli
Public bug reported: PKI tokens have been deprecated, so should all the signing related config options: https://github.com/openstack/keystone/blob/master/keystone/common/config.py#L347-L374 ** Affects: keystone Importance: Undecided Status: New ** Changed in: keystone

[Yahoo-eng-team] [Bug 1540748] Re: ml2: port_update and port_delete should not use faout notify

2016-02-02 Thread Nate Johnston
** Changed in: neutron 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/1540748 Title: ml2: port_update and port_delete should not use faout notify Status

[Yahoo-eng-team] [Bug 1540939] [NEW] Instance delete causing port leak

2016-02-02 Thread Chuck Carmack
Public bug reported: Nova can cause a neutron port leak after deleting an instance. If neutron has the port binding extension installed, then nova uses admin credentials to create the port during instance create: https://github.com/openstack/nova/blob/master/nova/network/neutronv2/api.py#L537

[Yahoo-eng-team] [Bug 1540960] [NEW] DHCP: when upgrading from icehouse DHCP breaks

2016-02-02 Thread Gary Kotton
Public bug reported: When upgrading the J, K or any other version the DNS support break. That is, the DHCP agent has the option for setting DNS servers, this is via the the options dnsmasq_config_file=/etc/neutron/myconfig.ini Where myconfig will have support for the following:

[Yahoo-eng-team] [Bug 1540873] Re: Error: Service n-xvnc is not running

2016-02-02 Thread Federico Ressi
I tested, it fixed it. ** No longer affects: devstack -- 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/1540873 Title: Error: Service n-xvnc is not running Status in

[Yahoo-eng-team] [Bug 1393391] Re: neutron-openvswitch-agent stuck on no queue 'q-agent-notifier-port-update_fanout..

2016-02-02 Thread Louis Bouchard
** Also affects: neutron (Ubuntu) Importance: Undecided Status: New ** Also affects: neutron (Ubuntu Trusty) 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 1535231] Re: md-meta with case insensitive string has problem when creating

2016-02-02 Thread Kairat Kushaev
We can add some additional info about case-insensitivity to exception message but that must be fixed in glance. ** Also affects: glance Importance: Undecided Status: New ** No longer affects: python-glanceclient ** Changed in: glance Status: New => Confirmed ** Changed in:

[Yahoo-eng-team] [Bug 1540844] [NEW] ML2's assumptions about transactions should be explicit

2016-02-02 Thread Kevin Benton
Public bug reported: The create/update/delete of the core resource in ML2 all assume that they will not be called inside of a transaction because they notify drivers with a postcommit call before returning. Calling ML2 with a session already in a transaction leads to unexpected behavior (e.g. no

[Yahoo-eng-team] [Bug 1538197] Re: booting from volume throws http 500 if volume size is not specified

2016-02-02 Thread OpenStack Infra
Reviewed: https://review.openstack.org/272732 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=5cad74c27befb8f1bd584753de21d8ca60eaf901 Submitter: Jenkins Branch:master commit 5cad74c27befb8f1bd584753de21d8ca60eaf901 Author: Balazs Gibizer

[Yahoo-eng-team] [Bug 1540983] [NEW] Gate failures for neutron in test_dualnet_multi_prefix_slaac

2016-02-02 Thread Davanum Srinivas (DIMS)
Public bug reported: 24 hits in 7 days for logstash query : message:"in test_dualnet_multi_prefix_slaac" AND voting:1 2016-02-02 14:35:49.054 | Captured traceback: 2016-02-02 14:35:49.054 | ~~~ 2016-02-02 14:35:49.054 | Traceback (most recent call last): 2016-02-02

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

2016-02-02 Thread David TARDIVEL
** Changed in: watcher Status: New => 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/1517839 Title: Make CONF.set_override with parameter enforce_type=True by

[Yahoo-eng-team] [Bug 1540873] [NEW] Error: Service n-xvnc is not running

2016-02-02 Thread Federico Ressi
Public bug reported: When stacking I am getting below error many times since a pair of days: 2016-02-02 11:07:08,277 | + echo 'Error: Service n-xvnc is not running' 2016-02-02 11:07:08,278 | Error: Service n-xvnc is not running 2016-02-02 11:07:08,278 | + '[' -n

[Yahoo-eng-team] [Bug 1540873] Re: Error: Service n-xvnc is not running

2016-02-02 Thread Federico Ressi
** No longer affects: tempest -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1540873 Title: Error: Service n-xvnc is not running Status in devstack: New Status in neutron: New

[Yahoo-eng-team] [Bug 1540873] Re: Error: Service n-xvnc is not running

2016-02-02 Thread Federico Ressi
I suspect the problem appeared when the change was merged: https://review.openstack.org/#/c/235398/ This should fix it: https://review.openstack.org/#/c/274889/ ** No longer affects: neutron -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

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

2016-02-02 Thread Steve Martinelli
** Changed in: keystone 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/1508442 Title: LOG.warn is deprecated Status in anvil: In Progress

[Yahoo-eng-team] [Bug 1387055] Re: glanceclient/shell.py:592: raise exc.CommandError("Invalid OpenStack Identity credentials.")

2016-02-02 Thread Kairat Kushaev
Closing due to inactivity. Latest devstack has been installed successfully. ** Changed in: glance Status: New => Won't Fix ** Changed in: python-glanceclient Status: New => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which

[Yahoo-eng-team] [Bug 1541218] [NEW] fail lots of V2 testcases due to no `policy.json` could be found

2016-02-02 Thread Dave Chen
Public bug reported: How to reproduce: 1. remove the `/etc/keystone/policy.json` if there is since this file only exists after env is setup, this will make sure the test engine to search the `policy.json` in the code base, for example, load the policy file from here

[Yahoo-eng-team] [Bug 1538754] Re: keystone should convert host CONF.federation.trusted_dashboard to lower case before comparing

2016-02-02 Thread OpenStack Infra
Reviewed: https://review.openstack.org/273394 Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=78c9ccc9eea34148364563508af6847481b9c9f4 Submitter: Jenkins Branch:master commit 78c9ccc9eea34148364563508af6847481b9c9f4 Author: Roxana Gherle Date:

[Yahoo-eng-team] [Bug 1531959] Re: mapping_id does not allow "_" character

2016-02-02 Thread OpenStack Infra
Reviewed: https://review.openstack.org/264937 Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=b81a8266d1e6248ca759d51ef1a003423887ee8a Submitter: Jenkins Branch:master commit b81a8266d1e6248ca759d51ef1a003423887ee8a Author: Roxana Gherle Date:

[Yahoo-eng-team] [Bug 1538163] Re: DVR: race in dvr serviceable port deletion

2016-02-02 Thread OpenStack Infra
Reviewed: https://review.openstack.org/272634 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=c74265efb9339bee6011851d8a160067854a2818 Submitter: Jenkins Branch:master commit c74265efb9339bee6011851d8a160067854a2818 Author: Oleg Bondarev Date:

[Yahoo-eng-team] [Bug 1525424] Re: Automatically generate neutron VPNaaS configuration files

2016-02-02 Thread OpenStack Infra
Reviewed: https://review.openstack.org/262824 Committed: https://git.openstack.org/cgit/openstack/openstack-manuals/commit/?id=14ceea05212d84808aeac8017cf11b205f5c8678 Submitter: Jenkins Branch:master commit 14ceea05212d84808aeac8017cf11b205f5c8678 Author: venkatamahesh

[Yahoo-eng-team] [Bug 1524568] Re: Automatically generate neutron LBaaS configuration files

2016-02-02 Thread OpenStack Infra
Reviewed: https://review.openstack.org/262824 Committed: https://git.openstack.org/cgit/openstack/openstack-manuals/commit/?id=14ceea05212d84808aeac8017cf11b205f5c8678 Submitter: Jenkins Branch:master commit 14ceea05212d84808aeac8017cf11b205f5c8678 Author: venkatamahesh

[Yahoo-eng-team] [Bug 1540254] Re: "#flake8: noqa" is using incorrectly

2016-02-02 Thread OpenStack Infra
Reviewed: https://review.openstack.org/274637 Committed: https://git.openstack.org/cgit/openstack/python-novaclient/commit/?id=0105fd120659baf3445b994af29837755d155c73 Submitter: Jenkins Branch:master commit 0105fd120659baf3445b994af29837755d155c73 Author: Bo Wang

[Yahoo-eng-team] [Bug 1372564] Re: Incorrect status change after image uploading in v2

2016-02-02 Thread OpenStack Infra
** Changed in: glance Status: Invalid => In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1372564 Title: Incorrect status change after image uploading in v2 Status in

[Yahoo-eng-team] [Bug 1540873] Re: Error: Service n-xvnc is not running

2016-02-02 Thread Davanum Srinivas (DIMS)
https://review.openstack.org/#/c/274889/ was merged. ** Changed in: nova Status: New => 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/1540873 Title:

[Yahoo-eng-team] [Bug 1540934] [NEW] glance-cache-prefetcher is broken

2016-02-02 Thread Niall Bunting
Public bug reported: Glance prefetcher is still configured to use keystone v1. As it still does not use the right uri or pass the values as json but rather uses headers. ** Affects: glance Importance: Undecided Assignee: Niall Bunting (niall-bunting) Status: New -- You