[Yahoo-eng-team] [Bug 1719183] [NEW] [API] Creating router with external_gateway_info creates security group with empty tenant_id field

2017-09-24 Thread Gena
Public bug reported: 1) Run a test from test_security_groups.py in tempest neutron plugin git (For example use neutron/tests/tempest/scenario/test_security_groups.py path and run test_protocol_number_rule) 2) After network creation the first security group is created (for test tenant) 3) After

[Yahoo-eng-team] [Bug 1662462] [NEW] The automation tests for L3 agent hosting routers fail in DVR setup

2017-02-07 Thread Gena
is already scheduled. The failure happens in Mitaka and Neuton version when running on DVR setup ** Affects: neutron Importance: Undecided Assignee: Gena (gcheresh) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Engineering T

[Yahoo-eng-team] [Bug 1655917] Re: Revision is not increased when updating "network router:external"

2017-01-12 Thread Gena
** Changed in: neutron Status: Invalid => 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/1655917 Title: Revision is not increased when updating "network router:external"

[Yahoo-eng-team] [Bug 1655917] [NEW] Revision is not increased when updating "network router:external"

2017-01-12 Thread Gena
Public bug reported: Try to update the network field router:external we expect the revision number to be increased, but it doesn't. Run "neutron net-update moshe --router:external=True" command for new network. The field router-external is updated but the revision number is not increased.

[Yahoo-eng-team] [Bug 1654991] [NEW] Update of DVR router to be HA fails with 'HAmodeUpdateOfDvrNotSupported'

2017-01-09 Thread Gena
Public bug reported: Though the creation of DVR HA router succeeds, it's impossible to "update" router to be DVR and HA Trying to update DVR router to be HA you get: 501-{u'NotImplementedError': {u'message': u'', u'type': u'HAmodeUpdateOfDvrNotSupported', u'detail': u''}} Neutron server

[Yahoo-eng-team] [Bug 1640174] Re: Incorrect error message when creating port with DNS in Neuton and the extension is not configured

2016-11-15 Thread Gena
Got it, maybe I'll upload a patch later on with the fix to the message that the extension is missing, for now closing this bug ** Changed in: neutron Status: Incomplete => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1640174] [NEW] Providing dns_name as a port-create parameter creates a port with empty dns-name parameter

2016-11-08 Thread Gena
Public bug reported: Trying to create a port with dns-name in neutron using the following command: 'neutron port-create --dns-name="moshe"' creates a port for that network with empty dns-name Testing with neutron port-show shows empty dns-name ** Affects: neutron Importance: Undecided