[Yahoo-eng-team] [Bug 1801306] [NEW] Race conditions in neutron_tempest_plugin/scenario/test_security_groups.py

2018-11-02 Thread Federico Ressi
The problem here is that the first security group that is taken could be the default security group instead of the one created by the test. This would cause a failure in the same test and even worst in another test later. ** Affects: neutron Importance: Undecided Assignee: Federico Ressi (fressi

[Yahoo-eng-team] [Bug 1794450] Re: When creating a server instance with an IPv4 and an IPv6 addresses, the IPv6 is not assigned

2018-10-03 Thread Federico Ressi
I was finally able to ping between two VMs using IPv6 subnet by doing below: 1) Add below parameters when creating IPv6 subnet: { 'enable_dhcp': true, 'ipv6_ra_mode':'slaac', 'ipv6_address_mode':'slaac', # ... } 2) Add below rule to security group assigned to VMs ports: {

[Yahoo-eng-team] [Bug 1794450] [NEW] When creating a server instance with an IPv4 and an IPv6 addresses, the IPv6 is not assigned

2018-09-26 Thread Federico Ressi
Public bug reported: This is expected behaviour: Given: G1) A tenant network with two subnets (one for IPV4 and one for IPv6) G2) A port attached to the network with two fixed IPs (one for IPv4 and one for IPv6) G3) A server VM instance created with the port with its two fixed IPs When:

[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 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 1537377] Re: sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such table

2016-01-26 Thread Federico Ressi
It looks like one of the last change in neutron fixed it. Probably one of these two: https://review.openstack.org/#/c/271918/ https://review.openstack.org/#/c/272082/ ** Changed in: neutron Status: New => Fix Released ** Changed in: networking-odl Status: New => Fix Released --

[Yahoo-eng-team] [Bug 1537377] Re: sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such table

2016-01-23 Thread Federico Ressi
** Summary changed: - Extension path 'neutron/tests/unit/extensions' doesn't exist! + sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such table ** Description changed: - When running too I errors like the one below: + When running too in project networking-old I most of tests

[Yahoo-eng-team] [Bug 1526710] Re: NotSupportedError: MySQL cannot rename indexes

2016-01-20 Thread Federico Ressi
** Changed in: glance Status: Incomplete => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1526710 Title: NotSupportedError: MySQL cannot rename indexes Status in Glance:

[Yahoo-eng-team] [Bug 1530338] [NEW] ImportError: No module named enabled

2015-12-31 Thread Federico Ressi
_dashboard/settings.py", line 346, in 2015-12-31 13:00:16.048 | import openstack_dashboard.local.enabled 2015-12-31 13:00:16.049 | ImportError: No module named enabled ** Affects: horizon Importance: Undecided Assignee: Federico Ressi (federico-ressi-9) Status: In Progress -- You received

[Yahoo-eng-team] [Bug 1526710] Re: NotSupportedError: MySQL cannot rename indexes

2015-12-16 Thread Federico Ressi
** No longer affects: devstack -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1526710 Title: NotSupportedError: MySQL cannot rename indexes Status in Glance: New Bug description:

[Yahoo-eng-team] [Bug 1526710] [NEW] NotSupportedError: MySQL cannot rename indexes

2015-12-16 Thread Federico Ressi
Public bug reported: When stacking with branch stable/liberty of devstack, on a control host I had below error. I am using a clean Ubuntu 14.04 LTS just updated. 2015-12-16 07:50:32.262 | 2015-12-16 07:50:32.262 INFO migrate.versioning.api [-] 0 -> 1... 2015-12-16 07:50:32.272 | 2015-12-16

[Yahoo-eng-team] [Bug 1523716] Re: oslo.utils upgrade breaks unit tests

2015-12-07 Thread Federico Ressi
** Also affects: neutron Importance: Undecided Status: New ** Also affects: networking-odl Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.