[Yahoo-eng-team] [Bug 1263437] [NEW] Glance is not E125 Compliant

2013-12-21 Thread Yanis Guenane
Public bug reported: Make Glance pep8 E125 compliant ** Affects: glance Importance: Undecided Assignee: Yanis Guenane (yanis-guenane) Status: New ** Changed in: glance Assignee: (unassigned) => Yanis Guenane (yanis-guenane) -- You received this bug notification because

[Yahoo-eng-team] [Bug 1263294] Re: ephemeral0 of /dev/sda1 triggers 'did not find entry for sda1 in /sys/block'

2013-12-21 Thread OpenStack Infra
Reviewed: https://review.openstack.org/63584 Committed: https://git.openstack.org/cgit/openstack/tripleo-image-elements/commit/?id=7d0f9758772c00267581b87018f6081ac806e690 Submitter: Jenkins Branch:master commit 7d0f9758772c00267581b87018f6081ac806e690 Author: Clint Byrum Date: Sat Dec 21

[Yahoo-eng-team] [Bug 1263294] Re: ephemeral0 of /dev/sda1 triggers 'did not find entry for sda1 in /sys/block'

2013-12-21 Thread Clint Byrum
This is blocking ephemeral disk usage on hardware which is critical to our image based updates via rebuild code path. ** Also affects: tripleo Importance: Undecided Status: New ** Changed in: tripleo Status: New => Triaged ** Changed in: tripleo Importance: Undecided => Criti

[Yahoo-eng-team] [Bug 1254890] Re: "Timed out waiting for thing" causes tempest-dsvm-neutron-* failures

2013-12-21 Thread Eugene Nikanorov
I'm putting it back to neutron. Most of the failures with this bug were seen with neutron-pg or neutron-(pg)-isolated jobs. Still it has something to do with neutron, may be in indirect way. ** Changed in: neutron Status: Invalid => Incomplete ** Changed in: neutron Assignee: (unassi

[Yahoo-eng-team] [Bug 1263304] [NEW] Security Group Rules table is never created for ML2 plugin via migrations

2013-12-21 Thread Eugene Nikanorov
Public bug reported: Security Group Rules table is never created for ML2 plugin via migrations, so any migration updating the table will fail. The ML2 plugin works because it creates all tables from models via db.confgure() which does metadata.create_all() ** Affects: neutron Importance: Me

[Yahoo-eng-team] [Bug 1263294] [NEW] ephemeral0 of /dev/sda1 triggers 'did not find entry for sda1 in /sys/block'

2013-12-21 Thread Robert Collins
Public bug reported: This is due to line 227 of ./cloudinit/config/cc_mounts.py:: short_name = os.path.basename(device) sys_path = "/sys/block/%s" % short_name if not os.path.exists(sys_path): LOG.debug("did not find entry for %s in /sys/block", short_name) return Non