[Yahoo-eng-team] [Bug 1744223] [NEW] VPNaaS: handle local side's tunnel IP in ipsec-site-connection operations

2018-01-18 Thread Hunt Xu
Public bug reported: During fixing bug #1464387, we stores local side's tunnel IP in the database for later retrieval, in order to support the use case that VPN service is provided outside of the Neutron router. However, for the default IPsec service provider, the local tunnel IPs(external_v*_ip

[Yahoo-eng-team] [Bug 1728533] Re: Serial console should be resizable

2018-01-18 Thread OpenStack Infra
Reviewed: https://review.openstack.org/513671 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=75e4e750df5cc17194c980a275f57bd130bb9852 Submitter: Zuul Branch:master commit 75e4e750df5cc17194c980a275f57bd130bb9852 Author: Shu Muto Date: Thu Oct 19 20:25:57 2017 +0900

[Yahoo-eng-team] [Bug 1744160] Re: Change in iso8601 1.12.0 date format breaks parsing with py35

2018-01-18 Thread junboli
** Changed in: cinder Assignee: junboli (junboli) => (unassigned) ** Also affects: manila Importance: Undecided Status: New ** Changed in: manila Assignee: (unassigned) => junboli (junboli) -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1710792] Re: openstack server list Unexpected API Error.

2018-01-18 Thread Launchpad Bug Tracker
[Expired for OpenStack Compute (nova) because there has been no activity for 60 days.] ** Changed in: nova Status: Incomplete => Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs

[Yahoo-eng-team] [Bug 1743685] Re: Resizing the window security groups causes text clipping

2018-01-18 Thread OpenStack Infra
Reviewed: https://review.openstack.org/535003 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=7d0d8be25224920885a9490962db3e4ae5bef151 Submitter: Zuul Branch:master commit 7d0d8be25224920885a9490962db3e4ae5bef151 Author: Emma Hogan Date: Thu Jan 18 15:33:40 2018 +13

[Yahoo-eng-team] [Bug 1744195] [NEW] unit tests don't enable Foreign Key for Sqlite

2018-01-18 Thread wangxiyuan
Public bug reported: Now Keystone runs unit test with sqlite backend by default. But sqlite doesn't enable Foreign Key function by default. It means that we lost the case for all FK related test. Even after enabled FK for the test. There still some problems: 1. We lost root domain (<>) when setup

[Yahoo-eng-team] [Bug 1744182] [NEW] can not create instance when using vmware nova driver

2018-01-18 Thread lws
Public bug reported: Hi,everybody. Environment === OpenStack: pike version install with kolla-ansible OS:Centos7.4 Logs == I am getting the follow error when I try to create a instance from vmdk. 2018-01-18 06:40:01.045 7 DEBUG oslo_concurrency.lockutils [req-bc40738a-

[Yahoo-eng-team] [Bug 1744160] Re: Change in iso8601 1.12.0 date format breaks parsing with py35

2018-01-18 Thread Sean McGinnis
Traced this through, and seems to be coming from the fact that iso8601 switched from using their own internal TZ info, to using Python3's TZ info. The difference in these objects end up being that the custom iso8601 one stringifies to 'UTC', while the python one stringifies to 'UTC+00:00'. This ca

[Yahoo-eng-team] [Bug 1743579] Re: Concurrent report_state from multiple agents: segment_host_mapping fails - StaleDataError

2018-01-18 Thread OpenStack Infra
Reviewed: https://review.openstack.org/534449 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=f84781f246004651e0636f8b6507ee1e48bac6b0 Submitter: Zuul Branch:master commit f84781f246004651e0636f8b6507ee1e48bac6b0 Author: Harald Jensas Date: Tue Jan 16 21:15:22 2018

[Yahoo-eng-team] [Bug 1715486] Re: py35 tests failing due to iso8601 module change

2018-01-18 Thread Sean McGinnis
Opened https://bugs.launchpad.net/glance/+bug/1744160 to track this new failure. ** No longer affects: glance -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1715486 Title: py35 tests fai

[Yahoo-eng-team] [Bug 1744160] [NEW] Change in iso8601 1.12.0 date format breaks parsing with py35

2018-01-18 Thread Sean McGinnis
Public bug reported: New package of iso8601 returns string in the format: '2012-02-14T20:53:07UTC+00:00' instead of: '2012-02-14T20:53:07Z' This is resulting in date string comparison failures and timeutils.parse_isotime errors with: ValueError: Unable to parse date string '2014-08-08T00:0

[Yahoo-eng-team] [Bug 1715486] Re: py35 tests failing due to iso8601 module change

2018-01-18 Thread Matthew Thode
glance: http://logs.openstack.org/73/535173/3/check/cross-glance- py35/9b06b73/testr_results.html.gz ** Also affects: glance Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https

[Yahoo-eng-team] [Bug 1724729] Re: ovs-lib not support qos type egress-policer for ovs-dpdk

2018-01-18 Thread OpenStack Infra
Reviewed: https://review.openstack.org/513398 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=1be857435288e4008a41fe67bbc8795dd3d8b134 Submitter: Zuul Branch:master commit 1be857435288e4008a41fe67bbc8795dd3d8b134 Author: Sławek Kapłoński Date: Thu Oct 19 14:13:41 20

[Yahoo-eng-team] [Bug 1744123] [NEW] novaclient removed novaclient.v2.certs

2018-01-18 Thread Javier Peña
Public bug reported: python-novaclient has removed support for its deprecated certs CLIs and python bindings in [1]. This is not in any released version yet, but once it is tagged it will impact Horizon, since it is used in [2]. [1] - https://review.openstack.org/532974 [2] - https://github.com/

[Yahoo-eng-team] [Bug 1699060] Re: Impossible to define policy rule based on domain ID

2018-01-18 Thread Sean McGinnis
Agree with above. If we want this, this needs to be a general policy change across projects, and not something each project needs to address. This is a new feature request (probably for oslo.policy) and not a bug. ** Also affects: oslo.policy Importance: Undecided Status: New ** No long

[Yahoo-eng-team] [Bug 1629133] Re: New neutron subnet pool support breaks multinode testing.

2018-01-18 Thread Ben Swartzlander
** Changed in: manila 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/1629133 Title: New neutron subnet pool support breaks multinode testing. Status i

[Yahoo-eng-team] [Bug 1699060] Re: Impossible to define policy rule based on domain ID

2018-01-18 Thread Ben Swartzlander
** Changed in: manila Importance: Undecided => Wishlist ** Changed in: manila Status: New => Opinion -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1699060 Title: Impossible t

[Yahoo-eng-team] [Bug 1743728] Re: giturl not working for api-ref (nova, neutron-lib)

2018-01-18 Thread OpenStack Infra
Reviewed: https://review.openstack.org/534712 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=62ea2ff04dd7bb634eba5cdaf8ff1b9d7fd1ea32 Submitter: Zuul Branch:master commit 62ea2ff04dd7bb634eba5cdaf8ff1b9d7fd1ea32 Author: Stephen Finucane Date: Wed Jan 17 10:03:51 2018

[Yahoo-eng-team] [Bug 1744103] [NEW] nova interface-attach 500 on conflict

2018-01-18 Thread Attila Fazekas
Public bug reported: Nova returns with 5xx response instead of 4xx in case of user error. In this case it is clearly user issue, the user can know the 10.0.0.3 ip address already allocated from the subnet and it cannot be allocated twice. nuva must return with 409/Conflict status code and state

[Yahoo-eng-team] [Bug 1744101] [NEW] vxlan interfaces doesn't get MTU

2018-01-18 Thread Ian Kumlien
Public bug reported: When vxlans are created, f.ex. via ensure_vxlan in neutron/plugins/ml2/drivers/linuxbridge/agent/linuxbridge_neutron_agent.py - no mtu is assigned. This explains why we get vxlan interfaces with 1500 byte mtu even-though neutron has been instructed to use 9000 bytes mtu. The

[Yahoo-eng-team] [Bug 1744079] [NEW] disk over-commit still not correctly calculated during live migration

2018-01-18 Thread Matthew Booth
Public bug reported: Change I8a705114d47384fcd00955d4a4f204072fed57c2 (written by me... sigh) addressed a bug which prevented live migration to a target host with overcommitted disk when made with microversion <2.25. It achieved this, but the fix is still not correct. We now do: if disk_o

[Yahoo-eng-team] [Bug 1744062] [NEW] L3 HA: multiple agents are active at the same time

2018-01-18 Thread Corey Bryant
Public bug reported: This is the same issue reported in https://bugs.launchpad.net/neutron/+bug/1731595, however that is marked as 'Fix Released' and the issue is still occurring and I can't change back to 'New' so it seems best to just open a new bug. It seems as if this bug surfaces due to load

[Yahoo-eng-team] [Bug 1739571] Re: Can't delete root resource provider because of the self foreign key

2018-01-18 Thread OpenStack Infra
Reviewed: https://review.openstack.org/529519 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=4dd1406289825554aa48522454de473dff103c0d Submitter: Zuul Branch:master commit 4dd1406289825554aa48522454de473dff103c0d Author: Yikun Jiang Date: Thu Dec 21 16:11:37 2017 +0800

[Yahoo-eng-team] [Bug 1603121] Re: db_sync doesn't work with sql_mode = 'TRADITIONAL'

2018-01-18 Thread Alexandru Bogdan Pica
** Changed in: keystone Status: Expired => Fix Committed ** Changed in: keystone Status: Fix Committed => Confirmed -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone). https://bugs.launchpa

[Yahoo-eng-team] [Bug 1744032] [NEW] Hyper-V: log warning on PortBindingFailed exception

2018-01-18 Thread Claudiu Belu
Public bug reported: Description === When spawning an Hyper-V instance with NICs having the vif_type "hyperv", neutron will fail to bind the port to the Hyper-V host if the neutron server doesn't have the "hyperv" mechanism driver installed and configured, resulting in a PortBindingFailed

[Yahoo-eng-team] [Bug 1743445] Re: Switch from msgpack-python to msgpack

2018-01-18 Thread Julien Danjou
** Changed in: python-tooz Status: New => 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/1743445 Title: Switch from msgpack-python to msgpack S

[Yahoo-eng-team] [Bug 1741613] Re: manila-ui related document in horizon should be moved to manila-ui doc

2018-01-18 Thread OpenStack Infra
Reviewed: https://review.openstack.org/531543 Committed: https://git.openstack.org/cgit/openstack/manila-ui/commit/?id=28a96c3577e5062dc89eac548acfff5466c7579c Submitter: Zuul Branch:master commit 28a96c3577e5062dc89eac548acfff5466c7579c Author: Akihiro Motoki Date: Sat Jan 6 20:48:55 201