[Yahoo-eng-team] [Bug 1807673] Re: Networking (neutron) concepts in neutron

2019-02-11 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/1807673 Ti

[Yahoo-eng-team] [Bug 1815539] [NEW] Self-service policies for credential APIs are boken in stable/rocky

2019-02-11 Thread Guang Yee
Public bug reported: Service-service policies for credential APIs are broken in stable/rocky. More specifically, Get/Update/Delete no longer works with the following policies. "identity:get_credential": "rule:admin_required or user_id:%(target.credential.user_id)s" "identity:update_credential":

[Yahoo-eng-team] [Bug 1815498] [NEW] Use pyroute2 to check vlan/vxlan in use

2019-02-11 Thread Rodolfo Alonso
Public bug reported: Now ip_lib.get_devices_info function is implemented using pyroute2, "vlan_in_use" and "vxlan_in_use" can make use of it. ** Affects: neutron Importance: Undecided Assignee: Rodolfo Alonso (rodolfo-alonso-hernandez) Status: New ** Changed in: neutron A

[Yahoo-eng-team] [Bug 1815476] [NEW] Flavor attribute 'swap' returns unicode'' instead of int 0

2019-02-11 Thread Jelle Leempoels
Public bug reported: Description === When a flavor is created in Horizon with 'Swap Disk (MB)' -> 0. Nova python API returns unicode'' on flavor.swap attribute. When swap disk is changed to 10. API returns -> int 10 instead of unicode. Steps to reproduce == - In horizon c

[Yahoo-eng-team] [Bug 1815478] [NEW] Error message 'Invalid protocol %(protocol)s for port range, only ...' is difficult to understand

2019-02-11 Thread Andreas Karis
Public bug reported: Error message 'Invalid protocol %(protocol)s for port range, only ...' is difficult to understand. ~~~ 43 class SecurityGroupInvalidProtocolForPortRange(exceptions.InvalidInput): 44 message = _("Invalid protocol %(protocol)s for port range, only " 45 "s

[Yahoo-eng-team] [Bug 1812969] Re: catch VolumeAttachmentNotFound when attach failed

2019-02-11 Thread Matt Riedemann
** Changed in: nova Importance: Undecided => Low ** Also affects: nova/queens Importance: Undecided Status: New ** Also affects: nova/rocky Importance: Undecided Status: New ** Changed in: nova/queens Status: New => Confirmed ** Changed in: nova/rocky Status

[Yahoo-eng-team] [Bug 1815466] [NEW] Live migrate abort results in instance going into an error state

2019-02-11 Thread Gary Kotton
Public bug reported: Only the libvirt driver supports live migration abort (and that may have some caveates if the action results in a exception). If the call takes places with a driver that does not support the opertaion then the follow stack trace appears: nova live-migration-abort doesn’t work

[Yahoo-eng-team] [Bug 1815463] [NEW] [dev] Agent RPC version does not auto upgrade if neutron-server restart first

2019-02-11 Thread LIU Yulong
Public bug reported: For instance: This neutron server was restarted 6 seconds earlier than l3-agent with a RPC version upgrading: http://logs.openstack.org/71/633871/5/check/neutron-grenade-dvr-multinode/3fcd71c/logs/screen-q-svc.txt.gz#_Feb_10_06_32_10_279268 http://logs.openstack.org/71/633871

[Yahoo-eng-team] [Bug 1815461] [NEW] create port in shared network from tenant fail because horizon add wrong SecurityGroup

2019-02-11 Thread SharonBarak
Public bug reported: [centos-binary-horizon:rocky-latest] if as tenant creating port in shared network , the ports fail to be created because horizon take the security group of the source network ( admin in my case , vlan net ... ) neutron api log: 2019-02-11 10:17:28.492 33 DEBUG neutron.api.v2

[Yahoo-eng-team] [Bug 1815433] Re: Code crash with invalid connection limit of listener

2019-02-11 Thread Akihiro Motoki
neutron-lbaas uses the storyboard as a bug tracker. Could you file a bug there? https://storyboard.openstack.org/#!/project/openstack/neutron-lbaas ** Changed in: neutron Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, wh

[Yahoo-eng-team] [Bug 1815433] [NEW] Code crash with invalid connection limit of listener

2019-02-11 Thread Puneet Arora
Public bug reported: Code crash with invalid connection limit of listener. root@utu1604template:~# neutron --insecure lbaas-listener-update listenerlbfk1 --connection-limit 10009 Request Failed: internal server error while processing your request. Neutron server returns request_ids: ['re

[Yahoo-eng-team] [Bug 1815424] [NEW] Port gets port security disabled if using --no-security-groups

2019-02-11 Thread Adit Sarfaty
Public bug reported: When a port is created on a network with port security disabled, by default it should have port-security disabled too. But if using --no-security-group in the creation, than the port is created without security groups, but with port-security enabled. openstack network show

[Yahoo-eng-team] [Bug 1815421] [NEW] Customized confirm message for actions.

2019-02-11 Thread Yan Chen
Public bug reported: When an action needs double confirm from users, it will be great if we can have an API to specify customized confirmation message. This can help to provide more detailed information (any warnings and consequences) of the action to the users. ** Affects: horizon Importanc